This commit is contained in:
commit
10d81ea311
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
gwenhywfar-2.4.1.tar.bz2
Normal file
3
gwenhywfar-2.4.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5dc794ed7b07b884a81a8017339fdfa7a2f3e1ca02c791336ccb868fde1224ca
|
||||||
|
size 856326
|
42
gwenhywfar.changes
Normal file
42
gwenhywfar.changes
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 2 18:05:46 CEST 2006 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Updated to version 2.4.1:
|
||||||
|
* bug fixes
|
||||||
|
* removed debugging messages
|
||||||
|
* clean up the API
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 15 23:56:04 CEST 2006 - jhargadon@suse.de
|
||||||
|
|
||||||
|
- update to version 2.4.0
|
||||||
|
- This release adds GWEN_DBIO plugin which writes GWEN_DB's as XML files
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 20 09:10:57 CEST 2006 - stbinner@suse.de
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 11 13:56:26 CEST 2006 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Updated to version 2.2.0.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 21:36:24 CET 2006 - mls@suse.de
|
||||||
|
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 19:02:19 CET 2006 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Updated to version 1.19.2.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 19 16:34:46 CEST 2005 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- New SuSE package, version 1.18.0.
|
||||||
|
Based on spec file from Rajesh Singh <rajeshsingh.geo@yahoo.com>.
|
||||||
|
|
132
gwenhywfar.spec
Normal file
132
gwenhywfar.spec
Normal file
@ -0,0 +1,132 @@
|
|||||||
|
#
|
||||||
|
# spec file for package gwenhywfar (Version 2.4.1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
# 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
|
||||||
|
|
||||||
|
Name: gwenhywfar
|
||||||
|
BuildRequires: openssl-devel
|
||||||
|
Version: 2.4.1
|
||||||
|
Release: 1
|
||||||
|
URL: http://gwenhywfar.sourceforge.net/
|
||||||
|
Group: System/Libraries
|
||||||
|
License: Other License(s), see package, LGPL
|
||||||
|
Summary: A Multiplatform Helper Library for Other Libraries
|
||||||
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
Autoreqprov: on
|
||||||
|
Prereq: /sbin/ldconfig
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
%description
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Martin Preuss <martin@libchipcard.de>
|
||||||
|
Christian Stimming
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Group: System/Libraries
|
||||||
|
Summary: A Multi-Platform Helper Library for Other Libraries
|
||||||
|
Requires: %{name} = %{version} glibc-devel openssl-devel
|
||||||
|
|
||||||
|
%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
|
||||||
|
%setup
|
||||||
|
|
||||||
|
%build
|
||||||
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
export CXXFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
autoreconf -f -i
|
||||||
|
./configure\
|
||||||
|
--prefix=/usr\
|
||||||
|
--libdir=/usr/%{_lib}\
|
||||||
|
--sysconfdir=/etc\
|
||||||
|
--with-openssl-libs=/usr/%{_lib}\
|
||||||
|
--enable-full-doc
|
||||||
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
%find_lang %{name}
|
||||||
|
rm $RPM_BUILD_ROOT/usr/%{_lib}/gwenhywfar/plugins/*/*/*.*a
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%post
|
||||||
|
%run_ldconfig
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%run_ldconfig
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%defattr (-, root, root)
|
||||||
|
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||||
|
/etc/*.crt
|
||||||
|
/usr/bin/gct-tool
|
||||||
|
/usr/%{_lib}/*.so.*
|
||||||
|
/usr/%{_lib}/gwenhywfar
|
||||||
|
/usr/%{_lib}/pkgconfig/gwenhywfar.pc
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr (-, root, root)
|
||||||
|
/usr/%{_lib}/*.so
|
||||||
|
/usr/%{_lib}/*.*a
|
||||||
|
/usr/bin/*-config
|
||||||
|
/usr/bin/mklistdoc
|
||||||
|
/usr/bin/typemaker
|
||||||
|
/usr/bin/xmlmerge
|
||||||
|
/usr/include/*
|
||||||
|
/usr/share/aclocal/*.m4
|
||||||
|
|
||||||
|
%changelog -n gwenhywfar
|
||||||
|
* Mon Oct 02 2006 - sbrabec@suse.cz
|
||||||
|
- Updated to version 2.4.1:
|
||||||
|
* bug fixes
|
||||||
|
* removed debugging messages
|
||||||
|
* clean up the API
|
||||||
|
* Fri Sep 15 2006 - jhargadon@suse.de
|
||||||
|
- update to version 2.4.0
|
||||||
|
- This release adds GWEN_DBIO plugin which writes GWEN_DB's as XML files
|
||||||
|
* Tue Jun 20 2006 - stbinner@suse.de
|
||||||
|
- 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.
|
||||||
|
* Thu May 11 2006 - sbrabec@suse.cz
|
||||||
|
- Updated to version 2.2.0.
|
||||||
|
* Wed Jan 25 2006 - mls@suse.de
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
* Mon Jan 16 2006 - sbrabec@suse.cz
|
||||||
|
- Updated to version 1.19.2.
|
||||||
|
* Wed Oct 19 2005 - sbrabec@suse.cz
|
||||||
|
- New SuSE package, version 1.18.0.
|
||||||
|
Based on spec file from Rajesh Singh <rajeshsingh.geo@yahoo.com>.
|
Loading…
Reference in New Issue
Block a user