Author: pluto Date: Sun Jul 23 06:27:07 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - install fixed, release 1.
---- Files affected: SPECS: boost.spec (1.61 -> 1.62) ---- Diffs: ================================================================ Index: SPECS/boost.spec diff -u SPECS/boost.spec:1.61 SPECS/boost.spec:1.62 --- SPECS/boost.spec:1.61 Thu Jul 20 17:13:55 2006 +++ SPECS/boost.spec Sun Jul 23 08:27:02 2006 @@ -8,7 +8,7 @@ Summary(pl): Biblioteki C++ "Boost" Name: boost Version: 1.33.1 -Release: 0.3 +Release: 1 License: Boost Software License and others Group: Libraries Source0: http://dl.sourceforge.net/boost/%{name}_%{_fver}.tar.bz2 @@ -679,10 +679,10 @@ cp -rf boost $RPM_BUILD_ROOT%{_includedir} -install bin/boost/libs/*/build/*.a/*/release/*/lib*.a $RPM_BUILD_ROOT%{_libdir} -install bin/boost/libs/*/build/*.so/*/release/*/*/lib*.so.*.*.* $RPM_BUILD_ROOT%{_libdir} +install bin/boost/libs/*/build/*.a/*/release/shared-linkable-true/*/lib*.a $RPM_BUILD_ROOT%{_libdir} +install bin/boost/libs/*/build/*.so/*/release/shared-linkable-true/*/lib*.so.*.*.* $RPM_BUILD_ROOT%{_libdir} # use cp -d, install follows symlinks instead of preserving them! -cp -df bin/boost/libs/*/build/*.so/*/release/*/*/lib*.so $RPM_BUILD_ROOT%{_libdir} +cp -df bin/boost/libs/*/build/*.so/*/release/shared-linkable-true/*/lib*.so $RPM_BUILD_ROOT%{_libdir} # create symlinks without -gcc-mt-* things in names for f in $RPM_BUILD_ROOT%{_libdir}/*.so.*; do @@ -1117,6 +1117,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.62 2006/07/23 06:27:02 pluto +- install fixed, release 1. + Revision 1.61 2006/07/20 15:13:55 pluto - fix serialization crash - allow static libs to be a shared linkable. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/boost.spec?r1=1.61&r2=1.62&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
