updating spec file to make devel rpm own /usr/include/sysfs
This commit is contained in:
parent
2d9b20057e
commit
f713963b8a
@ -1,7 +1,7 @@
|
||||
Summary: sysfsutils, library interface to sysfs.
|
||||
Name: sysfsutils
|
||||
Version: 2.0.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Source0: http://prdownloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
|
||||
Patch0: %{name}-%{version}-redhatify.patch
|
||||
License: GPL/LGPL
|
||||
@ -58,6 +58,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/sysfs
|
||||
%{_includedir}/sysfs/libsysfs.h
|
||||
%{_includedir}/sysfs/dlist.h
|
||||
%{_libdir}/libsysfs.a
|
||||
@ -65,7 +66,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 24 2006 Neiul Horman <nhorman@redhat.com> - 2.0.0-1
|
||||
* Thu May 25 2006 Neil Horman <nhorman@redhat.com> - 2.0.0-2
|
||||
- Fixed devel rpm to own sysfs include dir
|
||||
- Fixed a typo in changelog
|
||||
|
||||
* Wed May 24 2006 Neil 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user