- move .so to devel subpackage
This commit is contained in:
parent
f267fc2d18
commit
21a8c47c67
@ -1,7 +1,7 @@
|
||||
Summary: sysfsutils, library interface to sysfs.
|
||||
Name: sysfsutils
|
||||
Version: 1.3.0
|
||||
Release: 1.2.1
|
||||
Release: 2
|
||||
Source0: http://prdownloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
|
||||
Patch0: %{name}-%{version}-redhatify.patch
|
||||
License: GPL/LGPL
|
||||
@ -38,6 +38,7 @@ rm -fr %{buildroot}
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
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
|
||||
|
||||
@ -49,8 +50,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/systool
|
||||
%{_libdir}/libsysfs.la
|
||||
%{_libdir}/libsysfs.so
|
||||
%{_libdir}/libsysfs.so.1
|
||||
%{_libdir}/libsysfs.so.1.0.3
|
||||
%{_mandir}/man1/systool.1.gz
|
||||
@ -61,9 +60,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/sysfs/libsysfs.h
|
||||
%{_includedir}/sysfs/dlist.h
|
||||
%{_libdir}/libsysfs.a
|
||||
%{_libdir}/libsysfs.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 27 2006 Jeremy Katz <katzj@redhat.com> - 1.3.0-2
|
||||
- move .so to devel subpackage
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.3.0-1.2.1
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user