automatic version update by autodist [release 3.4.11-1mamba;Fri Apr 15 2016]
This commit is contained in:
parent
3354471052
commit
94515e12a9
47
gnutls.spec
47
gnutls.spec
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define maj3ver %(echo %version | cut -d. -f1-3)
|
||||
Name: gnutls
|
||||
Version: 3.3.21
|
||||
Version: 3.4.11
|
||||
Release: 1mamba
|
||||
Summary: A library which provides a secure layer, over a reliable transport layer
|
||||
Group: System/Libraries
|
||||
@ -14,26 +14,26 @@ Source1: libgnutls-config
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libgc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libguile-devel
|
||||
BuildRequires: libidn-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: libnettle-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libopts-devel
|
||||
BuildRequires: libp11-kit-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtasn1-devel
|
||||
BuildRequires: libunbound-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: trousers-devel
|
||||
BuildRequires: p11-kit-devel
|
||||
BuildRequires: pkg-config
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: liblzo-devel
|
||||
BuildRequires: libcfg+-devel >= 0.6.2-6mamba
|
||||
BuildRequires: libnettle-devel >= 2.4
|
||||
BuildRequires: libunbound-devel
|
||||
BuildRequires: autogen
|
||||
BuildRequires: trousers-devel
|
||||
BuildRequires: libp11-kit-devel >= 0.20.7
|
||||
BuildRequires: libp11-kit-devel >= 0.20.7
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -87,16 +87,18 @@ The protocol allows client/server applications to communicate in a way that is d
|
||||
This package contains the guile components.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{maj3ver}
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%configure
|
||||
# \
|
||||
# LDFLAGS="-ldl -ltasn1 -lgpg-error -lcrypt -lgcrypt" \
|
||||
%configure \
|
||||
--enable-openssl-compatibility \
|
||||
%if "%{_host}" != "%{_build}"
|
||||
--with-libgcrypt-prefix=%{_prefix}/%{_host}/%{_lib} \
|
||||
--with-libtasn1-prefix=%{_prefix}/%{_host}/%{_lib} \
|
||||
%endif
|
||||
# \
|
||||
# LDFLAGS="-ldl -ltasn1 -lgpg-error -lcrypt -lgcrypt" \
|
||||
|
||||
|
||||
%make
|
||||
|
||||
@ -124,7 +126,7 @@ exit 0
|
||||
%uninstall_info gnutls.info
|
||||
exit 0
|
||||
|
||||
%files -f %{name}.lang
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/certtool
|
||||
%{_bindir}/crywrap
|
||||
@ -150,7 +152,7 @@ exit 0
|
||||
%{_infodir}/gnutls.*
|
||||
%{_infodir}/gnutls-*.gz
|
||||
|
||||
%files -n libgnutls
|
||||
%files -n libgnutls -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgnutls.so.*
|
||||
%{_libdir}/libgnutlsxx.so.*
|
||||
@ -195,9 +197,20 @@ exit 0
|
||||
#%doc ChangeLog NEWS README THANKS
|
||||
|
||||
%changelog
|
||||
* Tue Feb 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.21-1mamba
|
||||
- update to 3.3.21
|
||||
- move translation from library to main package
|
||||
* Fri Apr 15 2016 Automatic Build System <autodist@mambasoft.it> 3.4.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 06 2016 Automatic Build System <autodist@mambasoft.it> 3.4.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 06 2016 Automatic Build System <autodist@mambasoft.it> 3.4.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 26 2016 Automatic Build System <autodist@mambasoft.it> 3.4.8-2mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 26 2016 Automatic Build System <autodist@mambasoft.it> 3.4.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 03 2015 Automatic Build System <autodist@mambasoft.it> 3.3.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
Loading…
Reference in New Issue
Block a user