* 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:
parent
0fed785b67
commit
07cff20623
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
rmol-0.23.0.tar.gz
|
||||
rmol_fix_gcc_45_compilation_error.patch
|
||||
|
14
rmol.spec
14
rmol.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user