- remove hacks
- drop self Obsoletes
This commit is contained in:
parent
894b658439
commit
9608370e0d
31
libksba.spec
31
libksba.spec
@ -1,9 +1,7 @@
|
|||||||
Summary: X.509 library
|
Summary: X.509 library
|
||||||
Name: libksba
|
Name: libksba
|
||||||
Version: 0.9.13
|
Version: 0.9.13
|
||||||
Release: 1%{?dist}.1
|
Release: 2%{?dist}
|
||||||
#Version: 0.9.11
|
|
||||||
#Release: 3%{?dist}
|
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gnupg.org/
|
URL: http://www.gnupg.org/
|
||||||
@ -11,22 +9,8 @@ Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%{version}.tar.bz2
|
|||||||
Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%{version}.tar.bz2.sig
|
Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%{version}.tar.bz2.sig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
# Try to help x86_64 gnupg2/gpgsm crashes/issues
|
|
||||||
Patch1: libksba-0.9.13-gl.patch
|
|
||||||
|
|
||||||
BuildRequires: libgpg-error >= 0.7
|
BuildRequires: libgpg-error >= 0.7
|
||||||
BuildRequires: libgcrypt-devel >= 1.2.0
|
BuildRequires: libgcrypt-devel >= 1.2.0
|
||||||
BuildRequires: automake
|
|
||||||
BuildRequires: bison
|
|
||||||
|
|
||||||
# Version 0.9.12-1 had issues (see gnupg2 pkg, 'make check'
|
|
||||||
# failures on x86_64), drop when resolved
|
|
||||||
%if "%{version}" == "0.9.12"
|
|
||||||
ExcludeArch: x86_64
|
|
||||||
%endif
|
|
||||||
%if "%{version}" == "0.9.11"
|
|
||||||
Obsoletes: libksba = 0.9.12-1%{?dist}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KSBA is a library designed to build software based on the X.509 and
|
KSBA is a library designed to build software based on the X.509 and
|
||||||
@ -38,9 +22,6 @@ Group: Development/Libraries
|
|||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
%if "%{version}" == "0.9.11"
|
|
||||||
Obsoletes: libksba-devel = 0.9.12-1%{?dist}
|
|
||||||
%endif
|
|
||||||
%description devel
|
%description devel
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
@ -48,10 +29,6 @@ Obsoletes: libksba-devel = 0.9.12-1%{?dist}
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch1 -p1 -b .gl
|
|
||||||
|
|
||||||
./autogen.sh
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -61,7 +38,7 @@ Obsoletes: libksba-devel = 0.9.12-1%{?dist}
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%check || :
|
%check ||:
|
||||||
make check
|
make check
|
||||||
|
|
||||||
|
|
||||||
@ -106,6 +83,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-2
|
||||||
|
- remove hacks
|
||||||
|
- drop self Obsoletes
|
||||||
|
|
||||||
* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-1
|
* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-1
|
||||||
- 0.9.13
|
- 0.9.13
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user