Fix minor packaging issue

This commit is contained in:
Jirka Hladky 2011-10-07 02:13:44 +02:00
parent 255b133f57
commit 14f0f68b5a

View File

@ -1,7 +1,7 @@
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
Name: hwloc
Version: 1.2.2
Release: 0%{?dist}
Release: 1%{?dist}
License: BSD
Group: Applications/System
URL: http://www.open-mpi.org/projects/hwloc/
@ -92,7 +92,7 @@ Headers and shared object symbolic links for the hwloc.
%{_datadir}/%{name}/%{name}.dtd
%dir %{_defaultdocdir}/%{name}-%{version}
%{_defaultdocdir}/%{name}-%{version}/*[^c]
%{_libdir}/libhwloc*.so*
%{_libdir}/libhwloc*so.*
%files devel
%defattr(-, root, root, -)
@ -102,14 +102,18 @@ Headers and shared object symbolic links for the hwloc.
%{_includedir}/%{name}/*
%{_includedir}/%{name}.h
%{_defaultdocdir}/%{name}-%{version}/*c
%{_libdir}/*.so
%changelog
* Wed Oct 05 2011 Jirka Hladky <hladky.jiri@gmail.com> - 1.2.2
* Fri Oct 07 2011 Jirka Hladky <hladky.jiri@gmail.com> - 1.2.2-1
- moved *.so to the devel package
- libhwloc*so* in the main package
* Wed Oct 05 2011 Jirka Hladky <hladky.jiri@gmail.com> - 1.2.2-0
- 1.2.2 release
- Fix for BZ https://bugzilla.redhat.com/show_bug.cgi?id=724937 for 32-bit PPC
* Sat Sep 17 2011 Jirka Hladky <hladky.jiri@gmail.com> - 1.2.1
* Sat Sep 17 2011 Jirka Hladky <hladky.jiri@gmail.com> - 1.2.1-0
- 1.2.1 release
- Moved libhwloc*.so* to the main package