]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/commitdiff
- release 2: added -devel subpackage auto/ac/apache1-mod_ssl-2_8_19_1_3_31-2
authorradek <radek@pld-linux.org>
Mon, 30 Aug 2004 16:30:27 +0000 (16:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_ssl.spec -> 1.81

apache1-mod_ssl.spec

index 0ebea7f028d606a228400bf7b357cc8c8375e668..eeaa6dc7c662cab1658b4b6a7ba42f70bf1dcf33 100644 (file)
@@ -20,7 +20,7 @@ Summary(sv):  Kryptografist
 Summary(uk):   íÏÄÕÌؠЦÄÔÒÉÍËÉ SSL × Apache
 Name:          apache1-mod_ssl
 Version:       %{SSLVER}_%{APACHEVER}
-Release:       1
+Release:       2
 License:       BSD
 Group:         Networking/Daemons
 Source0:       http://www.modssl.org/source/mod_ssl-%{SSLVER}-%{APACHEVER}.tar.gz
@@ -124,6 +124,18 @@ Apache -- 
 ÎÁÊÐÏÐÕÌÑÒΦÛÉÊ ÓÅÒ×ÅÒ Õ ÓצԦ (×ÉËÏÒÉÓÔÏ×Õ¤ÔØÓѠ¦ÌØÛ ÑË ÎÁ 50%%
 ÓÅÒ×ÅÒ¦×). ãÑ ×ÅÒӦѠͦÓÔÉÔؠЦÄÔÒÉÍËÕ SSL v2, v3 ÔÁ TLS v1.
 
+%package devel
+Summary:       Header files for mod_ssl
+Summary(pl):   Pliki nag³ówkowe dla mod_ssl
+Group:         Development/Building
+Requires:      apache1-devel >= %{APACHEVER}
+
+%description devel
+Header files for mod_ssl.
+
+%description devel -l pl
+Pliki nag³ówkowe dla mod_ssl.
+
 %package -n apache1-mod_sxnet
 Summary:       Strong Extranet module for mod_ssl and apache
 Summary(fr):   Module d'Extranet Fort pour Apache et mod_ssl
@@ -175,6 +187,7 @@ cd sxnet
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_libdir}/mod_ssl,%{_pkglibdir}} \
+       $RPM_BUILD_ROOT%{_includedir}/apache1 \
        $RPM_BUILD_ROOT%{_apachesysconfdir} \
        $RPM_BUILD_ROOT/etc/logrotate.d
 
@@ -191,6 +204,8 @@ mv -f pkg.ssldoc ssl-doc
 
 install %{SOURCE4} sxnet.html
 
+install pkg.sslmod/*.h $RPM_BUILD_ROOT%{_includedir}/apache1
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -243,6 +258,9 @@ fi
 %dir %{_libdir}/mod_ssl
 %attr(755,root,root) %{_libdir}/mod_ssl/*.sh
 
+%files devel
+%{_includedir}/apache1/*.h
+
 %files -n apache1-mod_sxnet
 %defattr(644,root,root,755)
 %doc sxnet.html
This page took 0.06621 seconds and 4 git commands to generate.