update to 4.13.1 [release 4.13.1-1mamba;Thu Jan 29 2015]

This commit is contained in:
Silvan Calarco 2024-01-05 23:36:08 +01:00
parent f606bab9ed
commit 261f2fd2e8

View File

@ -1,5 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: gwenhywfar Name: gwenhywfar
Version: 4.3.3 Version: 4.13.1
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
@ -7,8 +8,8 @@ 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
Source: http://www2.aquamaniac.de/sites/download/download.php?package=01&release=67&file=01&dummy=gwenhywfar-%{version}.tar.gz # Needs download by hand from http://www2.aquamaniac.de/sites/download/packages.php
#Source: http://downloads.sourceforge.net/sourceforge/gwenhywfar/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
@ -20,19 +21,12 @@ BuildRequires: libgcc
BuildRequires: libgcrypt-devel BuildRequires: libgcrypt-devel
BuildRequires: libgdk-pixbuf-devel BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libgmp-devel
BuildRequires: libgnutls-devel BuildRequires: libgnutls-devel
BuildRequires: libgpg-error-devel BuildRequires: libgpg-error-devel
BuildRequires: libgtk2-devel BuildRequires: libgtk2-devel
BuildRequires: libnettle-devel
BuildRequires: libopenssl-devel
BuildRequires: libpango-devel BuildRequires: libpango-devel
BuildRequires: libqt4-devel BuildRequires: libqt4-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libtasn1-devel
BuildRequires: libz-devel
BuildRequires: p11-kit-devel
BuildRequires: pkg-config
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -46,15 +40,16 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %description devel
Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides you with some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides you with some often needed modules such as configuration file handling, simple XML file parsing, IPC etc.
This package contains static libraries and header files need for development. This package contains static libraries and header files need for development.
%prep %prep
%setup -q %setup -q
%build %build
%configure %configure \
--with-openssl-libs="`pkg-config --libs openssl`" \
--with-qt4-libs="%{_qt4_libdir}"
%make %make
%install %install
@ -70,6 +65,7 @@ This package contains static libraries and header files need for development.
%defattr(-,root,root) %defattr(-,root,root)
#%config(noreplace) %{_sysconfdir}/gwen-public-ca.crt #%config(noreplace) %{_sysconfdir}/gwen-public-ca.crt
%{_libdir}/libgwenhywfar.so.* %{_libdir}/libgwenhywfar.so.*
%{_libdir}/libgwengui-cpp.so.*
%{_libdir}/libgwengui-gtk2.so.* %{_libdir}/libgwengui-gtk2.so.*
%{_libdir}/libgwengui-qt4.so.* %{_libdir}/libgwengui-qt4.so.*
%dir %{_libdir}/gwenhywfar/plugins %dir %{_libdir}/gwenhywfar/plugins
@ -96,16 +92,30 @@ This package contains static libraries and header files need for development.
%{_includedir}/gwenhywfar4/* %{_includedir}/gwenhywfar4/*
%{_libdir}/libgwenhywfar.so %{_libdir}/libgwenhywfar.so
%{_libdir}/libgwenhywfar.la %{_libdir}/libgwenhywfar.la
%{_libdir}/libgwengui-cpp.la
%{_libdir}/libgwengui-cpp.so
%{_libdir}/libgwengui-gtk2.la %{_libdir}/libgwengui-gtk2.la
%{_libdir}/libgwengui-gtk2.so %{_libdir}/libgwengui-gtk2.so
%{_libdir}/libgwengui-qt4.la %{_libdir}/libgwengui-qt4.la
%{_libdir}/libgwengui-qt4.so %{_libdir}/libgwengui-qt4.so
%{_exec_prefix}/lib/pkgconfig/*.pc %dir %{_libdir}/cmake/gwengui-qt4-%{majver}
%{_libdir}/cmake/gwengui-qt4-%{majver}/gwengui-qt4-config-version.cmake
%{_libdir}/cmake/gwengui-qt4-%{majver}/gwengui-qt4-config.cmake
%dir %{_libdir}/cmake/gwenhywfar-%{majver}
%{_libdir}/cmake/gwenhywfar-%{majver}/gwenhywfar-config-version.cmake
%{_libdir}/cmake/gwenhywfar-%{majver}/gwenhywfar-config.cmake
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/gwenhywfar.m4 %{_datadir}/aclocal/gwenhywfar.m4
%doc ChangeLog NEWS README README.DARWIN README.SOLARIS %doc ChangeLog NEWS README README.DARWIN README.SOLARIS
%doc README.W32 TODO %doc README.W32 TODO
%changelog %changelog
* Thu Jan 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.13.1-1mamba
- update to 4.13.1
* Thu Jan 29 2015 Automatic Build System <autodist@mambasoft.it> 4.13.1-1mamba
- automatic version update by autodist
* Tue Oct 16 2012 Automatic Build System <autodist@mambasoft.it> 4.3.3-1mamba * Tue Oct 16 2012 Automatic Build System <autodist@mambasoft.it> 4.3.3-1mamba
- automatic update by autodist - automatic update by autodist