Upstream update

This commit is contained in:
Denis Arnaud 2019-01-15 18:40:45 +01:00
parent 5fece3e1d6
commit 2f6da13086
2 changed files with 13 additions and 10 deletions

View File

@ -1 +1 @@
SHA512 (stdair-1.00.6.tar.bz2) = dfd0aaf5afba6705ba15fa11460c5448ef7e9d8c442d922368660bcd069dfdbddbf8a78ffcda42d720143a1d88fac628d109fa9fa4cc7f4fb6fc6f7fe42a7357
SHA512 (stdair-1.00.7.tar.gz) = 2f6ae99528b9dd98681113fe563e573eaf80311518f35f92d5f9840c285dd85c872e6e26468ec3df1c5d9ecd29c2a146e08d661a3929ec80f2343230f5823edf

View File

@ -1,18 +1,18 @@
%global mydocs __tmp_docdir
Name: stdair
Version: 1.00.6
Release: 5%{?dist}
Version: 1.00.7
Release: 1%{?dist}
Summary: C++ Standard Airline IT Object Library
Group: System Environment/Libraries
License: LGPLv2+
URL: http://%{name}.sourceforge.net
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
URL: http://github.com/airsim/%{name}
Source0: https://github.com/airsim/%{name}/archive/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: cmake, python2-devel
BuildRequires: cmake, python3-devel
BuildRequires: boost-devel, soci-mysql-devel, soci-sqlite3-devel
BuildRequires: boost-python2-devel
BuildRequires: boost-python3-devel
BuildRequires: readline-devel
@ -56,7 +56,7 @@ online (http://%{name}.org).
%prep
%setup -q
%autosetup -n %{name}-%{name}-%{version}
%build
%cmake .
@ -74,7 +74,7 @@ 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}
rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/{NEWS,README.md,AUTHORS}
%check
ctest
@ -86,7 +86,7 @@ ctest
%files
%doc ChangeLog COPYING AUTHORS NEWS README
%doc ChangeLog COPYING AUTHORS NEWS README.md
%{_bindir}/%{name}
%{_libdir}/lib%{name}.so.*
%{_libdir}/lib%{name}uicl.so.*
@ -136,6 +136,9 @@ ctest
%changelog
* Tue Jan 15 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.7-1
- Upstream update
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.00.6-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild