Adding README.fedora

This commit is contained in:
Alec Leamas 2012-04-03 17:06:16 +02:00
commit 85ae6b9f98
2 changed files with 20 additions and 2 deletions

13
README.fedora Normal file
View file

@ -0,0 +1,13 @@
In the fedora version the any_iterator has the ability to relax some
checks as outlined in https://svn.boost.org/trac/boost/ticket/4647.
To enable this, set the NO_ASL_AI_CONCEPT_CHECK symbol e. g.,
#ifndef __MLIB_SDK_ASL_ANY_ITER_H__
#define __MLIB_SDK_ASL_ANY_ITER_H__
#define NO_ASL_AI_CONCEPT_CHECK
#include <adobe/any_iterator.hpp>
#endif // #ifndef __MLIB_SDK_ASL_ANY_ITER_H__

View file

@ -1,6 +1,7 @@
Name: adobe-source-libraries
Version: 1.0.43
Release: 9%{?dist}
Release: 10%{?dist}
Summary: General purpose C++ libraries
Group: System Environment/Libraries
# License breakdown: http://stlab.adobe.com/licenses.html
@ -10,6 +11,7 @@ URL: http://stlab.adobe.com/
Source0: http://downloads.sourceforge.net/project/adobe-source/adobe-source/%{version}/asl_%{version}.tgz
# pkg-config(1) configuration file, part of packaging.
Source1: adobe-source-libraries.pc
Source2: README.fedora
# https://sourceforge.net/tracker/?func=detail&aid=3487687&group_id=132417&atid=724218
# (pathch0, patch1)
Patch0: asl-gcc.patch
@ -114,7 +116,7 @@ ln -sf $sofile ${sofile%%.*.*.*}
%files
%doc LICENSE_1_0_0.txt read_me.html release_notes.txt
%doc LICENSE_1_0_0.txt read_me.html release_notes.txt %SOURCE2
%{_libdir}/*.so.*
%exclude %{_datadir}/doc/%{name}-%{version}/documentation
@ -128,6 +130,9 @@ ln -sf $sofile ${sofile%%.*.*.*}
%changelog
* Tue Apr 3 2012 Alec Leamas <leamas@nowhere.net> 1.0.43-10
- Adding README.fedora, typos in spec fixed.
* Sun Apr 1 2012 Dan Horák <dan[at]danny.cz> 1.0.43-9
- set ExclusiveArch to match TBB