auto-import changelog data from libgcrypt-1.2.0-1.src.rpm
Sun May 02 2004 Bill Nottingham <notting@redhat.com> - 1.2.0-1 - update to official 1.2.0 Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> - 1.1.94-1 - update to 1.1.94
This commit is contained in:
parent
90149eea21
commit
5ec77afd89
@ -1 +1 @@
|
|||||||
libgcrypt-1.1.12.tar.gz
|
libgcrypt-1.2.0.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: libgcrypt
|
Name: libgcrypt
|
||||||
Version: 1.1.12
|
Version: 1.2.0
|
||||||
Release: 3.1
|
Release: 1
|
||||||
Source0: ftp://ftp.gnupg.org:/pub/gcrypt/alpha/libgcrypt/libgcrypt-%{version}.tar.gz
|
Source0: ftp://ftp.gnupg.org:/pub/gcrypt/alpha/libgcrypt/libgcrypt-%{version}.tar.gz
|
||||||
Source1: ftp://ftp.gnupg.org:/pub/gcrypt/alpha/libgcrypt/libgcrypt-%{version}.tar.gz.sig
|
Source1: ftp://ftp.gnupg.org:/pub/gcrypt/alpha/libgcrypt/libgcrypt-%{version}.tar.gz.sig
|
||||||
Source2: wk@g10code.com
|
Source2: wk@g10code.com
|
||||||
@ -8,12 +8,14 @@ Patch0: libgcrypt-1.1.7-splint.patch
|
|||||||
License: LGPL
|
License: LGPL
|
||||||
Summary: A general-purpose cryptography library.
|
Summary: A general-purpose cryptography library.
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
BuildRequires: libgpg-error-devel
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the %{name} package.
|
Summary: Development files for the %{name} package.
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
PreReq: /sbin/install-info
|
PreReq: /sbin/install-info
|
||||||
|
Requires: libgpg-error-devel
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -41,7 +43,7 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
mv ${RPM_BUILD_ROOT}%{_bindir}/*-libgcrypt-config \
|
mv ${RPM_BUILD_ROOT}%{_bindir}/*-libgcrypt-config \
|
||||||
${RPM_BUILD_ROOT}%{_bindir}/libgcrypt-config || :
|
${RPM_BUILD_ROOT}%{_bindir}/libgcrypt-config || :
|
||||||
|
|
||||||
rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir
|
rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir ${RPM_BUILD_ROOT}/%{_libdir}/*.la
|
||||||
/sbin/ldconfig -n $RPM_BUILD_ROOT%{_libdir}
|
/sbin/ldconfig -n $RPM_BUILD_ROOT%{_libdir}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -69,7 +71,6 @@ fi
|
|||||||
%{_bindir}/%{name}-config
|
%{_bindir}/%{name}-config
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
%{_libdir}/*.la
|
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
#%{_datadir}/%{name}
|
#%{_datadir}/%{name}
|
||||||
@ -77,6 +78,12 @@ fi
|
|||||||
%{_infodir}/gcrypt.info*
|
%{_infodir}/gcrypt.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 2 2004 Bill Nottingham <notting@redhat.com> - 1.2.0-1
|
||||||
|
- update to official 1.2.0
|
||||||
|
|
||||||
|
* Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> - 1.1.94-1
|
||||||
|
- update to 1.1.94
|
||||||
|
|
||||||
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user