update to 4.18.0 [release 4.18.0-1mamba;Sat Dec 23 2017]
This commit is contained in:
parent
6cc9becdac
commit
a2bf827abe
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: gwenhywfar
|
Name: gwenhywfar
|
||||||
Version: 4.17.0
|
Version: 4.20.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A tool to allow porting of software to different operating systems like Linux, *BSD, Windows etc.
|
Summary: A tool to allow porting of software to different operating systems like Linux, *BSD, Windows etc.
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -8,9 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://gwenhywfar.sourceforge.net
|
URL: http://gwenhywfar.sourceforge.net
|
||||||
# Needs download by hand from http://www2.aquamaniac.de/sites/download/packages.php
|
Source: https://github.com/aqbanking/gwenhywfar.git/%{version}/gwenhywfar-%{version}.tar.bz2
|
||||||
Source: https://www.aquamaniac.de/sites/download/download.php?package=01&release=205&file=01&dummy=gwenhywfar-%{version}.tar.gz
|
|
||||||
#Source: http://downloads.sourceforge.net/project/gwenhywfar/gwenhywfar-%{version}.tar.gz
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -47,6 +45,8 @@ This package contains static libraries and header files need for development.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -f -i
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--with-openssl-libs="`pkg-config --libs openssl`" \
|
--with-openssl-libs="`pkg-config --libs openssl`" \
|
||||||
--with-qt4-libs="%{_qt4_libdir}"
|
--with-qt4-libs="%{_qt4_libdir}"
|
||||||
@ -109,10 +109,15 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_libdir}/cmake/gwengui-cpp-%{majver}/gwengui-cpp-config.cmake
|
%{_libdir}/cmake/gwengui-cpp-%{majver}/gwengui-cpp-config.cmake
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/aclocal/gwenhywfar.m4
|
%{_datadir}/aclocal/gwenhywfar.m4
|
||||||
%doc ChangeLog NEWS README README.DARWIN README.SOLARIS
|
%doc NEWS README TODO
|
||||||
%doc README.W32 TODO
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 23 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 4.18.0-1mamba
|
||||||
|
- update to 4.18.0
|
||||||
|
|
||||||
|
* Fri Apr 20 2018 Automatic Build System <autodist@mambasoft.it> 4.20.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Apr 16 2017 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 4.17.0-1mamba
|
* Sun Apr 16 2017 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 4.17.0-1mamba
|
||||||
- update to 4.17.0
|
- update to 4.17.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user