OBS User unknown 2007-11-09 21:26:11 +00:00 committed by Git OBS Bridge
parent 67654c6501
commit 28c9ddfb83
4 changed files with 36 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3cd55ca1492e7f1bb730dfb1c234681efbeaa2f1aa2e3daddf6f32979e72672c
size 894902

3
gwenhywfar-2.6.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:462f80ce492ac3d7acdfae6ca0f5ff309f8c2d89e54c6424280b682301a99c6b
size 895074

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Nov 9 06:17:34 CET 2007 - crrodriguez@suse.de
- 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
-------------------------------------------------------------------
Fri Jul 27 12:55:13 CEST 2007 - sbrabec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package gwenhywfar (Version 2.6.1)
# spec file for package gwenhywfar (Version 2.6.2)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,11 +12,11 @@
Name: gwenhywfar
BuildRequires: doxygen graphviz graphviz-gd libopenssl-devel libxml2-devel pkg-config xorg-x11-fonts
Version: 2.6.1
Version: 2.6.2
Release: 1
URL: http://gwenhywfar.sourceforge.net/
Url: http://gwenhywfar.sourceforge.net/
Group: System/Libraries
License: LGPL v2 or later, As the copyright holder of Gwenhywfar, Martin Preuss grants the following
License: LGPL v2.1 or later
Summary: A Multiplatform Helper Library for Other Libraries
Source: %{name}-%{version}.tar.bz2
Requires: libgwenhywfar38 = %{version}
@ -24,10 +24,10 @@ 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,
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,
AqBanking, and QBankManager.
@ -60,7 +60,7 @@ Authors:
%package devel
Group: System/Libraries
Summary: A Multi-Platform Helper Library for Other Libraries
Requires: %{name} = %{version} glibc-devel libopenssl-devel
Requires: %{name} = %{version} glibc-devel
%description devel
Gwenhywfar is a base library used to provide OS abstraction functions
@ -86,7 +86,9 @@ autoreconf -f -i
--enable-release\
--enable-full-doc\
--with-docpath=%{_docdir}/%{name}/apidoc\
--with-openssl-libs=%{_libdir}
--with-openssl-libs=%{_libdir} \
--disable-static \
--with-pic
make %{?jobs:-j%jobs}
make srcdoc %{?jobs:-j%jobs}
@ -94,18 +96,16 @@ make srcdoc %{?jobs:-j%jobs}
%makeinstall
%makeinstall install-srcdoc
%find_lang %{name}
rm $RPM_BUILD_ROOT%{_libdir}/gwenhywfar/plugins/*/*/*.*a
rm $RPM_BUILD_ROOT%{_libdir}/gwenhywfar/plugins/*/*/*.*a $RPM_BUILD_ROOT%{_libdir}/*.*a
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
cp -a AUTHORS COPYING ChangeLog NEWS README TODO $RPM_BUILD_ROOT%{_docdir}/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
%post
%run_ldconfig
%post -p /sbin/ldconfig
%postun
%run_ldconfig
%postun -p /sbin/ldconfig
%post -n libgwenhywfar38 -p /sbin/ldconfig
@ -115,9 +115,10 @@ rm -rf $RPM_BUILD_ROOT
%defattr (-, root, root)
%{_bindir}/gct-tool
%doc %{_docdir}/%{name}
%exclude %{_docdir}/%{name}/apidoc
%{_libdir}/gwenhywfar
%dir %{_libdir}/gwenhywfar
%{_libdir}/gwenhywfar/*
%{_sysconfdir}/*.crt
%exclude %{_docdir}/%{name}/apidoc
%files -n libgwenhywfar38
%defattr (-, root, root)
@ -133,10 +134,14 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_docdir}/%{name}/apidoc
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/pkgconfig/gwenhywfar.pc
%changelog
* Fri Nov 09 2007 - crrodriguez@suse.de
- 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
* Fri Jul 27 2007 - sbrabec@suse.cz
- Updated to version 2.6.1:
* Minor bugs have been fixed.