]> git.pld-linux.org Git - packages/apache-mod_perl.git/commitdiff
- unified
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 27 Dec 2005 00:38:14 +0000 (00:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_perl.spec -> 1.112

apache-mod_perl.spec

index 1291417fe58abd57c95f993ff68b21c7ff1a2981..7c7809360001e128516ee07ca0a751a6a91d413e 100644 (file)
@@ -41,10 +41,10 @@ BuildRequires:      openldap-devel
 BuildRequires: perl-devel >= 1:5.8.2
 BuildRequires: rpm-perlprov >= 3.0.3-16
 %requires_eq_to        apache apache-devel
-Provides:      apache(mod_perl)
-Provides:      mod_perl
 Requires:      apache(modules-api) = %apache_modules_api
 Requires:      perl(DynaLoader) = %(%{__perl} -MDynaLoader -e 'print DynaLoader->VERSION')
+Provides:      apache(mod_perl)
+Provides:      mod_perl
 # What's this mod_perl_hooks for?
 Provides:      perl(mod_perl_hooks)
 Provides:      perl-Apache-Test
@@ -227,8 +227,6 @@ rm -rf $RPM_BUILD_ROOT
 %post
 if [ -f /var/lock/subsys/httpd ]; then
        /etc/rc.d/init.d/httpd restart 1>&2
-else
-       echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache HTTP daemon."
 fi
 
 %preun
@@ -241,8 +239,8 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc Changes INSTALL README STATUS
-%attr(755,root,root) %{_pkglibdir}/*.so
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*.conf
+%attr(755,root,root) %{_pkglibdir}/*.so
 
 %{perl_vendorarch}/*.pm
 %{perl_vendorarch}/APR
This page took 0.074231 seconds and 4 git commands to generate.