- update to 1.4.3

- own /etc/gcrypt
- fix rpmlint warning about the summary by dropping the final '.'
This commit is contained in:
Nalin Dahyabhai 2008-09-18 15:50:08 +00:00
parent 6e274ad21f
commit 0be77fc462
3 changed files with 16 additions and 5 deletions

View File

@ -13,3 +13,5 @@ libgcrypt-1.4.1.tar.bz2
libgcrypt-1.4.1.tar.bz2.sig
libgcrypt-1.4.2.tar.bz2
libgcrypt-1.4.2.tar.bz2.sig
libgcrypt-1.4.3.tar.bz2
libgcrypt-1.4.3.tar.bz2.sig

View File

@ -1,12 +1,12 @@
Name: libgcrypt
Version: 1.4.2
Release: 1
Version: 1.4.3
Release: 1%{?dist}
Source0: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2
Source1: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2.sig
Source2: wk@g10code.com
# Technically LGPLv2.1+, but Fedora's table doesn't draw a distinction.
License: LGPLv2+
Summary: A general-purpose cryptography library.
Summary: A general-purpose cryptography library
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: gawk, libgpg-error-devel >= 1.4, pkgconfig
Group: System Environment/Libraries
@ -79,6 +79,10 @@ popd
/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_lib}/
rm -f $RPM_BUILD_ROOT/root_marker
# Create /etc/gcrypt (hardwired, not dependent on the configure invocation) so
# that _someone_ owns it.
mkdir -p -m 755 $RPM_BUILD_ROOT/etc/gcrypt
%clean
rm -fr $RPM_BUILD_ROOT
@ -98,6 +102,7 @@ exit 0
%files
%defattr(-,root,root)
%dir /etc/gcrypt
/%{_lib}/*.so.*
#%{_libdir}/%{name}
@ -114,6 +119,10 @@ exit 0
%{_infodir}/gcrypt.info*
%changelog
* Thu Sep 18 2008 Nalin Dahyabhai <nalin@redhat.com> 1.4.3-1
- update to 1.4.3
- own /etc/gcrypt
* Mon Sep 15 2008 Nalin Dahyabhai <nalin@redhat.com>
- invoke make with %%{?_smp_mflags} to build faster on multi-processor
systems (Steve Grubb)

View File

@ -1,2 +1,2 @@
0d27005ff43ecf3d96ae02d99bf793ba libgcrypt-1.4.2.tar.bz2
3645b7f13ffaa953a4cbfa294fb1a2f0 libgcrypt-1.4.2.tar.bz2.sig
46e50e811ed51f1e0e8dd677dded967d libgcrypt-1.4.3.tar.bz2
b6c8495eaeb912aa612196a849039e74 libgcrypt-1.4.3.tar.bz2.sig