diff --git a/boost.changes b/boost.changes index 450ff12..6539826 100644 --- a/boost.changes +++ b/boost.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 11 13:17:53 CEST 2007 - aj@suse.de + +- Fix spec file to build again. + ------------------------------------------------------------------- Thu Aug 9 15:16:09 CEST 2007 - pth@suse.de diff --git a/boost.spec b/boost.spec index b4101dc..75a830a 100644 --- a/boost.spec +++ b/boost.spec @@ -14,14 +14,14 @@ Name: boost %define file_version 1_34_1 %define man_version 1.33.1 %define man_file_version 1_33_1 -BuildRequires: boost-jam dos2unix gcc-c++ libbz2-devel libicu-devel python-devel xorg-x11-devel +BuildRequires: boost-jam dos2unix fdupes gcc-c++ libbz2-devel libicu-devel python-devel xorg-x11-devel URL: http://www.boost.org License: BSD 3-Clause Group: Development/Libraries/C and C++ Summary: Boost C++ Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build Version: 1.34.1 -Release: 1 +Release: 2 Source0: %{name}_%{file_version}.tar.bz2 Source1: boost-rpmlintrc Source2: boost_%{man_file_version}_man.tar.bz2 @@ -164,7 +164,7 @@ dos2unix libs/ptr_container/doc/tutorial_example.html \ tar --files-from=%{S:3} -cf - $(find . -name \*.htm\* -o -name \*.gif -o -name \*.css -o -name \*.jpg -o -name \*.png -o -name \*.ico) | tar -C %{buildroot}%{_docdir}/boost-%{version} -xf - rm -rf %{buildroot}%{_docdir}/boost-%{version}/boost ln -s /usr/include/boost %{buildroot}%{_docdir}/boost-%{version}/ -ln -s ../LICENSE_1_0.txt {buildroot}%{_docdir}/boost-%{version}/libs +ln -s ../LICENSE_1_0.txt %{buildroot}%{_docdir}/boost-%{version}/libs #only for documentation, don't need to be executable find %{buildroot}%{_docdir}/boost-%{version} -name \*.py| xargs chmod -x #symlink dupes @@ -196,6 +196,8 @@ find %{buildroot}%{_docdir}/boost-%{version} -name \*.py| xargs chmod -x %doc %{_mandir}/man7/*.7.gz %changelog +* Sat Aug 11 2007 - aj@suse.de +- Fix spec file to build again. * Thu Aug 09 2007 - pth@suse.de - Add man pages (made for 1.33.1). - Package html documentation differently.