]> git.pld-linux.org Git - packages/apache.git/commitdiff
- index files moved to subpackage
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 9 Sep 2003 22:03:50 +0000 (22:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.246

apache.spec

index f648e45d80d2742f125fe7a46879bfda2d9dedea..581e9a35d47398816380f0be1a61f0e69b4cb81e 100644 (file)
@@ -26,7 +26,7 @@ Summary(ru):  
 Summary(tr):   Lider WWW tarayýcý
 Name:          apache
 Version:       2.0.47
-Release:       0.2
+Release:       0.3
 License:       Apache Group License
 Group:         Networking/Daemons
 Source0:       http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -147,6 +147,18 @@ SuEXEC umo
 innym UID ni¿ wywo³uj±cy je serwer. Normalnie programy CGI i SSI s±
 wykonywane jako taki sam u¿ytkownik jak serwer WWW.
 
+%package index
+Summary:        Apache index.html* files
+Summary(pl):    Pliki Apache index.html*
+Group:          Documentation
+Requires:       %{name} = %{version}
+
+%description index
+Apache index.html* files.
+
+%description index -l pl
+Pliki Apache index.html*.
+
 %package devel
 Summary:       Module development tools for the Apache web server
 Summary(es):   Archivos de inclusión del Apache para desarrollo de módulos
@@ -1230,12 +1242,7 @@ fi
 %doc%attr(755,root,root) %{_datadir}/manual/search/manual-index.cgi
 %{_datadir}/manual/style
 
-# Having all index.html.LANG files here is very bad idea.
 %attr(755,root,root) %dir %{_datadir}/html
-%config(noreplace,missingok) %{_datadir}/html/index.html
-%config(noreplace,missingok) %{_datadir}/html/index.html.en
-%{_datadir}/html/*.gif
-%{_datadir}/html/*.png
 %{_datadir}/icons
 %attr(755,root,root) %{_datadir}/cgi-bin
 
@@ -1247,6 +1254,12 @@ fi
 %attr(755,root,root) %{_libexecdir}/mod_suexec.so
 %{_datadir}/manual/mod/mod_suexec.html.en
 
+%files index
+%defattr(644,root,root,755)
+%config(noreplace,missingok) %{_datadir}/html/index.html*
+%{_datadir}/html/*.gif
+%{_datadir}/html/*.png
+
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/[!a]*
This page took 0.030064 seconds and 4 git commands to generate.