Accepting request 17886 from GNOME:Factory

Copy from GNOME:Factory/gwenhywfar based on submit request 17886 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/17886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=10
This commit is contained in:
OBS User autobuild 2009-08-17 13:04:28 +00:00 committed by Git OBS Bridge
parent 48b5622f22
commit b9d6c550c6
2 changed files with 38 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 14 17:34:35 CEST 2009 - sbrabec@suse.cz
- Split package to allow parrallel installation of more versions.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 24 19:35:29 CEST 2009 - mkudlvasr@suse.cz Wed Jun 24 19:35:29 CEST 2009 - mkudlvasr@suse.cz

View File

@ -22,13 +22,13 @@ Name: gwenhywfar
BuildRequires: doxygen graphviz graphviz-gd libgcrypt-devel libopenssl-devel libxml2-devel pkg-config xorg-x11-fonts BuildRequires: doxygen graphviz graphviz-gd libgcrypt-devel libopenssl-devel libxml2-devel pkg-config xorg-x11-fonts
BuildRequires: fdupes gnutls-devel BuildRequires: fdupes gnutls-devel
Version: 3.8.3 Version: 3.8.3
Release: 1 Release: 2
Url: http://gwenhywfar.sourceforge.net/ Url: http://gwenhywfar.sourceforge.net/
Group: System/Libraries Group: System/Libraries
License: LGPL v2.1 or later License: LGPL v2.1 or later
Summary: A Multiplatform Helper Library for Other Libraries Summary: Multiplatform Helper Library for Other Libraries
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Requires: libgwenhywfar47 = %{version} Requires: libgwenhywfar47 = %{version} gwenhywfar47 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -41,6 +41,27 @@ AqBanking, and QBankManager.
Authors:
--------
Martin Preuss <martin@libchipcard.de>
Christian Stimming
%package -n gwenhywfar47
License: LGPL v2.1 or later
Group: System/Libraries
Summary: Multiplatform Helper Library for Other Libraries
Requires: %{_name} >= %{version}
%description -n gwenhywfar47
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>
@ -49,8 +70,8 @@ Authors:
%package -n libgwenhywfar47 %package -n libgwenhywfar47
License: LGPL v2.1 or later License: LGPL v2.1 or later
Group: System/Libraries Group: System/Libraries
Summary: A Multiplatform Helper Library for Other Libraries Summary: Multiplatform Helper Library for Other Libraries
Requires: %{name} >= %{version} Requires: gwenhywfar47 >= %{version}
%description -n libgwenhywfar47 %description -n libgwenhywfar47
Gwenhywfar is a base library used to provide OS abstraction functions Gwenhywfar is a base library used to provide OS abstraction functions
@ -70,7 +91,7 @@ Authors:
%package devel %package devel
License: LGPL v2.1 or later License: LGPL v2.1 or later
Group: System/Libraries Group: System/Libraries
Summary: A Multi-Platform Helper Library for Other Libraries Summary: Multi-Platform Helper Library for Other Libraries
Requires: %{name} = %{version} glibc-devel Requires: %{name} = %{version} glibc-devel
%description devel %description devel
@ -123,10 +144,6 @@ popd
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post -n libgwenhywfar47 -p /sbin/ldconfig %post -n libgwenhywfar47 -p /sbin/ldconfig
%postun -n libgwenhywfar47 -p /sbin/ldconfig %postun -n libgwenhywfar47 -p /sbin/ldconfig
@ -135,11 +152,15 @@ rm -rf $RPM_BUILD_ROOT
%defattr (-, root, root) %defattr (-, root, root)
%{_bindir}/gct-tool %{_bindir}/gct-tool
%doc %{_docdir}/%{name} %doc %{_docdir}/%{name}
%dir %{_libdir}/gwenhywfar
%{_libdir}/gwenhywfar/*
%{_datadir}/gwenhywfar %{_datadir}/gwenhywfar
%exclude %{_docdir}/%{name}/apidoc %exclude %{_docdir}/%{name}/apidoc
%files -n gwenhywfar47
%defattr (-, root, root)
%dir %{_libdir}/gwenhywfar
%dir %{_libdir}/gwenhywfar/plugins
%{_libdir}/gwenhywfar/plugins/47
%files -n libgwenhywfar47 %files -n libgwenhywfar47
%defattr (-, root, root) %defattr (-, root, root)
%{_libdir}/*.so.* %{_libdir}/*.so.*