updated
This commit is contained in:
parent
52eba08d36
commit
4652275afc
@ -1 +1,2 @@
|
||||
libtasn1-1.7.tar.gz
|
||||
libtasn1-1.8.tar.gz
|
||||
libtasn1-1.8.tar.gz.sig
|
||||
|
@ -2,15 +2,15 @@
|
||||
|
||||
Summary: This is the ASN.1 library used in GNUTLS
|
||||
Name: libtasn1
|
||||
Version: 1.7
|
||||
Release: %release_func 2
|
||||
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, pkgconfig
|
||||
@ -62,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
|
||||
@ -121,6 +122,11 @@ test "$1" != 0 ||
|
||||
|
||||
|
||||
%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
|
||||
|
||||
* Fri Dec 12 2008 Caolán McNamara <caolanm@redhat.com> - 1.7-2
|
||||
- rebuild to get provides pkgconfig(libtasn1)
|
||||
|
||||
|
3
sources
3
sources
@ -1 +1,2 @@
|
||||
ebfd69b3514d8e8830057f0e9df6a5f9 libtasn1-1.7.tar.gz
|
||||
6b87c159e7dcb6e58204cce1edb0fecc libtasn1-1.8.tar.gz
|
||||
bcef3fb9557c0298eb45521a0d125e9b libtasn1-1.8.tar.gz.sig
|
||||
|
Loading…
Reference in New Issue
Block a user