Compare commits

...

12 Commits
rawhide ... el6

Author SHA1 Message Date
Denis Arnaud ff755af552 Removed the dependency on ZeroMQ (only AirInv is dependent on it, not StdAir) 2015-06-14 03:06:20 +02:00
Denis Arnaud 0cb8d1cb91 Added tarballs/ to .gitignore 2015-06-07 19:52:24 +02:00
Denis Arnaud 0829478a43 Rebuild for Soci-3.2.1 2013-05-22 21:32:52 +02:00
Denis Arnaud 2368d32433 Upstream update 2012-12-25 16:15:33 +01:00
Denis Arnaud cca97c5282 Removed unused parts (merged from the f18 branch) of the change-log. 2012-12-25 16:10:37 +01:00
Denis Arnaud 29fbf58540 Upstream update 2011-12-05 12:48:58 +01:00
Denis Arnaud f1cf175bfc Rebuilt for the new soci-3.1.0 and stdair-0.44.0 packages 2011-11-03 00:00:35 +01:00
Denis Arnaud 5ee67c77fd De-activated the CMake/CTest, as it does not currently work on EPEL. 2011-10-19 18:37:42 +02:00
Denis Arnaud 6e3e74ac93 Upstream update 2011-10-19 18:28:55 +02:00
Denis Arnaud e7ff93a33b Upstream update 2011-10-19 16:46:34 +02:00
Denis Arnaud 421221f8d8 Upstream update 2011-08-31 17:43:56 +03:00
Denis Arnaud 16218e0178 First RPM release for that package. 2011-08-21 02:22:47 +02:00
3 changed files with 35 additions and 26 deletions

2
.gitignore vendored
View File

@ -6,3 +6,5 @@
/noarch/
/x86_64/
/i?86/
/tarballs/

View File

@ -2,7 +2,7 @@
%global mydocs __tmp_docdir
#
Name: airrac
Version: 1.00.0
Version: 1.00.1
Release: 1%{?dist}
Summary: C++ Simulated Revenue Accounting (RAC) System Library
@ -14,7 +14,8 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: cmake, python-devel
BuildRequires: boost-devel, soci-mysql-devel, zeromq-devel, readline-devel
BuildRequires: boost148-devel, soci-mysql-devel, soci-sqlite3-devel
BuildRequires: readline-devel
BuildRequires: stdair-devel
@ -43,7 +44,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
@ -59,19 +62,32 @@ online (http://%{name}.org).
%build
%cmake .
mkdir -p build
pushd build
%cmake -DBOOST_LIBRARYDIR=%{_libdir}/boost148 \
-DBOOST_INCLUDEDIR=%{_includedir}/boost148 \
-DBoost_ADDITIONAL_VERSIONS="1.48 1.48.0" ..
make %{?_smp_mflags}
popd
%install
rm -rf $RPM_BUILD_ROOT
pushd build
make install DESTDIR=$RPM_BUILD_ROOT
popd
mkdir -p %{mydocs}
mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html %{mydocs}
mv $RPM_BUILD_ROOT%{_docdir}/%{name}/html %{mydocs}
rm -f %{mydocs}/html/installdox
# Remove additional documentation files (those files are already available
# in the project top directory)
rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/{NEWS,README,AUTHORS}
%check
ctest
pushd build
#ctest
popd
%clean
rm -rf $RPM_BUILD_ROOT
@ -107,33 +123,24 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Jun 07 2015 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.1-1
- Removed the dependency on ZeroMQ (only AirInv is dependent on it, not StdAir)
* Wed May 22 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.0-2
- Rebuild for Soci-3.2.1
* Tue Dec 25 2012 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.0-1
- Upstream update
* Sun Aug 12 2012 Kevin Fenzi <kevin@scrye.com> - 0.2.3-5
- Rebuild for new boost
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-3
- Rebuilt for c++ ABI breakage
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Mon Dec 05 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.2.3-1
- Upstream update
* Sun Nov 20 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.2.1-2
- Rebuild for the new Boost-1.48.0
* Wed Nov 02 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.2.1-1
- Upstream update
* Wed Nov 02 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.2.0-3
* Wed Nov 02 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.2.1-2
- Rebuilt for the new soci-3.1.0 and stdair-0.44.0 packages
* Wed Oct 19 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.2.1-1
- Upstream update
* Sat Oct 15 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.2.0-1
- Upstream update

View File

@ -1 +1 @@
28be07a348ab9933837c765568e5f263 airrac-1.00.0.tar.bz2
5abd241dfbd738d9f2fe9617c4047471 airrac-1.00.1.tar.bz2