- Correctly put libs in the proper packages

This commit is contained in:
Phil Knirsch 2005-03-30 16:05:00 +00:00
parent 33c91a30f9
commit c2798692b9
1 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools
Name: OpenIPMI
Version: 1.4.11
Release: 4
Release: 5
License: GPL
Group: System Environment/Base
Source: http://prdownloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
@ -41,7 +41,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_bindir}/*
%{_libdir}/*.so
%{_libdir}/*.so.*
%{_libdir}/pkgconfig/*
%{_mandir}/man[178]/*
%{_libdir}/perl5/site_perl/*/*-linux-thread-multi/OpenIPMI.pm
@ -51,10 +51,13 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root)
%{_includedir}/OpenIPMI
%{_libdir}/*.so.*
%{_libdir}/*.so
%{_libdir}/*.a
%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
- gcc4 rebuild fixes
- Added missing gdbm-devel buildprereq