update to upstream version 1.2.0
This commit is contained in:
parent
2ac0b97943
commit
72300735ee
@ -3,6 +3,7 @@ Name: sysfsutils
|
||||
Version: 1.2.0
|
||||
Release: 1
|
||||
Source0: http://prdownloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
|
||||
Patch0: %{name}-%{version}-redhatify.patch
|
||||
License: GPL/LGPL
|
||||
Group: Development/Tools
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
@ -25,6 +26,7 @@ to build programs using the libsysfs API.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .redhatify
|
||||
|
||||
%build
|
||||
./configure --prefix=/usr --mandir=%{_mandir} --libdir=%{_libdir}
|
||||
@ -50,9 +52,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libsysfs.la
|
||||
%{_libdir}/libsysfs.so
|
||||
%{_libdir}/libsysfs.so.1
|
||||
%{_libdir}/libsysfs.so.1.0.1
|
||||
%{_libdir}/libsysfs.so.1.0.2
|
||||
%{_mandir}/man1/systool.1.gz
|
||||
%doc COPYING AUTHORS README NEWS CREDITS ChangeLog docs/libsysfs.txt
|
||||
%doc COPYING AUTHORS README NEWS CREDITS ChangeLog docs/libsysfs.txt cmd/GPL lib/LGPL
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user