Compare commits

...

4 Commits
master ... f10

Author SHA1 Message Date
Fedora Release Engineering 1db90e91a1 dist-git conversion 2010-07-28 21:44:01 +00:00
Bill Nottingham 5ae74567e4 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:54:16 +00:00
ensc 7f8b954a3c updated 2009-01-27 08:27:46 +00:00
Jesse Keating 63ca829511 Initialize branch F-10 for libtasn1 2008-11-07 04:10:49 +00:00
7 changed files with 18 additions and 33 deletions

View File

@ -1 +0,0 @@
libtasn1-1.5.tar.gz

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
libtasn1-1.8.tar.gz
libtasn1-1.8.tar.gz.sig

View File

@ -1,20 +0,0 @@
# Makefile for source rpm: libtasn1
NAME := libtasn1
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1 +1 @@
1.3
1.8

View File

@ -2,18 +2,18 @@
Summary: This is the ASN.1 library used in GNUTLS
Name: libtasn1
Version: 1.5
Version: 1.8
Release: %release_func 1
# The libtasn1 library is LGPLv2+, utilities are GPLv3+
License: GPLv3+ and LGPLv2+
License: GPLv3+ and LGPLv2+
Group: System Environment/Libraries
URL: http://www.gnu.org/software/gnutls/download.html
Source0: http://www.gnu.org/software/gnutls/releases/libtasn1/%name-%version.tar.gz
Source1: http://www.gnu.org/software/gnutls/releases/libtasn1/%name-%version.tar.gz.sig
Source0: http://ftp.gnu.org/pub/gnu/gnutls/%name-%version.tar.gz
Source1: http://ftp.gnu.org/pub/gnu/gnutls/%name-%version.tar.gz.sig
Patch0: libtasn1-1.3-pkgconfig.patch
BuildRoot: %_tmppath/%name-%version-%release-buildroot
BuildRequires: bison
BuildRequires: bison, pkgconfig
%ifarch %ix86 x86_64 ppc ppc64
BuildRequires: valgrind
%endif
@ -24,8 +24,6 @@ Summary: Files for development of applications which will use libtasn1
Group: Development/Libraries
Requires: %name = %version-%release
Requires: pkgconfig
Requires(pre): automake
Requires(postun): automake
Requires(post): /sbin/install-info
Requires(postun): /sbin/install-info
@ -64,7 +62,8 @@ This package contains tools using the libtasn library.
%configure --disable-static
sed -i 's|^sys_lib_dlsearch_path_spec=.*|sys_lib_dlsearch_path_spec="/%{_lib} %{_libdir} "|g' libtool
make %{?_smp_mflags}
## SMP builds broke at 1.8
make #{?_smp_mflags}
%install
@ -118,12 +117,16 @@ test "$1" != 0 ||
%_libdir/*.so
%_libdir/pkgconfig/*.pc
%_includedir/*
%_datadir/aclocal/libtasn1.m4
%_infodir/*.info.*
%_mandir/man3/*asn1*
%changelog
* Tue Jan 27 2009 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.8-1
- updated to 1.8
- updated URLs
- disabled SMP builds for now
* Tue Sep 30 2008 Tomas Mraz <tmraz@redhat.com> - 1.5-1
- updated to new upstream version
- fix license tag

View File

@ -1 +1,2 @@
7d7e8e21d1159a0b4c0aa69469eef565 libtasn1-1.5.tar.gz
6b87c159e7dcb6e58204cce1edb0fecc libtasn1-1.8.tar.gz
bcef3fb9557c0298eb45521a0d125e9b libtasn1-1.8.tar.gz.sig

View File

@ -1,2 +1,2 @@
ftp://ftp.gnutls.org/pub/gnutls/libtasn1/
http://ftp.gnu.org/pub/gnu/gnutls/
libtasn1-(.*?)\.tar\.