* Wed Jul 28 2010 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.23.0-3

- Added a patch to fix Rawhide build error
This commit is contained in:
Denis Arnaud 2010-07-30 20:48:27 +02:00
parent 0fed785b67
commit 07cff20623
3 changed files with 14 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
rmol-0.23.0.tar.gz
rmol_fix_gcc_45_compilation_error.patch

View File

@ -1,9 +1,9 @@
#
%define mydocs __tmp_docdir
%global mydocs __tmp_docdir
#
Name: rmol
Version: 0.23.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: C++ library of Revenue Management and Optimisation classes and functions
@ -13,6 +13,9 @@ URL: http://%{name}.sourceforge.net
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# Patch for g++ 4.5 compatibility. Already fixed by upstream.
Patch0: rmol_fix_gcc_45_compilation_error.patch
BuildRequires: gsl-devel
BuildRequires: boost-devel
BuildRequires: cppunit-devel
@ -66,6 +69,10 @@ library. The documentation is the same as at the RMOL web page.
%prep
%setup -q
# Apply the g++ 4.5 compatibility patch
%patch0 -p0
# find ./doc -type f -perm 755 -exec chmod 644 {} \;
# Fix some permissions and formats
rm -f INSTALL
@ -130,6 +137,9 @@ fi
%changelog
* Wed Jul 28 2010 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.23.0-3
- Added a patch to fix Rawhide build error
* Fri Jan 22 2010 Rahul Sundaram <sundaram@fedoraproject.org> 0.23.0-2
- Rebuild for Boost soname bump

View File

@ -1 +1 @@
4efd1c6a4edff1a0e35decabb2e1e6ef rmol-0.23.0.tar.gz
7f48936f4066868b55d368e761195f13 rmol_fix_gcc_45_compilation_error.patch