- readd the version script dropped by upstream

This commit is contained in:
Tomáš Mráz 2005-04-23 22:45:15 +00:00
parent f98988c71f
commit 08b4472fe5
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: A TLS implementation.
Name: gnutls
Version: 1.0.24
Release: 1
Release: 2
License: LGPL
Group: System Environment/Libraries
BuildPrereq: libgcrypt-devel
@ -13,6 +13,7 @@ URL: http://www.gnutls.org/
# XXX patent tainted SRP code removed.
Source0: %{name}-%{version}-nosrp.tar.bz2
Patch0: gnutls-1.0.20-nosrp.patch
Patch1: gnutls-1.0.24-version-script.patch
BuildRoot: %{_tmppath}/%{name}-root
%package devel
@ -34,6 +35,7 @@ this description.
%prep
%setup -q
%patch0 -p1 -b .nosrp
%patch1 -p1 -b .version-script
for i in auth_srp_rsa.c auth_srp_sb64.c auth_srp_passwd.c auth_srp.c gnutls_srp.c ext_srp.c; do
touch libextra/$i
done
@ -72,6 +74,9 @@ rm -fr $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc
%changelog
* Sat Apr 23 2005 Tomas Mraz <tmraz@redhat.com> 1.0.24-2
- readd the version script dropped by upstream
* Fri Apr 22 2005 Tomas Mraz <tmraz@redhat.com> 1.0.24-1
- update to the latest upstream version on the 1.0 branch