parent
7d4c60cf6c
commit
f8ec4992da
@ -1,7 +1,3 @@
|
|||||||
clog
|
clog
|
||||||
gpgme-1.1.3.tar.bz2
|
gpgme-1.1.6.tar.bz2
|
||||||
gpgme-1.1.3.tar.bz2.sig
|
gpgme-1.1.6.tar.bz2.sig
|
||||||
gpgme-1.1.4.tar.bz2
|
|
||||||
gpgme-1.1.4.tar.bz2.sig
|
|
||||||
gpgme-1.1.5.tar.bz2
|
|
||||||
gpgme-1.1.5.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.5
|
Version: 1.1.6
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -49,6 +49,10 @@ Requires(postun): /sbin/install-info
|
|||||||
|
|
||||||
%patch1 -p1 -b .config_extras
|
%patch1 -p1 -b .config_extras
|
||||||
|
|
||||||
|
## HACK ALERT
|
||||||
|
# The config script already suppresses the -L if it's /usr/lib, so cheat and
|
||||||
|
# set it to a value which we know will be suppressed.
|
||||||
|
sed -i -e 's|^libdir=@libdir@$|libdir=@exec_prefix@/lib|g' gpgme/gpgme-config.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -94,18 +98,22 @@ fi
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING* ChangeLog NEWS README* THANKS TODO VERSION
|
%doc AUTHORS COPYING* ChangeLog NEWS README* THANKS TODO VERSION
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/libgpgme*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/gpgme-config
|
%{_bindir}/gpgme-config
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/libgpgme*.so
|
||||||
%{_datadir}/aclocal/gpgme.m4
|
%{_datadir}/aclocal/gpgme.m4
|
||||||
%{_infodir}/gpgme.info*
|
%{_infodir}/gpgme.info*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 04 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.6-1
|
||||||
|
- gpgme-1.1.6
|
||||||
|
- multiarch conflicts in gpgme (#341351)
|
||||||
|
|
||||||
* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.5-4
|
* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.5-4
|
||||||
- BR: gawk
|
- BR: gawk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user