This commit is contained in:
parent
c8e3e1ed18
commit
951c2cf3fe
@ -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
|
Thu Aug 9 15:16:09 CEST 2007 - pth@suse.de
|
||||||
|
|
||||||
|
@ -14,14 +14,14 @@ Name: boost
|
|||||||
%define file_version 1_34_1
|
%define file_version 1_34_1
|
||||||
%define man_version 1.33.1
|
%define man_version 1.33.1
|
||||||
%define man_file_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
|
URL: http://www.boost.org
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
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.34.1
|
Version: 1.34.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Source0: %{name}_%{file_version}.tar.bz2
|
Source0: %{name}_%{file_version}.tar.bz2
|
||||||
Source1: boost-rpmlintrc
|
Source1: boost-rpmlintrc
|
||||||
Source2: boost_%{man_file_version}_man.tar.bz2
|
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 -
|
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
|
rm -rf %{buildroot}%{_docdir}/boost-%{version}/boost
|
||||||
ln -s /usr/include/boost %{buildroot}%{_docdir}/boost-%{version}/
|
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
|
#only for documentation, don't need to be executable
|
||||||
find %{buildroot}%{_docdir}/boost-%{version} -name \*.py| xargs chmod -x
|
find %{buildroot}%{_docdir}/boost-%{version} -name \*.py| xargs chmod -x
|
||||||
#symlink dupes
|
#symlink dupes
|
||||||
@ -196,6 +196,8 @@ find %{buildroot}%{_docdir}/boost-%{version} -name \*.py| xargs chmod -x
|
|||||||
%doc %{_mandir}/man7/*.7.gz
|
%doc %{_mandir}/man7/*.7.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 11 2007 - aj@suse.de
|
||||||
|
- Fix spec file to build again.
|
||||||
* Thu Aug 09 2007 - pth@suse.de
|
* Thu Aug 09 2007 - pth@suse.de
|
||||||
- Add man pages (made for 1.33.1).
|
- Add man pages (made for 1.33.1).
|
||||||
- Package html documentation differently.
|
- Package html documentation differently.
|
||||||
|
Loading…
Reference in New Issue
Block a user