- updated to new upstream version
- fix warnings when installed with --excludedocs (#515950)
This commit is contained in:
parent
dd79d6fefa
commit
1354db1340
@ -1,2 +1 @@
|
|||||||
libtasn1-2.2.tar.gz
|
libtasn1-2.3.tar.gz
|
||||||
libtasn1-2.2.tar.gz.sig
|
|
||||||
|
10
libtasn1-2.3.tar.gz.sig
Normal file
10
libtasn1-2.3.tar.gz.sig
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.9 (GNU/Linux)
|
||||||
|
|
||||||
|
iOoEAAECADQFAkpws0stFIAAAAAAFQAPcGthLWFkZHJlc3NAZ251cGcub3JnamFz
|
||||||
|
QGV4dHVuZG8uY29tAAoJEO2iHpS1ZXFvFDoE/jYOF94SjgQDZ2JuLKiQbTRVuLG6
|
||||||
|
FXvMLP16hFnXidI6LjEcqDNdnU9FHajoflSJVwjXCy6OVkxKWGmenjL0EWcfjFdZ
|
||||||
|
KTe/wOyNGLlugn/8jh/ZS53oaoOsGO97hccbd8V+3hCM+hWNTvsp3esvNjagoHNn
|
||||||
|
NeAB9l6zt8YIvO3YhbSKrUv2ci6PDxgoZBMANsVfd8e1rMotBq5Daf8wxUc=
|
||||||
|
=vw7Y
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
Summary: The ASN.1 library used in GNUTLS
|
Summary: The ASN.1 library used in GNUTLS
|
||||||
Name: libtasn1
|
Name: libtasn1
|
||||||
Version: 2.2
|
Version: 2.3
|
||||||
Release: %release_func 2
|
Release: %release_func 1
|
||||||
|
|
||||||
# The libtasn1 library is LGPLv2+, utilities are GPLv3+
|
# The libtasn1 library is LGPLv2+, utilities are GPLv3+
|
||||||
License: GPLv3+ and LGPLv2+
|
License: GPLv3+ and LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gnu.org/software/gnutls/download.html
|
URL: http://www.gnu.org/software/libtasn1/
|
||||||
Source0: http://ftp.gnu.org/pub/gnu/gnutls/%name-%version.tar.gz
|
Source0: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz
|
||||||
Source1: http://ftp.gnu.org/pub/gnu/gnutls/%name-%version.tar.gz.sig
|
Source1: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz.sig
|
||||||
BuildRoot: %_tmppath/%name-%version-%release-buildroot
|
BuildRoot: %_tmppath/%name-%version-%release-buildroot
|
||||||
BuildRequires: bison, pkgconfig
|
BuildRequires: bison, pkgconfig
|
||||||
%ifarch %ix86 x86_64 ppc ppc64
|
%ifarch %ix86 x86_64 ppc ppc64
|
||||||
@ -89,13 +89,13 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
|
test -f %_infodir/%name.info.gz && \
|
||||||
/sbin/install-info --info-dir=%_infodir %_infodir/%name.info || :
|
/sbin/install-info --info-dir=%_infodir %_infodir/%name.info || :
|
||||||
|
|
||||||
%preun devel
|
%preun devel
|
||||||
test "$1" != 0 ||
|
test "$1" = 0 -a -f %_infodir/%name.info.gz && \
|
||||||
/sbin/install-info --info-dir=%_infodir --delete %_infodir/%name.info || :
|
/sbin/install-info --info-dir=%_infodir --delete %_infodir/%name.info || :
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc doc/TODO doc/*.pdf
|
%doc doc/TODO doc/*.pdf
|
||||||
@ -117,6 +117,10 @@ test "$1" != 0 ||
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 11 2009 Tomas Mraz <tmraz@redhat.com> - 2.3-1
|
||||||
|
- updated to new upstream version
|
||||||
|
- fix warnings when installed with --excludedocs (#515950)
|
||||||
|
|
||||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-2
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user