]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/commitdiff
- updated to 2.8.9-1.3.26 apache-mod_ssl-2_8_9_1_3_26-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 19 Jun 2002 18:21:41 +0000 (18:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new %%doc

Changed files:
    apache1-mod_ssl.spec -> 1.53

apache1-mod_ssl.spec

index 3f5621e9a57b6b8e97c3e27d3f08e7fd1b8628d3..766b4b2886ce83e81120b1574292bc146a2b04df 100644 (file)
@@ -1,5 +1,5 @@
-%define                SSLVER 2.8.8
-%define                APACHEVER 1.3.24
+%define                SSLVER 2.8.9
+%define                APACHEVER 1.3.26
 %define        apxs    /usr/sbin/apxs
 Summary:       An SSL module for the Apache Web server
 Summary(cs):   Modul s podporou silného ¹ifrování pro WWW server Apache
@@ -20,7 +20,7 @@ Summary(sv):  Kryptografist
 Summary(uk):   íÏÄÕÌؠЦÄÔÒÉÍËÉ SSL × Apache
 Name:          apache-mod_ssl
 Version:       %{SSLVER}_%{APACHEVER}
-Release:       2
+Release:       1
 License:       BSD
 Group:         Networking/Daemons
 Source0:       http://www.modssl.org/source/mod_ssl-%{SSLVER}-%{APACHEVER}.tar.gz
@@ -32,7 +32,7 @@ Source5:      %{name}.logrotate
 Patch1:                mod_ssl-cca-openssl-path.patch
 Patch2:                mod_ssl-db3.patch
 URL:           http://www.modssl.org/
-BuildRequires: apache(EAPI)-devel >= %{APACHEVER}
+BuildRequires: apache(EAPI)-devel = %{APACHEVER}
 BuildRequires: openssl-devel >= 0.9.6a
 BuildRequires: openssl-tools >= 0.9.6a
 BuildRequires: db3-devel
@@ -154,9 +154,8 @@ export SSL_BASE
 %configure \
        --with-apxs=%{apxs} \
        --enable-shared=ssl \
-       --with-ssl=%{_prefix} \
-       --force
-# force is temporary - there is no mod_ssl for Apache 1.3.26 yet
+       --with-ssl=%{_prefix}
+
 %{__make}
 
 cd pkg.contrib
@@ -183,8 +182,6 @@ mv -f pkg.ssldoc ssl-doc
 
 install %{SOURCE4} sxnet.html
 
-gzip -9nf ANNOUNCE CHANGES CREDITS NEWS README*
-
 %post
 if [ -f %{_sysconfdir}/httpd/httpd.conf ] && \
    ! grep -q "^Include.*/mod_ssl.conf" %{_sysconfdir}/httpd/httpd.conf; then
@@ -226,7 +223,7 @@ fi
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd/server.crt
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd/server.key
 %attr(640,root,root) %config(noreplace) /etc/logrotate.d/*
-%doc *.gz
+%doc ANNOUNCE CHANGES CREDITS NEWS README*
 %doc ssl-doc
 
 %attr(755,root,root) %{_pkglibdir}/libssl.so
This page took 0.068907 seconds and 4 git commands to generate.