Mass letter "g" update (and some missed before), one or more apply :
- Drop epoch: 0 - Remove %{epoch} requirements in sub-packages - Remove trailing white spaces - Keep consistent between spaces and tabs
This commit is contained in:
parent
37986fa1a4
commit
764ed133d4
22
gpgme.spec
22
gpgme.spec
@ -1,6 +1,4 @@
|
|||||||
|
Name: gpgme
|
||||||
Name: gpgme
|
|
||||||
Epoch: 0
|
|
||||||
Version: 1.0.2
|
Version: 1.0.2
|
||||||
Release: 1%{?dist_tag}
|
Release: 1%{?dist_tag}
|
||||||
Summary: GnuPG Made Easy - high level crypto API
|
Summary: GnuPG Made Easy - high level crypto API
|
||||||
@ -9,17 +7,17 @@ Group: Applications/System
|
|||||||
URL: http://www.gnupg.org/related_software/gpgme/
|
URL: http://www.gnupg.org/related_software/gpgme/
|
||||||
Source0: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.0.2.tar.bz2
|
Source0: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.0.2.tar.bz2
|
||||||
Source1: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.0.2.tar.bz2.sig
|
Source1: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.0.2.tar.bz2.sig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: gnupg >= 0:1.2.2
|
BuildRequires: gnupg >= 1.2.2
|
||||||
BuildRequires: gnupg2 >= 0:1.9.6
|
BuildRequires: gnupg2 >= 1.9.6
|
||||||
BuildRequires: pth-devel
|
BuildRequires: pth-devel
|
||||||
BuildRequires: libgpg-error-devel >= 0:0.5
|
BuildRequires: libgpg-error-devel >= 0.5
|
||||||
|
|
||||||
Requires: gnupg >= 0:1.2.2
|
Requires: gnupg >= 1.2.2
|
||||||
Requires: gnupg2 >= 0:1.9.6
|
Requires: gnupg2 >= 1.9.6
|
||||||
|
|
||||||
Obsoletes: cryptplug <= 0:0.3.16-2
|
Obsoletes: cryptplug <= 0.3.16-2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
|
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
|
||||||
@ -30,7 +28,7 @@ management.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Static libraries and header files from GPGME, GnuPG Made Easy
|
Summary: Static libraries and header files from GPGME, GnuPG Made Easy
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: libgpg-error-devel
|
Requires: libgpg-error-devel
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(postun): /sbin/install-info
|
Requires(postun): /sbin/install-info
|
||||||
@ -58,7 +56,7 @@ rm -f $RPM_BUILD_ROOT{%{_infodir}/dir,%{_libdir}/*.la}
|
|||||||
|
|
||||||
|
|
||||||
%check || :
|
%check || :
|
||||||
make check
|
make check
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
Loading…
Reference in New Issue
Block a user