2007-01-16 00:16:18 +01:00
|
|
|
#
|
2008-02-15 01:23:00 +01:00
|
|
|
# spec file for package gwenhywfar (Version 3.1.1)
|
2007-01-16 00:16:18 +01:00
|
|
|
#
|
2008-01-24 18:26:48 +01:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:16:18 +01:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-02-15 01:23:00 +01:00
|
|
|
|
2007-01-16 00:16:18 +01:00
|
|
|
Name: gwenhywfar
|
2008-02-15 01:23:00 +01:00
|
|
|
BuildRequires: doxygen fdupes graphviz graphviz-gd libgnutls-devel libopenssl-devel libxml2-devel pkg-config xorg-x11-fonts
|
|
|
|
Version: 3.1.1
|
|
|
|
Release: 1
|
2007-11-09 22:26:11 +01:00
|
|
|
Url: http://gwenhywfar.sourceforge.net/
|
2007-01-16 00:16:18 +01:00
|
|
|
Group: System/Libraries
|
2007-11-09 22:26:11 +01:00
|
|
|
License: LGPL v2.1 or later
|
2007-01-16 00:16:18 +01:00
|
|
|
Summary: A Multiplatform Helper Library for Other Libraries
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
2008-02-15 01:23:00 +01:00
|
|
|
Requires: libgwenhywfar47 = %{version}
|
2007-01-16 00:16:18 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Gwenhywfar is a base library used to provide OS abstraction functions
|
2007-11-09 22:26:11 +01:00
|
|
|
for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes some
|
|
|
|
often needed functions (for example, handling and parsing of
|
|
|
|
configuration files, reading and writingof XML files, and interprocess
|
|
|
|
communication). It is used by OpenHBCI2,Libchipcard2, Simthetic,
|
2007-01-16 00:16:18 +01:00
|
|
|
AqBanking, and QBankManager.
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-07-27 15:09:00 +02:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Martin Preuss <martin@libchipcard.de>
|
|
|
|
Christian Stimming
|
|
|
|
|
2008-02-15 01:23:00 +01:00
|
|
|
%package -n libgwenhywfar47
|
2007-07-27 15:09:00 +02:00
|
|
|
Group: System/Libraries
|
|
|
|
Summary: A Multiplatform Helper Library for Other Libraries
|
|
|
|
Requires: %{name} >= %{version}
|
|
|
|
|
2008-02-15 01:23:00 +01:00
|
|
|
%description -n libgwenhywfar47
|
2007-07-27 15:09:00 +02:00
|
|
|
Gwenhywfar is a base library used to provide OS abstraction functions
|
|
|
|
for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes
|
|
|
|
some often needed functions (for example, for handling and parsing of
|
|
|
|
configuration files, reading and writing of XML files, and interprocess
|
|
|
|
communication). It is used by OpenHBCI2, Libchipcard2, Simthetic,
|
|
|
|
AqBanking, and QBankManager.
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-01-16 00:16:18 +01:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Martin Preuss <martin@libchipcard.de>
|
|
|
|
Christian Stimming
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: A Multi-Platform Helper Library for Other Libraries
|
2007-11-09 22:26:11 +01:00
|
|
|
Requires: %{name} = %{version} glibc-devel
|
2007-01-16 00:16:18 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Gwenhywfar is a base library used to provide OS abstraction functions
|
|
|
|
for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes
|
|
|
|
some often needed functions (e.g. for handling and parsing of
|
|
|
|
configuration files, reading/writing of XML files, interprocess
|
|
|
|
communication etc). It is used by: OpenHBCI2, Libchipcard2, Simthetic,
|
|
|
|
AqBanking, QBankManager.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Martin Preuss <martin@libchipcard.de>
|
|
|
|
Christian Stimming
|
|
|
|
|
|
|
|
%prep
|
2007-07-27 15:09:00 +02:00
|
|
|
%setup -q
|
2007-01-16 00:16:18 +01:00
|
|
|
|
|
|
|
%build
|
2008-02-15 01:23:00 +01:00
|
|
|
test -f config.rpath || cp -v /usr/share/gettext/config.rpath .
|
2007-01-16 00:16:18 +01:00
|
|
|
autoreconf -f -i
|
2007-07-27 15:09:00 +02:00
|
|
|
%configure\
|
|
|
|
--enable-release\
|
|
|
|
--enable-full-doc\
|
|
|
|
--with-docpath=%{_docdir}/%{name}/apidoc\
|
2007-11-09 22:26:11 +01:00
|
|
|
--with-openssl-libs=%{_libdir} \
|
|
|
|
--disable-static \
|
|
|
|
--with-pic
|
2007-01-16 00:16:18 +01:00
|
|
|
make %{?jobs:-j%jobs}
|
2007-07-27 15:09:00 +02:00
|
|
|
make srcdoc %{?jobs:-j%jobs}
|
2007-01-16 00:16:18 +01:00
|
|
|
|
|
|
|
%install
|
2007-07-27 15:09:00 +02:00
|
|
|
%makeinstall
|
|
|
|
%makeinstall install-srcdoc
|
2007-01-16 00:16:18 +01:00
|
|
|
%find_lang %{name}
|
2007-11-09 22:26:11 +01:00
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/gwenhywfar/plugins/*/*/*.*a $RPM_BUILD_ROOT%{_libdir}/*.*a
|
2007-07-27 15:09:00 +02:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
|
|
|
cp -a AUTHORS COPYING ChangeLog NEWS README TODO $RPM_BUILD_ROOT%{_docdir}/%{name}
|
2008-02-15 01:23:00 +01:00
|
|
|
%fdupes $RPM_BUILD_ROOT%{_docdir}
|
2007-01-16 00:16:18 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2007-11-09 22:26:11 +01:00
|
|
|
%post -p /sbin/ldconfig
|
2007-01-16 00:16:18 +01:00
|
|
|
|
2007-11-09 22:26:11 +01:00
|
|
|
%postun -p /sbin/ldconfig
|
2007-01-16 00:16:18 +01:00
|
|
|
|
2008-02-15 01:23:00 +01:00
|
|
|
%post -n libgwenhywfar47 -p /sbin/ldconfig
|
2007-07-27 15:09:00 +02:00
|
|
|
|
2008-02-15 01:23:00 +01:00
|
|
|
%postun -n libgwenhywfar47 -p /sbin/ldconfig
|
2007-07-27 15:09:00 +02:00
|
|
|
|
2007-01-16 00:16:18 +01:00
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr (-, root, root)
|
2007-07-27 15:09:00 +02:00
|
|
|
%{_bindir}/gct-tool
|
|
|
|
%doc %{_docdir}/%{name}
|
2007-11-09 22:26:11 +01:00
|
|
|
%dir %{_libdir}/gwenhywfar
|
|
|
|
%{_libdir}/gwenhywfar/*
|
|
|
|
%exclude %{_docdir}/%{name}/apidoc
|
2008-02-15 01:23:00 +01:00
|
|
|
%{_datadir}/gwenhywfar
|
2007-07-27 15:09:00 +02:00
|
|
|
|
2008-02-15 01:23:00 +01:00
|
|
|
%files -n libgwenhywfar47
|
2007-07-27 15:09:00 +02:00
|
|
|
%defattr (-, root, root)
|
|
|
|
%{_libdir}/*.so.*
|
2007-01-16 00:16:18 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr (-, root, root)
|
2007-07-27 15:09:00 +02:00
|
|
|
%{_bindir}/*-config
|
|
|
|
%{_bindir}/mklistdoc
|
|
|
|
%{_bindir}/typemaker
|
|
|
|
%{_bindir}/xmlmerge
|
|
|
|
%{_datadir}/aclocal/*.m4
|
|
|
|
%doc %{_docdir}/%{name}/apidoc
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/gwenhywfar.pc
|
2008-01-24 18:26:48 +01:00
|
|
|
|
2007-07-27 15:09:00 +02:00
|
|
|
%changelog
|
2008-02-15 01:23:00 +01:00
|
|
|
* Tue Feb 12 2008 ro@suse.de
|
|
|
|
- update to 3.1.1
|
|
|
|
- fixed a bug in ctfile.c (now ignores modulus and exponent in
|
|
|
|
GWEN_Crypt_TokenFile__SetKeyInfo())
|
|
|
|
Now gct-tool setsignseq works again with OpenHBCI keyfiles.
|
|
|
|
- fixed a bug in src/parser/text.c whiche prevented the CSV plugin from
|
|
|
|
reading lines with empty fields when using TAB as a delimiter
|
|
|
|
- update to 3.0.0
|
|
|
|
- next generation with many bugfixes
|
2008-01-24 18:26:48 +01:00
|
|
|
* Thu Jan 24 2008 coolo@suse.de
|
|
|
|
- fixing open call
|
|
|
|
* Fri Nov 09 2007 crrodriguez@suse.de
|
2007-11-09 22:26:11 +01:00
|
|
|
- update to version 2.6.2
|
|
|
|
* Release is only interesting for windows or NetBSD users
|
|
|
|
- disable static libraries
|
|
|
|
- remove "la" files
|
|
|
|
- remove unnedded dependency on libopenssl-devel in the -devel package
|
2008-01-24 18:26:48 +01:00
|
|
|
* Fri Jul 27 2007 sbrabec@suse.cz
|
2007-07-27 15:09:00 +02:00
|
|
|
- Updated to version 2.6.1:
|
|
|
|
* Minor bugs have been fixed.
|
|
|
|
* Cross-compiling is now supported.
|
|
|
|
* Some missing list functions have been added.
|
|
|
|
* Decreases the verbosity.
|
|
|
|
* Makes gwenhywfar completely relocatable using binreloc.
|
|
|
|
- Split package according to shared library packaging policy.
|
|
|
|
- Build with libxml2.
|
|
|
|
- Build and create api docs.
|
2008-01-24 18:26:48 +01:00
|
|
|
* Mon Oct 02 2006 sbrabec@suse.cz
|
2007-01-16 00:16:18 +01:00
|
|
|
- Updated to version 2.4.1:
|
|
|
|
* bug fixes
|
|
|
|
* removed debugging messages
|
|
|
|
* clean up the API
|
2008-02-15 01:23:00 +01:00
|
|
|
* Sat Sep 16 2006 jhargadon@suse.de
|
2007-01-16 00:16:18 +01:00
|
|
|
- update to version 2.4.0
|
|
|
|
- This release adds GWEN_DBIO plugin which writes GWEN_DB's as XML files
|
2008-01-24 18:26:48 +01:00
|
|
|
* Tue Jun 20 2006 stbinner@suse.de
|
2007-01-16 00:16:18 +01:00
|
|
|
- Update to version 2.3.0:
|
|
|
|
* Adds a new module for fast lookup of objects via integer IDs.
|
|
|
|
* Adds a storage module to be used by further projects.
|
2008-01-24 18:26:48 +01:00
|
|
|
* Thu May 11 2006 sbrabec@suse.cz
|
2007-01-16 00:16:18 +01:00
|
|
|
- Updated to version 2.2.0.
|
2008-01-24 18:26:48 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-16 00:16:18 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-01-24 18:26:48 +01:00
|
|
|
* Mon Jan 16 2006 sbrabec@suse.cz
|
2007-01-16 00:16:18 +01:00
|
|
|
- Updated to version 1.19.2.
|
2008-01-24 18:26:48 +01:00
|
|
|
* Wed Oct 19 2005 sbrabec@suse.cz
|
2007-01-16 00:16:18 +01:00
|
|
|
- New SuSE package, version 1.18.0.
|
|
|
|
Based on spec file from Rajesh Singh <rajeshsingh.geo@yahoo.com>.
|