- gpgme-1.1.7
This commit is contained in:
parent
cb7a930350
commit
fc03300d1e
@ -1,3 +1,2 @@
|
|||||||
clog
|
gpgme-1.1.7.tar.bz2
|
||||||
gpgme-1.1.6.tar.bz2
|
gpgme-1.1.7.tar.bz2.sig
|
||||||
gpgme-1.1.6.tar.bz2.sig
|
|
||||||
|
16
gpgme.spec
16
gpgme.spec
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
Name: gpgme
|
Name: gpgme
|
||||||
Summary: GnuPG Made Easy - high level crypto API
|
Summary: GnuPG Made Easy - high level crypto API
|
||||||
Version: 1.1.6
|
Version: 1.1.7
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -18,14 +18,9 @@ BuildRequires: gnupg
|
|||||||
BuildRequires: gnupg2
|
BuildRequires: gnupg2
|
||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libgpg-error-devel
|
||||||
BuildRequires: pth-devel
|
BuildRequires: pth-devel
|
||||||
# Not really used, only for win32 build
|
|
||||||
#BuildRequires: glib2-devel
|
|
||||||
|
|
||||||
Requires: gnupg2
|
Requires: gnupg2
|
||||||
|
|
||||||
# Hasn't existed for a *long* time.
|
|
||||||
#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
|
||||||
easier for applications. It provides a high-level crypto API for
|
easier for applications. It provides a high-level crypto API for
|
||||||
@ -37,6 +32,8 @@ Summary: Development headers and libraries for %{name}
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: libgpg-error-devel
|
Requires: libgpg-error-devel
|
||||||
|
# /usr/share/aclocal ownership
|
||||||
|
#Requires: automake
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(postun): /sbin/install-info
|
Requires(postun): /sbin/install-info
|
||||||
%description devel
|
%description devel
|
||||||
@ -68,7 +65,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
|
|
||||||
# unpackaged files
|
# unpackaged files
|
||||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
||||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/common-lisp/source/gpgme/
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/common-lisp/source/gpgme/
|
||||||
|
|
||||||
|
|
||||||
@ -111,6 +108,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 18 2008 Rex Dieter <rdieter@fedoraproject.org> 1.1.7-1
|
||||||
|
- gpgme-1.1.7
|
||||||
|
|
||||||
* Sun Feb 17 2008 Rex Dieter <rdieter@fedoraproject.org> 1.1.6-3
|
* Sun Feb 17 2008 Rex Dieter <rdieter@fedoraproject.org> 1.1.6-3
|
||||||
- --with-gpg=%%_bindir/gpg2 (#432445)
|
- --with-gpg=%%_bindir/gpg2 (#432445)
|
||||||
- drop Requires: gnupg (#432445)
|
- drop Requires: gnupg (#432445)
|
||||||
|
Loading…
Reference in New Issue
Block a user