File libvolume_id.spec of Package libvolume_id
#
# spec file for package libvolume_id (Version 126)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Url: ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
Name: libvolume_id
License: GPL v2 or later
# How to define macros
Group: System/Libraries
Provides: mailreader
AutoReqProv: on
Summary: Dynamic library, which contains functions to get volume ids
Version: 126
Release: 17.<RELEASE38>
Source0: libvolume_id-126.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Dynamic library, to guess the type of a filesystem by searching for
known signatures, and extracting metadata like filesystem labels and
uuids.
Authors:
--------
Kay Sievers <Kay.Sievers@vrfy.org>
%prep
%setup -q
%build
# nada
%install
mkdir -p $RPM_BUILD_ROOT/%_lib
cp -P %_target_cpu/* $RPM_BUILD_ROOT/%_lib
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-, root, root)
/%_lib/lib*
%changelog
* Sat Sep 13 2008 crrodriguez@suse.de
- fix broken symlink that caused annoying build warning
* Thu Sep 04 2008 ro@suse.de
- compat package for transition