rpms/libtasn1/devel libtasn1.spec,1.20,1.21

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Wed Feb 13 12:56:37 UTC 2008


Author: ensc

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

Modified Files:
	libtasn1.spec 
Log Message:
- updated to 1.3 (#426488, #431334)
- use wrapper around libtasn1-config which should make it multilib
  safe (#342411); this implies an untagged 'Requires: pkgconfig' for
  -devel now
- conditionalized BR of valgrind (#401041)



Index: libtasn1.spec
===================================================================
RCS file: /cvs/extras/rpms/libtasn1/devel/libtasn1.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- libtasn1.spec	4 Sep 2007 07:12:58 -0000	1.20
+++ libtasn1.spec	13 Feb 2008 12:56:03 -0000	1.21
@@ -4,7 +4,7 @@
 
 Summary:	This is the ASN.1 library used in GNUTLS
 Name:		libtasn1
-Version:	1.1
+Version:	1.3
 Release: 	%release_func 1
 
 License:	LGPL
@@ -12,16 +12,21 @@
 URL:		http://www.gnu.org/software/gnutls/download.html
 Source0:	ftp://ftp.gnutls.org/pub/gnutls/libtasn1/%name-%version.tar.gz
 Source1:	ftp://ftp.gnutls.org/pub/gnutls/libtasn1/%name-%version.tar.gz.sig
+Patch0:		libtasn1-1.3-pkgconfig.patch
 BuildRoot:	%_tmppath/%name-%version-%release-buildroot
-BuildRequires:	bison valgrind
+BuildRequires:	bison
+%ifarch %ix86 x86_64 ppc ppc64
+BuildRequires:	valgrind
+%endif
 
 
 %package devel
 Summary:	Files for development of applications which will use libtasn1
 Group:		Development/Libraries
 Requires:	%name = %version-%release
-Requires(pre):		automake pkgconfig
-Requires(postun):	automake pkgconfig
+Requires:	pkgconfig
+Requires(pre):		automake
+Requires(postun):	automake
 Requires(post):		/sbin/install-info
 Requires(postun):	/sbin/install-info
 
@@ -53,7 +58,7 @@
 
 %prep
 %setup -q
-
+%patch0 -p1 -b .pkgcfg
 
 %build
 %configure --disable-static
@@ -116,6 +121,13 @@
 
 
 %changelog
+* Wed Feb 13 2008 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.3-1
+- updated to 1.3 (#426488, #431334)
+- use wrapper around libtasn1-config which should make it multilib
+  safe (#342411); this implies an untagged 'Requires: pkgconfig' for
+  -devel now
+- conditionalized BR of valgrind (#401041)
+
 * Mon Sep  3 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.1-1
 - updated to 1.1
 - workaround 'make check' errors on ppc64




More information about the fedora-extras-commits mailing list