SHA256
1
0
forked from pool/gnutls

Accepting request 197201 from Base:System

- Don't run install-info on images (forwarded request 197168 from AndreasSchwab)

OBS-URL: https://build.opensuse.org/request/show/197201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=64
This commit is contained in:
Stephan Kulow
2013-09-04 11:48:45 +00:00
committed by Git OBS Bridge
parent 24f6bd2ed8
commit 38d3bf8c14
8 changed files with 254 additions and 174 deletions

View File

@@ -21,7 +21,7 @@
%define gnutls_ossl_sover 27
Name: gnutls
Version: 3.2.3
Version: 3.2.4
Release: 0
Summary: The GNU Transport Layer Security Library
License: LGPL-2.1+ and GPL-3.0+
@@ -37,8 +37,9 @@ Source3: baselibs.conf
Patch3: gnutls-3.0.26-skip-test-fwrite.patch
# Disable elliptic curves for reasons. - meissner&cfarrell
Patch5: gnutls-3.2.3-noecc.patch
Patch5: gnutls-3.2.4-noecc.patch
Patch6: gnutls-implement-trust-store-dir.diff
Patch7: make-obs-happy-with-gnutls_3.2.4.patch
BuildRequires: automake
BuildRequires: gcc-c++
@@ -140,6 +141,7 @@ Files needed for software development using gnutls.
%patch3
%patch5 -p1
%patch6 -p1
%patch7 -p1
%build
autoreconf -if
@@ -194,11 +196,9 @@ rm -rf %{buildroot}
%post -n libgnutls-devel
%install_info --info-dir=%{_infodir} %{_infodir}/gnutls.info.gz
%install_info --info-dir=%{_infodir} %{_infodir}/pkcs11-vision.png.gz
%postun -n libgnutls-devel
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gnutls.info.gz
%install_info_delete --info-dir=%{_infodir} %{_infodir}/pkcs11-vision.png.gz
%files -f libgnutls.lang
%defattr(-, root, root)