From 14f0f68b5ac8b9327abcc32a78df111346c2da0f Mon Sep 17 00:00:00 2001 From: Jirka Hladky Date: Fri, 7 Oct 2011 02:13:44 +0200 Subject: [PATCH] Fix minor packaging issue --- hwloc.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/hwloc.spec b/hwloc.spec index 36b1318..1f71be9 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -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 - 1.2.2 +* Fri Oct 07 2011 Jirka Hladky - 1.2.2-1 + - moved *.so to the devel package + - libhwloc*so* in the main package +* Wed Oct 05 2011 Jirka Hladky - 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 - 1.2.1 +* Sat Sep 17 2011 Jirka Hladky - 1.2.1-0 - 1.2.1 release - Moved libhwloc*.so* to the main package