This commit is contained in:
parent
ceff9e4866
commit
59e9183524
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 22 04:10:41 CET 2009 - pth@suse.de
|
||||||
|
|
||||||
|
- Fix the line in the spec that copies the documentation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 20 14:09:58 CET 2009 - pth@suse.de
|
Fri Feb 20 14:09:58 CET 2009 - pth@suse.de
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ Group: Development/Libraries/C and C++
|
|||||||
Summary: Boost C++ Libraries
|
Summary: Boost C++ Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Version: 1.38.0
|
Version: 1.38.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Source0: %{name}_1_38_0.tar.bz2
|
Source0: %{name}_1_38_0.tar.bz2
|
||||||
Source1: boost-rpmlintrc
|
Source1: boost-rpmlintrc
|
||||||
Source2: boost_1_33_1_man.tar.bz2
|
Source2: boost_1_33_1_man.tar.bz2
|
||||||
@ -447,7 +447,8 @@ dos2unix libs/ptr_container/doc/tutorial_example.html \
|
|||||||
libs/graph/doc/lengauer_tarjan_dominator.htm \
|
libs/graph/doc/lengauer_tarjan_dominator.htm \
|
||||||
libs/test/test/test_files/errors_handling_test.pattern \
|
libs/test/test/test_files/errors_handling_test.pattern \
|
||||||
libs/test/test/test_files/result_report_test.pattern
|
libs/test/test/test_files/result_report_test.pattern
|
||||||
find . -name \*.htm\* -o -name \*.gif -o -name \*.css -o -name \*.jpg -o -name \*.png -o -name \*.ico | tar --files-from=%{S:3} -cf - --files-from=- | tar -C %{buildroot}%{_docdir}
|
find . -name \*.htm\* -o -name \*.gif -o -name \*.css -o -name \*.jpg -o -name \*.png -o -name \*.ico | \
|
||||||
|
tar --files-from=%{S:3} -cf - --files-from=- | tar -C %{buildroot}%{_docdir}/boost-%{version} -xf -
|
||||||
rm -rf %{buildroot}%{_docdir}/boost
|
rm -rf %{buildroot}%{_docdir}/boost
|
||||||
ln -s /usr/include/boost %{buildroot}%{_docdir}
|
ln -s /usr/include/boost %{buildroot}%{_docdir}
|
||||||
ln -s ../LICENSE_1_0.txt %{buildroot}%{_docdir}/libs
|
ln -s ../LICENSE_1_0.txt %{buildroot}%{_docdir}/libs
|
||||||
@ -609,6 +610,8 @@ mkdir
|
|||||||
%doc %{_mandir}/man7/*.7.gz
|
%doc %{_mandir}/man7/*.7.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 22 2009 pth@suse.de
|
||||||
|
- Fix the line in the spec that copies the documentation.
|
||||||
* Fri Feb 20 2009 pth@suse.de
|
* Fri Feb 20 2009 pth@suse.de
|
||||||
- Put the license in a versioned package. This allows installing
|
- Put the license in a versioned package. This allows installing
|
||||||
libraries in parallel (bnc#477603).
|
libraries in parallel (bnc#477603).
|
||||||
|
@ -479,7 +479,8 @@ dos2unix libs/ptr_container/doc/tutorial_example.html \
|
|||||||
libs/graph/doc/lengauer_tarjan_dominator.htm \
|
libs/graph/doc/lengauer_tarjan_dominator.htm \
|
||||||
libs/test/test/test_files/errors_handling_test.pattern \
|
libs/test/test/test_files/errors_handling_test.pattern \
|
||||||
libs/test/test/test_files/result_report_test.pattern
|
libs/test/test/test_files/result_report_test.pattern
|
||||||
find . -name \*.htm\* -o -name \*.gif -o -name \*.css -o -name \*.jpg -o -name \*.png -o -name \*.ico | tar --files-from=%{S:3} -cf - --files-from=- | tar -C %{buildroot}%{_docdir}
|
find . -name \*.htm\* -o -name \*.gif -o -name \*.css -o -name \*.jpg -o -name \*.png -o -name \*.ico | \
|
||||||
|
tar --files-from=%{S:3} -cf - --files-from=- | tar -C %{buildroot}%{_docdir}/boost-%{version} -xf -
|
||||||
rm -rf %{buildroot}%{_docdir}/boost
|
rm -rf %{buildroot}%{_docdir}/boost
|
||||||
ln -s /usr/include/boost %{buildroot}%{_docdir}
|
ln -s /usr/include/boost %{buildroot}%{_docdir}
|
||||||
ln -s ../LICENSE_1_0.txt %{buildroot}%{_docdir}/libs
|
ln -s ../LICENSE_1_0.txt %{buildroot}%{_docdir}/libs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user