rebasing sysfsutils package to version 2.0.0

This commit is contained in:
Neil Horman 2006-05-24 14:28:39 +00:00
parent 21a8c47c67
commit 2d9b20057e
4 changed files with 29 additions and 4 deletions

View File

@ -1 +1,2 @@
sysfsutils-1.3.0.tar.gz
sysfsutils-2.0.0.tar.gz

View File

@ -1 +1,2 @@
d11c99271531be3c1e6d36b53968cd2b sysfsutils-1.3.0.tar.gz
b7857c045ef3b4810c9b8be965c05fb9 sysfsutils-2.0.0.tar.gz

View File

@ -0,0 +1,19 @@
diff -Nurp sysfsutils-1.2.0.bak/COPYING sysfsutils-1.2.0/COPYING
--- sysfsutils-1.2.0.bak/COPYING 2004-09-13 08:45:15.000000000 -0500
+++ sysfsutils-1.2.0/COPYING 2004-10-11 13:05:00.483795976 -0500
@@ -1,11 +1,10 @@
-The commands and utilities under the "test" directory are licensed under the
-GNU General Public License (GPL) Version 2, June 1991. The full text of the
-GPL is located at:
+The commands and utilities are licensed under the GNU General Public License
+(GPL) Version 2, June 1991. The full text of the GPL is located at:
-sysfsutils/cmd/GPL
+/usr/share/doc/sysfsutils-{version}/GPL
The sysfs library is licensed under the GNU Lesser Public License (LGPL)
Version 2.1, February 1999. The full text of the LGPL is located at:
-sysfsutils/lib/LGPL
+/usr/share/doc/sysfsutils-{version}/LGPL

View File

@ -1,7 +1,7 @@
Summary: sysfsutils, library interface to sysfs.
Name: sysfsutils
Version: 1.3.0
Release: 2
Version: 2.0.0
Release: 1
Source0: http://prdownloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
Patch0: %{name}-%{version}-redhatify.patch
License: GPL/LGPL
@ -50,8 +50,9 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_bindir}/systool
%{_libdir}/libsysfs.so.1
%{_libdir}/libsysfs.so.1.0.3
%{_bindir}/get_module
%{_libdir}/libsysfs.so.2
%{_libdir}/libsysfs.so.2.0.0
%{_mandir}/man1/systool.1.gz
%doc COPYING AUTHORS README NEWS CREDITS ChangeLog docs/libsysfs.txt cmd/GPL lib/LGPL
@ -64,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed May 24 2006 Neiul Horman <nhorman@redhat.com> - 2.0.0-1
- Rebase to sysfsutils-2.0.0 for RHEL5
* Thu Apr 27 2006 Jeremy Katz <katzj@redhat.com> - 1.3.0-2
- move .so to devel subpackage