]> git.pld-linux.org Git - packages/apache-mod_gnutls.git/commitdiff
- up to 0.5.3 auto/ti/apache-mod_gnutls-0_5_3-0_1
authorduddits <duddits@pld-linux.org>
Tue, 25 Nov 2008 13:50:29 +0000 (13:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- %configure options updated
- %files updated
- BR: apr_memcache-devel >= 0.7.0

Changed files:
    apache-mod_gnutls.spec -> 1.12

apache-mod_gnutls.spec

index cce6b01c6504e46dc9100524a91551e3959e469f..86d6ca4ca55651df9d18b0ee059d103cc68ccf4c 100644 (file)
@@ -3,12 +3,12 @@
 Summary:       SSL v3, TLS 1.0 and TLS 1.1 encryption for Apache HTTPD
 Summary(pl.UTF-8):     Szyfrowanie SSL v3, TLS 1.0 i TLS 1.1 dla serwera HTTP Apache
 Name:          apache-mod_%{mod_name}
-Version:       0.5.2
+Version:       0.5.3
 Release:       0.1
 License:       Apache Group License
 Group:         Networking/Daemons/HTTP
 Source0:       http://www.outoforder.cc/downloads/mod_gnutls/mod_gnutls-%{version}.tar.bz2
-# Source0-md5: 6f01c8941e00344b5867633b4a5e21c8
+# Source0-md5: ef60af1f2763a7a2c3fdba952b7d25e0
 Source1:       %{name}.conf
 Source2:       %{name}-dhfile
 Source3:       %{name}-rsafile
@@ -17,7 +17,7 @@ Patch1:               %{name}-paths.patch
 URL:           http://www.outoforder.cc/projects/apache/mod_gnutls/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2.0.42
-BuildRequires: apr_memcache-devel
+BuildRequires: apr_memcache-devel >= 0.7.0
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gnutls-devel >= 2.4.0
@@ -62,9 +62,7 @@ Możliwości:
 %{__automake}
 %{__autoconf}
 %configure \
-       --with-apxs=%{apxs} \
-       --with-libgnutls=%{_prefix} \
-       --without-apr-memcache
+       --with-apxs=%{apxs} 
 
 %{__make}
 
@@ -99,4 +97,4 @@ fi
 %attr(750,root,root) %dir %{_sysconfdir}/tls
 %dir %{_sysconfdir}/tls
 %attr(640,root,root) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_gnutls.conf
-%attr(755,root,root) %{_pkglibdir}/*
+%attr(755,root,root) %{_pkglibdir}/mod_gnutls.so
This page took 0.108072 seconds and 4 git commands to generate.