Accepting request 37838 from Base:System
Copy from Base:System/libassuan based on submit request 37838 from user puzel OBS-URL: https://build.opensuse.org/request/show/37838 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libassuan?expand=0&rev=13
This commit is contained in:
commit
cc000b5e73
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 9 15:51:01 UTC 2010 - chris@computersalat.de
|
||||||
|
|
||||||
|
- fixed deps
|
||||||
|
o libgpg-error-devel >= 1.4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 8 16:13:34 UTC 2010 - chris@computersalat.de
|
||||||
|
|
||||||
|
- fix deps for pth
|
||||||
|
pth < 1120 >= libpth-devel
|
||||||
|
- sort TAGS
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 6 18:26:24 CEST 2010 - ro@suse.de
|
Tue Apr 6 18:26:24 CEST 2010 - ro@suse.de
|
||||||
|
|
||||||
|
@ -19,18 +19,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libassuan
|
Name: libassuan
|
||||||
Url: http://www.gnupg.org/aegypten2/index.html
|
|
||||||
Version: 2.0.0
|
|
||||||
Release: 2
|
|
||||||
Summary: IPC library used by GnuPG version 2
|
Summary: IPC library used by GnuPG version 2
|
||||||
|
Version: 2.0.0
|
||||||
|
Release: 3
|
||||||
License: GPLv2+ ; LGPLv2.1+
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
BuildRequires: libpth-devel
|
Url: http://www.gnupg.org/aegypten2/index.html
|
||||||
BuildRequires: libgpg-error-devel
|
|
||||||
Source: libassuan-%{version}.tar.bz2
|
Source: libassuan-%{version}.tar.bz2
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Requires: %install_info_prereq
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%if 0%{?suse_version} < 1120
|
||||||
|
BuildRequires: pth
|
||||||
|
%else
|
||||||
|
BuildRequires: libpth-devel
|
||||||
|
%endif
|
||||||
|
BuildRequires: libgpg-error-devel >= 1.4
|
||||||
|
Requires: %install_info_prereq
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libassuan is the IPC library used by gpg2 (GnuPG version 2)
|
Libassuan is the IPC library used by gpg2 (GnuPG version 2)
|
||||||
@ -60,7 +64,11 @@ Authors:
|
|||||||
License: GPLv2+ ; LGPLv2.1+
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
Summary: IPC library used by GnuPG version 2
|
Summary: IPC library used by GnuPG version 2
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
%if 0%{?suse_version} < 1120
|
||||||
|
Requires: pth
|
||||||
|
%else
|
||||||
Requires: libpth-devel
|
Requires: libpth-devel
|
||||||
|
%endif
|
||||||
Requires: libassuan0 = %{version}
|
Requires: libassuan0 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user