OBS User unknown 2007-08-15 18:31:14 +00:00 committed by Git OBS Bridge
parent e3de0a844f
commit 84145ca612
4 changed files with 43 additions and 14 deletions

View File

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

3
libassuan-1.0.2.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Aug 10 17:07:12 CEST 2007 - bk@suse.de
- updated to 1.0.2, which is required by GnuPG 2.0.5 (and later)
* Changed license to LGPLv3.
* New flag ASSUAN_CONFIDENTIAL to return the state of confidential logging.
* Assorted bug fixed and code cleanups.
- added Requires: pth (needed because it's built against it)
- dropped Requires: openct-devel pcsc-lite-devel (no relation to them)
-------------------------------------------------------------------
Thu Jul 26 13:13:37 CEST 2007 - sbrabec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package libassuan (Version 1.0.1)
# spec file for package libassuan (Version 1.0.2)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,10 +12,10 @@
Name: libassuan
URL: http://www.gnupg.org/aegypten2/index.html
Version: 1.0.1
Release: 28
Summary: IPC Library Used by GnuPG 1.9 and GPGME
License: GPL v2 or later, LGPL v2 or later
Version: 1.0.2
Release: 2
Summary: Libassuan is the IPC library used by GnuPG version 2
License: GPL v2 or later, LGPL v2 or later, docs GPL, lib LGPL
Group: Development/Libraries/C and C++
BuildRequires: licenses pth
Requires: licenses
@ -23,7 +23,13 @@ Source: libassuan-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This is the IPC library used by GnuPG 1.9 and GPGME.
Libassuan is the IPC library used by gpg2 (GnuPG version 2)
gpgme also uses libassuan to communicate with a libassuan-enabled GnuPG
v2 server, but it uses it's own copy of libassuan.
As of libassuan-1.0.1 and libassuan-1.0.2, there only exists static
libassuan, so libassuan-devel is the package with the library.
@ -34,13 +40,16 @@ Authors:
Marcus Brinkmann <marcus@g10code.de>
%package devel
Summary: IPC Library Used by GnuPG 1.9 and GPGME
Summary: Libassuan is the IPC library used by GnuPG version 2
Group: Development/Libraries/C and C++
Requires: openct-devel pcsc-lite-devel
Requires: pth
PreReq: %install_info_prereq
%description devel
This is the IPC library used by GnuPG 1.9 and GPGME.
Libassuan is the IPC library used by gpg2 (GnuPG version 2)
gpgme also uses libassuan to communicate with a libassuan-enabled GnuPG
v2 server, but it uses it's own copy of libassuan.
@ -62,7 +71,10 @@ make %{?jobs:-j%jobs}
%install
%makeinstall
ln -sf /usr/share/doc/licenses/md5/$(md5sum COPYING | sed 's/ .*//') COPYING
#The included GPLv3 has whitespace changes and the files say it's NOT GPL:
#ln -s /usr/share/doc/licenses/md5/$(md5sum COPYING | sed 's/ .*//') COPYING
#ln -s /usr/share/doc/licenses/md5/$(md5sum COPYING.LIB | sed 's/ .*//') lgpl-3.0.txt
ln -s ../../licenses/lgpl-3.0.txt .
%post devel
%install_info --info-dir=%{_infodir} %{_infodir}/assuan.info.gz
@ -75,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README THANKS
%doc AUTHORS lgpl-3.0.txt ChangeLog NEWS README THANKS
%doc %_infodir/assuan*
%{_libdir}/*.a
/usr/include/*.h
@ -83,6 +95,13 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/aclocal/*.m4
%changelog
* Fri Aug 10 2007 - bk@suse.de
- updated to 1.0.2, which is required by GnuPG 2.0.5 (and later)
* Changed license to LGPLv3.
* New flag ASSUAN_CONFIDENTIAL to return the state of confidential logging.
* Assorted bug fixed and code cleanups.
- added Requires: pth (needed because it's built against it)
- dropped Requires: openct-devel pcsc-lite-devel (no relation to them)
* Thu Jul 26 2007 - sbrabec@suse.cz
- Build with PIC.
- Renamed binary package to libassuan devel.