Adding patch2, support for bombono-dvd

This commit is contained in:
Alec Leamas 2012-03-29 00:09:43 +02:00
commit da7ddb4e6a
2 changed files with 96 additions and 2 deletions

View file

@ -1,6 +1,6 @@
Name: adobe-source-libraries
Version: 1.0.43
Release: 7%{?dist}
Release: 8%{?dist}
Summary: General purpose C++ libraries
Group: System Environment/Libraries
# License breakdown: http://stlab.adobe.com/licenses.html
@ -11,9 +11,11 @@ Source0: http://downloads.sourceforge.net/project/adobe-source/adobe-sour
# pkg-config(1) configuration file, part of packaging.
Source1: adobe-source-libraries.pc
# https://sourceforge.net/tracker/?func=detail&aid=3487687&group_id=132417&atid=724218
# (all patches)
# (pathch0, patch1)
Patch0: asl-gcc.patch
Patch1: asl-fedora-build-options.patch
# https://svn.boost.org/trac/boost/ticket/4647
Patch2: asl-no-concept-check1043.patch
BuildRequires: boost-build
BuildRequires: boost-devel
@ -49,6 +51,7 @@ API and other documentation for Adobe Source Libraries (ASL).
%setup -qn source_release
%patch0 -p1
%patch1 -p1
%patch2 -p1
find . \( -name *.hpp -o -name *.jpg \) -executable -exec chmod 644 {} \;
iconv -f iso8859-1 -t utf-8 release_notes.txt > release_notes.txt.conv && \
@ -123,6 +126,9 @@ ln -sf $sofile ${sofile%%.*.*.*}
%changelog
* Wed Mar 28 2012 Alec Leamas <leamas@nowhere.net> 1.0.43-8
- Adding Patch2: Relaxing certain tests to fit bombono-dvd
* Tue Mar 20 2012 Alec Leamas <leamas@nowhere.net> 1.0.43-7
- Removing remaining documentation sources, minor fixes