rpms/gnutls/devel gnutls.spec,1.30,1.31

Joe Orton (jorton) fedora-extras-commits at redhat.com
Mon Feb 4 21:30:14 UTC 2008


Author: jorton

Update of /cvs/extras/rpms/gnutls/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14545

Modified Files:
	gnutls.spec 
Log Message:
* Mon Feb  4 2008 Joe Orton <jorton at redhat.com> 2.0.4-2
- use system libtasn1



Index: gnutls.spec
===================================================================
RCS file: /cvs/extras/rpms/gnutls/devel/gnutls.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- gnutls.spec	4 Dec 2007 16:48:55 -0000	1.30
+++ gnutls.spec	4 Feb 2008 21:29:40 -0000	1.31
@@ -1,13 +1,12 @@
 Summary: A TLS protocol implementation
 Name: gnutls
 Version: 2.0.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 # The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv2+
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Libraries
 BuildRequires: libgcrypt-devel >= 1.2.2, gettext
-BuildRequires: zlib-devel, readline-devel
-#BuildPrereq: libtasn1-devel
+BuildRequires: zlib-devel, readline-devel, libtasn1-devel
 #BuildPrereq: opencdk-devel
 URL: http://www.gnutls.org/
 #Source0: ftp://ftp.gnutls.org/pub/gnutls/devel/%{name}-%{version}.tar.gz
@@ -63,7 +62,9 @@
 done
 
 %build
-%configure --with-included-opencdk --with-included-libtasn1 --with-included-libcfg --with-included-lzo --disable-srp-authentication
+%configure --with-included-opencdk --with-libtasn1-prefix=%{_prefix} \
+           --with-included-libcfg --with-included-lzo \
+           --disable-srp-authentication
 make
 
 %install
@@ -123,6 +124,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Mon Feb  4 2008 Joe Orton <jorton at redhat.com> 2.0.4-2
+- use system libtasn1
+
 * Tue Dec  4 2007 Tomas Mraz <tmraz at redhat.com> 2.0.4-1
 - upgrade to latest upstream
 




More information about the fedora-extras-commits mailing list