Upstream update
This commit is contained in:
commit
2368d32433
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,4 +1,8 @@
|
||||
/airrac-*.tar.*
|
||||
/tmp/
|
||||
clog
|
||||
|
||||
/airrac-*.src.rpm
|
||||
/airrac-*.*.*/
|
||||
/clog
|
||||
.build-*.*.log
|
||||
/noarch/
|
||||
/x86_64/
|
||||
/i?86/
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global mydocs __tmp_docdir
|
||||
#
|
||||
Name: airrac
|
||||
Version: 0.2.3
|
||||
Version: 1.00.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: C++ Simulated Revenue Accounting (RAC) System Library
|
||||
@ -14,7 +14,7 @@ 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
|
||||
BuildRequires: boost-devel, soci-mysql-devel, zeromq-devel, readline-devel
|
||||
BuildRequires: stdair-devel
|
||||
|
||||
|
||||
@ -107,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 25 2012 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.0-1
|
||||
- Upstream update
|
||||
|
||||
* Mon Dec 05 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.2.3-1
|
||||
- Upstream update
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user