Author: qboosh Date: Sun Dec 16 22:32:11 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 3.0.0 (note: new soname) - updated visibility patch
---- Files affected: SPECS: gwenhywfar.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/gwenhywfar.spec diff -u SPECS/gwenhywfar.spec:1.16 SPECS/gwenhywfar.spec:1.17 --- SPECS/gwenhywfar.spec:1.16 Sat Aug 11 14:00:24 2007 +++ SPECS/gwenhywfar.spec Sun Dec 16 23:32:06 2007 @@ -1,18 +1,20 @@ # $Revision$, $Date$ +# TODO: define _one_, system-wide place for ca-bundle.crt and use one, up-to-date file Summary: Gwenhywfar - a multi-platform helper library for networking and security Summary(pl.UTF-8): Gwenhywfar - wieloplatformowa biblioteka pomocnicza do sieci i bezpieczeństwa Name: gwenhywfar -Version: 2.6.1 +Version: 3.0.0 Release: 1 License: LGPL v2.1+ with OpenSSL linking exception Group: Libraries Source0: http://dl.sourceforge.net/gwenhywfar/%{name}-%{version}.tar.gz -# Source0-md5: 2cf970cd9d966e95c4254fc89530eca7 +# Source0-md5: 53edbfe4aaeb92d7f3ca21df72627fd8 Patch0: %{name}-visibility.patch URL: http://gwenhywfar.sourceforge.net/ -BuildRequires: autoconf >= 2.56 +BuildRequires: autoconf >= 2.60 BuildRequires: automake BuildRequires: gettext-devel +BuildRequires: gnutls-devel >= 1.6.1 BuildRequires: libtool BuildRequires: openssl-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -20,7 +22,7 @@ %description This is Gwenhywfar, a multi-platform helper library for networking and security applications and libraries. It is used by: - - Libchipcard2 (http://www.libchipcard.de/), + - Libchipcard (http://www.libchipcard.de/), - OpenHBCI2 (http://www.openhbci.de/), - Simthetic, the simulation tool (http://simthetic.sourceforge.net/) - AqBanking/AqHBCI (http://www.aquamaniac.de/aqbanking/). @@ -29,7 +31,7 @@ To jest Gwenhywfar - wieloplatformowa biblioteka pomocnicza do aplikacji i bibliotek związanych z siecią i bezpieczeństwem. Jest używana przez: - - Libchipcard2 (http://www.libchipcard.de/), + - Libchipcard (http://www.libchipcard.de/), - OpenHBCI2 (http://www.openhbci.de/), - narzędzie do symulacji Simthetic (http://simthetic.sourceforge.net/) - AqBanking/AqHBCI (http://www.aquamaniac.de/aqbanking/). @@ -39,7 +41,7 @@ Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Gwenhywfar Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: openssl-devel +Requires: gnutls-devel >= 1.6.1 %description devel Header files for Gwenhywfar library. @@ -64,6 +66,8 @@ %patch0 -p1 %build +# gettextize not used (custom support instead of AM_GNU_GETTEXT) +touch config.rpath %{__libtoolize} %{__aclocal} -I m4 %{__autoconf} @@ -98,26 +102,25 @@ %attr(755,root,root) %{_bindir}/typemaker %attr(755,root,root) %{_bindir}/xmlmerge %attr(755,root,root) %{_libdir}/libgwenhywfar.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgwenhywfar.so.47 %dir %{_libdir}/gwenhywfar %dir %{_libdir}/gwenhywfar/plugins %dir %{_libdir}/gwenhywfar/plugins/* -%dir %{_libdir}/gwenhywfar/plugins/*/crypttoken -%attr(755,root,root) %{_libdir}/gwenhywfar/plugins/*/crypttoken/*.so* -%{_libdir}/gwenhywfar/plugins/*/crypttoken/*.xml +%dir %{_libdir}/gwenhywfar/plugins/*/ct +%attr(755,root,root) %{_libdir}/gwenhywfar/plugins/*/ct/*.so* +%{_libdir}/gwenhywfar/plugins/*/ct/*.xml %dir %{_libdir}/gwenhywfar/plugins/*/dbio %attr(755,root,root) %{_libdir}/gwenhywfar/plugins/*/dbio/*.so* %{_libdir}/gwenhywfar/plugins/*/dbio/*.xml -%dir %{_libdir}/gwenhywfar/plugins/*/storage -%attr(755,root,root) %{_libdir}/gwenhywfar/plugins/*/storage/*.so* -%{_libdir}/gwenhywfar/plugins/*/storage/*.xml -%{_sysconfdir}/gwen-public-ca.crt +# just ca-bundle.crt +%{_datadir}/gwenhywfar %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/gwenhywfar-config %attr(755,root,root) %{_libdir}/libgwenhywfar.so %{_libdir}/libgwenhywfar.la -%{_includedir}/gwenhywfar +%{_includedir}/gwenhywfar3 %{_aclocaldir}/gwenhywfar.m4 %{_pkgconfigdir}/gwenhywfar.pc @@ -131,6 +134,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2007-12-16 22:32:06 qboosh +- updated to 3.0.0 (note: new soname) +- updated visibility patch + Revision 1.16 2007-08-11 12:00:24 wiget - updated to 2.6.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gwenhywfar.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
