Fix minor packaging issue
This commit is contained in:
parent
255b133f57
commit
14f0f68b5a
12
hwloc.spec
12
hwloc.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
|
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
|
||||||
Name: hwloc
|
Name: hwloc
|
||||||
Version: 1.2.2
|
Version: 1.2.2
|
||||||
Release: 0%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.open-mpi.org/projects/hwloc/
|
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
|
%{_datadir}/%{name}/%{name}.dtd
|
||||||
%dir %{_defaultdocdir}/%{name}-%{version}
|
%dir %{_defaultdocdir}/%{name}-%{version}
|
||||||
%{_defaultdocdir}/%{name}-%{version}/*[^c]
|
%{_defaultdocdir}/%{name}-%{version}/*[^c]
|
||||||
%{_libdir}/libhwloc*.so*
|
%{_libdir}/libhwloc*so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
@ -102,14 +102,18 @@ Headers and shared object symbolic links for the hwloc.
|
|||||||
%{_includedir}/%{name}/*
|
%{_includedir}/%{name}/*
|
||||||
%{_includedir}/%{name}.h
|
%{_includedir}/%{name}.h
|
||||||
%{_defaultdocdir}/%{name}-%{version}/*c
|
%{_defaultdocdir}/%{name}-%{version}/*c
|
||||||
|
%{_libdir}/*.so
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
- 1.2.2 release
|
||||||
- Fix for BZ https://bugzilla.redhat.com/show_bug.cgi?id=724937 for 32-bit PPC
|
- 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
|
- 1.2.1 release
|
||||||
- Moved libhwloc*.so* to the main package
|
- Moved libhwloc*.so* to the main package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user