This commit is contained in:
parent
10d81ea311
commit
67654c6501
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5dc794ed7b07b884a81a8017339fdfa7a2f3e1ca02c791336ccb868fde1224ca
|
|
||||||
size 856326
|
|
3
gwenhywfar-2.6.1.tar.bz2
Normal file
3
gwenhywfar-2.6.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3cd55ca1492e7f1bb730dfb1c234681efbeaa2f1aa2e3daddf6f32979e72672c
|
||||||
|
size 894902
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 27 12:55:13 CEST 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 2 18:05:46 CEST 2006 - sbrabec@suse.cz
|
Mon Oct 2 18:05:46 CEST 2006 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
108
gwenhywfar.spec
108
gwenhywfar.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gwenhywfar (Version 2.4.1)
|
# spec file for package gwenhywfar (Version 2.6.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -11,16 +11,15 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: gwenhywfar
|
Name: gwenhywfar
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: doxygen graphviz graphviz-gd libopenssl-devel libxml2-devel pkg-config xorg-x11-fonts
|
||||||
Version: 2.4.1
|
Version: 2.6.1
|
||||||
Release: 1
|
Release: 1
|
||||||
URL: http://gwenhywfar.sourceforge.net/
|
URL: http://gwenhywfar.sourceforge.net/
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
License: Other License(s), see package, LGPL
|
License: LGPL v2 or later, As the copyright holder of Gwenhywfar, Martin Preuss grants the following
|
||||||
Summary: A Multiplatform Helper Library for Other Libraries
|
Summary: A Multiplatform Helper Library for Other Libraries
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Autoreqprov: on
|
Requires: libgwenhywfar38 = %{version}
|
||||||
Prereq: /sbin/ldconfig
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -33,6 +32,26 @@ AqBanking, and QBankManager.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Martin Preuss <martin@libchipcard.de>
|
||||||
|
Christian Stimming
|
||||||
|
|
||||||
|
%package -n libgwenhywfar38
|
||||||
|
Group: System/Libraries
|
||||||
|
Summary: A Multiplatform Helper Library for Other Libraries
|
||||||
|
Requires: %{name} >= %{version}
|
||||||
|
|
||||||
|
%description -n libgwenhywfar38
|
||||||
|
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:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Martin Preuss <martin@libchipcard.de>
|
Martin Preuss <martin@libchipcard.de>
|
||||||
@ -41,7 +60,7 @@ Authors:
|
|||||||
%package devel
|
%package devel
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: A Multi-Platform Helper Library for Other Libraries
|
Summary: A Multi-Platform Helper Library for Other Libraries
|
||||||
Requires: %{name} = %{version} glibc-devel openssl-devel
|
Requires: %{name} = %{version} glibc-devel libopenssl-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Gwenhywfar is a base library used to provide OS abstraction functions
|
Gwenhywfar is a base library used to provide OS abstraction functions
|
||||||
@ -59,25 +78,25 @@ Authors:
|
|||||||
Christian Stimming
|
Christian Stimming
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS"
|
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
./configure\
|
%configure\
|
||||||
--prefix=/usr\
|
--enable-release\
|
||||||
--libdir=/usr/%{_lib}\
|
--enable-full-doc\
|
||||||
--sysconfdir=/etc\
|
--with-docpath=%{_docdir}/%{name}/apidoc\
|
||||||
--with-openssl-libs=/usr/%{_lib}\
|
--with-openssl-libs=%{_libdir}
|
||||||
--enable-full-doc
|
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
make srcdoc %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%makeinstall
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
%makeinstall install-srcdoc
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
rm $RPM_BUILD_ROOT/usr/%{_lib}/gwenhywfar/plugins/*/*/*.*a
|
rm $RPM_BUILD_ROOT%{_libdir}/gwenhywfar/plugins/*/*/*.*a
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
cp -a AUTHORS COPYING ChangeLog NEWS README TODO $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -88,27 +107,46 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun
|
%postun
|
||||||
%run_ldconfig
|
%run_ldconfig
|
||||||
|
|
||||||
|
%post -n libgwenhywfar38 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -n libgwenhywfar38 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
%{_bindir}/gct-tool
|
||||||
/etc/*.crt
|
%doc %{_docdir}/%{name}
|
||||||
/usr/bin/gct-tool
|
%exclude %{_docdir}/%{name}/apidoc
|
||||||
/usr/%{_lib}/*.so.*
|
%{_libdir}/gwenhywfar
|
||||||
/usr/%{_lib}/gwenhywfar
|
%{_sysconfdir}/*.crt
|
||||||
/usr/%{_lib}/pkgconfig/gwenhywfar.pc
|
|
||||||
|
%files -n libgwenhywfar38
|
||||||
|
%defattr (-, root, root)
|
||||||
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
/usr/%{_lib}/*.so
|
%{_bindir}/*-config
|
||||||
/usr/%{_lib}/*.*a
|
%{_bindir}/mklistdoc
|
||||||
/usr/bin/*-config
|
%{_bindir}/typemaker
|
||||||
/usr/bin/mklistdoc
|
%{_bindir}/xmlmerge
|
||||||
/usr/bin/typemaker
|
%{_datadir}/aclocal/*.m4
|
||||||
/usr/bin/xmlmerge
|
%doc %{_docdir}/%{name}/apidoc
|
||||||
/usr/include/*
|
%{_includedir}/*
|
||||||
/usr/share/aclocal/*.m4
|
%{_libdir}/*.so
|
||||||
|
%{_libdir}/*.*a
|
||||||
|
%{_libdir}/pkgconfig/gwenhywfar.pc
|
||||||
|
|
||||||
%changelog -n gwenhywfar
|
%changelog
|
||||||
|
* Fri Jul 27 2007 - sbrabec@suse.cz
|
||||||
|
- 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.
|
||||||
* Mon Oct 02 2006 - sbrabec@suse.cz
|
* Mon Oct 02 2006 - sbrabec@suse.cz
|
||||||
- Updated to version 2.4.1:
|
- Updated to version 2.4.1:
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
Loading…
Reference in New Issue
Block a user