- update to 1.4.3
- own /etc/gcrypt - fix rpmlint warning about the summary by dropping the final '.'
This commit is contained in:
parent
6e274ad21f
commit
0be77fc462
@ -13,3 +13,5 @@ libgcrypt-1.4.1.tar.bz2
|
|||||||
libgcrypt-1.4.1.tar.bz2.sig
|
libgcrypt-1.4.1.tar.bz2.sig
|
||||||
libgcrypt-1.4.2.tar.bz2
|
libgcrypt-1.4.2.tar.bz2
|
||||||
libgcrypt-1.4.2.tar.bz2.sig
|
libgcrypt-1.4.2.tar.bz2.sig
|
||||||
|
libgcrypt-1.4.3.tar.bz2
|
||||||
|
libgcrypt-1.4.3.tar.bz2.sig
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Name: libgcrypt
|
Name: libgcrypt
|
||||||
Version: 1.4.2
|
Version: 1.4.3
|
||||||
Release: 1
|
Release: 1%{?dist}
|
||||||
Source0: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2
|
Source0: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2
|
||||||
Source1: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2.sig
|
Source1: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2.sig
|
||||||
Source2: wk@g10code.com
|
Source2: wk@g10code.com
|
||||||
# Technically LGPLv2.1+, but Fedora's table doesn't draw a distinction.
|
# Technically LGPLv2.1+, but Fedora's table doesn't draw a distinction.
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Summary: A general-purpose cryptography library.
|
Summary: A general-purpose cryptography library
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: gawk, libgpg-error-devel >= 1.4, pkgconfig
|
BuildRequires: gawk, libgpg-error-devel >= 1.4, pkgconfig
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -79,6 +79,10 @@ popd
|
|||||||
/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_lib}/
|
/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_lib}/
|
||||||
rm -f $RPM_BUILD_ROOT/root_marker
|
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
|
%clean
|
||||||
rm -fr $RPM_BUILD_ROOT
|
rm -fr $RPM_BUILD_ROOT
|
||||||
|
|
||||||
@ -98,6 +102,7 @@ exit 0
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir /etc/gcrypt
|
||||||
/%{_lib}/*.so.*
|
/%{_lib}/*.so.*
|
||||||
#%{_libdir}/%{name}
|
#%{_libdir}/%{name}
|
||||||
|
|
||||||
@ -114,6 +119,10 @@ exit 0
|
|||||||
%{_infodir}/gcrypt.info*
|
%{_infodir}/gcrypt.info*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Mon Sep 15 2008 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
- invoke make with %%{?_smp_mflags} to build faster on multi-processor
|
- invoke make with %%{?_smp_mflags} to build faster on multi-processor
|
||||||
systems (Steve Grubb)
|
systems (Steve Grubb)
|
||||||
|
Loading…
Reference in New Issue
Block a user