diff --git a/sources b/sources index 81a0525..3cc02bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e79a7fa21dc6c32d087d2f07135398f7 stdair-0.43.1.tar.bz2 +cc3ce5ffd18725dd484ffc186426714f stdair-0.44.0.tar.bz2 diff --git a/stdair.spec b/stdair.spec index 5a83afc..5d34ba0 100644 --- a/stdair.spec +++ b/stdair.spec @@ -2,14 +2,14 @@ %global mydocs __tmp_docdir # Name: stdair -Version: 0.43.1 +Version: 0.44.0 Release: 1%{?dist} Summary: C++ Standard Airline IT Object Library Group: System Environment/Libraries License: LGPLv2+ -URL: http://sourceforge.net/projects/%{name}/ +URL: http://%{name}.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -43,7 +43,9 @@ programs using %{name}, you will need to install %{name}-devel. %package doc Summary: HTML documentation for the %{name} library Group: Documentation -%{?fedora:BuildArch: noarch} +%if 0%{?fedora} || 0%{?rhel} > 5 +BuildArch: noarch +%endif BuildRequires: tex(latex) BuildRequires: doxygen, ghostscript @@ -129,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 02 2011 Denis Arnaud 0.44.0-1 +- Upstream update + * Tue Oct 18 2011 Denis Arnaud 0.43.1-1 - Upstream update - Improved a little the package descriptions