Compare commits

...

5 Commits
master ... f9

Author SHA1 Message Date
Fedora Release Engineering 5b19271bbc dist-git conversion 2010-07-28 21:44:04 +00:00
Bill Nottingham 97de038009 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:54:17 +00:00
ensc 18a89ef234 updated 2009-01-27 08:38:26 +00:00
ensc fe4244508c removed CVS tags 2008-06-21 15:04:58 +00:00
Jesse Keating cdc2b5fbe6 Initialize branch F-9 for libtasn1 2008-04-21 03:37:18 +00:00
7 changed files with 26 additions and 38 deletions

View File

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

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,21 +0,0 @@
# Makefile for source rpm: libtasn1
# $Id$
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

@ -1,20 +1,19 @@
## $Id$
%{!?release_func:%global release_func() %1%{?dist}}
Summary: This is the ASN.1 library used in GNUTLS
Name: libtasn1
Version: 1.3
Version: 1.8
Release: %release_func 1
License: LGPL
# The libtasn1 library is LGPLv2+, utilities are GPLv3+
License: GPLv3+ and LGPLv2+
Group: System Environment/Libraries
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
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
@ -25,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
@ -34,6 +31,7 @@ Requires(postun): /sbin/install-info
%package tools
Summary: Some ASN.1 tools
Group: Applications/Text
License: GPLv3+
Requires: %name = %version-%release
@ -62,7 +60,10 @@ This package contains tools using the libtasn library.
%build
%configure --disable-static
make %{?_smp_mflags}
sed -i 's|^sys_lib_dlsearch_path_spec=.*|sys_lib_dlsearch_path_spec="/%{_lib} %{_libdir} "|g' libtool
## SMP builds broke at 1.8
make #{?_smp_mflags}
%install
@ -115,12 +116,20 @@ 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>
- fix license tag
- fix spurious rpath in the tool binaries
* Wed Feb 13 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.3-1
- updated to 1.3 (#426488, #431334)
- use wrapper around libtasn1-config which should make it multilib

View File

@ -1,2 +1,2 @@
8e6c9d4760f70758e64fe9d70d5ccfea libtasn1-1.3.tar.gz
d911846864012b92ad478fe9dbbd311a libtasn1-1.3.tar.gz.sig
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\.