- Correctly put libs in the proper packages
This commit is contained in:
parent
33c91a30f9
commit
c2798692b9
@ -1,7 +1,7 @@
|
|||||||
Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools
|
Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools
|
||||||
Name: OpenIPMI
|
Name: OpenIPMI
|
||||||
Version: 1.4.11
|
Version: 1.4.11
|
||||||
Release: 4
|
Release: 5
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: http://prdownloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
|
Source: http://prdownloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
|
||||||
@ -41,7 +41,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so.*
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%{_mandir}/man[178]/*
|
%{_mandir}/man[178]/*
|
||||||
%{_libdir}/perl5/site_perl/*/*-linux-thread-multi/OpenIPMI.pm
|
%{_libdir}/perl5/site_perl/*/*-linux-thread-multi/OpenIPMI.pm
|
||||||
@ -51,10 +51,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/OpenIPMI
|
%{_includedir}/OpenIPMI
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 30 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.11-5
|
||||||
|
- Correctly put libs in the proper packages
|
||||||
|
|
||||||
* Thu Mar 17 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.11-4
|
* Thu Mar 17 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.11-4
|
||||||
- gcc4 rebuild fixes
|
- gcc4 rebuild fixes
|
||||||
- Added missing gdbm-devel buildprereq
|
- Added missing gdbm-devel buildprereq
|
||||||
|
Loading…
Reference in New Issue
Block a user