]> git.pld-linux.org Git - packages/apache-mod_perl.git/commitdiff
- more specific Requires, removed one subshell
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Sep 2002 21:58:40 +0000 (21:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_perl.spec -> 1.30

apache-mod_perl.spec

index a451308dec7da88a802f39b04554ce56dcd86faf..3d2cc69931d8654ef4c15abaa7f6466f0c710697 100644 (file)
@@ -42,14 +42,13 @@ BuildRequires:      perl-URI
 BuildRequires: perl-libwww
 BuildRequires: rpm-perlprov >= 3.0.3-16
 BuildRequires: %{apxs}
-Prereq:                %{_sbindir}/apxs
-Prereq:                apache(EAPI)
+PreReq:                apache(EAPI)
+Requires(post,preun):  %{apxs}
 Provides:      perl(mod_perl_hooks)
 Provides:      mod_perl
 Obsoletes:     mod_perl
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Obsoletes:     mod_perl
 Obsoletes:     mod_perl-common
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Mod_perl incorporates a Perl interpreter into the Apache web server,
@@ -196,7 +195,8 @@ perl Makefile.PL \
 (cd apaci; ln -s ../src/modules .; chmod +x find_source)
 %{__make}
 
-(cd faq; make)
+cd faq
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.08691 seconds and 4 git commands to generate.