rpms/sysfsutils/devel sysfsutils.spec,1.22,1.23

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Mon Feb 25 22:25:02 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/sysfsutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29870

Modified Files:
	sysfsutils.spec 
Log Message:
* Mon Feb 25 2008 Jarod Wilson <jwilson at redhat.com> - 2.1.0-3
- Review cleanups from Todd Zullinger (#226447)



Index: sysfsutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sysfsutils/devel/sysfsutils.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sysfsutils.spec	14 Feb 2008 19:10:35 -0000	1.22
+++ sysfsutils.spec	25 Feb 2008 22:24:20 -0000	1.23
@@ -1,11 +1,11 @@
 Name:           sysfsutils
 URL:            http://sourceforge.net/projects/linux-diag/
-License:        GPL
+License:        GPLv2
 Group:          Development/Tools
 Version:        2.1.0
-Release:        2%{?dist} 
+Release:        3%{?dist}
 
-Summary:        sysfsutils and library interface to sysfs
+Summary:        Utilities for interfacing with sysfs
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Source0:        http://prdownloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
 Patch0:         sysfsutils-2.0.0-redhatify.patch
@@ -18,7 +18,7 @@
 %package -n libsysfs
 Summary: Shared library for interfacing with sysfs
 Group: System Environment/Libraries
-License: LGPL
+License: LGPLv2+
 
 %description -n libsysfs
 Library used in handling linux kernel sysfs mounts and their various files.
@@ -26,8 +26,8 @@
 %package -n libsysfs-devel
 Summary: Static library and headers for libsysfs
 Group: Development/Libraries
+License: LGPLv2+
 Requires: libsysfs = %{version}-%{release}
-Obsoletes: sysfsutils-devel
 
 %description -n libsysfs-devel
 libsysfs-devel provides the header files and static libraries required
@@ -50,9 +50,9 @@
 rm -f $RPM_BUILD_ROOT%{_bindir}/dlist_test $RPM_BUILD_ROOT%{_bindir}/get_bus_devices_list $RPM_BUILD_ROOT%{_bindir}/get_class_dev $RPM_BUILD_ROOT%{_bindir}/get_classdev_parent $RPM_BUILD_ROOT%{_bindir}/get_device $RPM_BUILD_ROOT%{_bindir}/get_driver $RPM_BUILD_ROOT%{_bindir}/testlibsysfs $RPM_BUILD_ROOT%{_bindir}/write_attr
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
-%post -p /sbin/ldconfig
+%post -n libsysfs -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n libsysfs -p /sbin/ldconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -79,6 +79,9 @@
 
 
 %changelog
+* Mon Feb 25 2008 Jarod Wilson <jwilson at redhat.com> - 2.1.0-3
+- Review cleanups from Todd Zullinger (#226447)
+
 * Thu Feb 14 2008 Jarod Wilson <jwilson at redhat.com> - 2.1.0-2
 - Bump and rebuild with gcc 4.3
 
@@ -124,7 +127,7 @@
 - Rebuild
 
 * Wed Feb 09 2005 AJ Lewis <alewis at redhat.com> 1.2.0-3
-- start using %configure instead of calling configure directly
+- start using %%configure instead of calling configure directly
 
 * Wed Feb 09 2005 AJ Lewis <alewis at redhat.com> 1.2.0-2
 - rebuild




More information about the fedora-extras-commits mailing list