- (#225622: Merge Review: boost) Change static to devel-static.
This commit is contained in:
parent
e509989d1f
commit
07b7f88ff4
12
boost.spec
12
boost.spec
@ -1,7 +1,7 @@
|
|||||||
Name: boost
|
Name: boost
|
||||||
Summary: The Boost C++ Libraries
|
Summary: The Boost C++ Libraries
|
||||||
Version: 1.33.1
|
Version: 1.33.1
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
License: Boost Software License (GPL-Compatible, Free Software License)
|
License: Boost Software License (GPL-Compatible, Free Software License)
|
||||||
URL: http://www.boost.org/
|
URL: http://www.boost.org/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -47,13 +47,13 @@ Provides: boost-python-devel = %{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
Headers and shared object symlinks for the Boost C++ libraries.
|
Headers and shared object symlinks for the Boost C++ libraries.
|
||||||
|
|
||||||
%package static
|
%package devel-static
|
||||||
Summary: The Boost C++ static development libraries
|
Summary: The Boost C++ static development libraries
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: boost = %{version}-%{release}
|
Requires: boost = %{version}-%{release}
|
||||||
Provides: boost-python-devel = %{version}-%{release}
|
Provides: boost-python-devel = %{version}-%{release}
|
||||||
|
|
||||||
%description static
|
%description devel-static
|
||||||
Static libraries for the Boost C++ libraries.
|
Static libraries for the Boost C++ libraries.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
@ -174,7 +174,7 @@ rm -rf %{buildroot}
|
|||||||
%{_includedir}/boost
|
%{_includedir}/boost
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%files static
|
%files devel-static
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
@ -183,6 +183,10 @@ rm -rf %{buildroot}
|
|||||||
%doc %{_docdir}/boost-%{version}
|
%doc %{_docdir}/boost-%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 02 2007 Benjamin Kosnik <bkoz@redhat.com> 1.33.1-13
|
||||||
|
- (#225622: Merge Review: boost)
|
||||||
|
Change static to devel-static.
|
||||||
|
|
||||||
* Mon Mar 26 2007 Benjamin Kosnik <bkoz@redhat.com> 1.33.1-12
|
* Mon Mar 26 2007 Benjamin Kosnik <bkoz@redhat.com> 1.33.1-12
|
||||||
- (#233523: libboost_python needs rebuild against python 2.5)
|
- (#233523: libboost_python needs rebuild against python 2.5)
|
||||||
Use patch.
|
Use patch.
|
||||||
|
Loading…
Reference in New Issue
Block a user