From b47671da0d0b4193214c59ad2912a33403ef4bbd87f227d63dd00e00d7f5c7ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Mon, 19 Sep 2011 09:11:02 +0000 Subject: [PATCH] Accepting request 82765 from home:jengelh:bl-a - Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build OBS-URL: https://build.opensuse.org/request/show/82765 OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=29 --- apache2-mod_perl.changes | 6 ++++++ apache2-mod_perl.spec | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/apache2-mod_perl.changes b/apache2-mod_perl.changes index 3d87799..024a0aa 100644 --- a/apache2-mod_perl.changes +++ b/apache2-mod_perl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 17 11:19:09 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile +- Use %_smp_mflags for parallel build + ------------------------------------------------------------------- Thu May 26 15:19:55 UTC 2011 - coolo@novell.com diff --git a/apache2-mod_perl.spec b/apache2-mod_perl.spec index 942bb30..0fb873a 100644 --- a/apache2-mod_perl.spec +++ b/apache2-mod_perl.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Url: http://perl.apache.org/ @@ -33,7 +32,6 @@ BuildRequires: openldap2-devel %define apache_mmn %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN && $MMN) Summary: Embedded Perl for Apache Group: Productivity/Networking/Web/Servers -AutoReqProv: on License: ASLv.. Requires: apache2 %{apache_mmn} Requires: perl = %{perl_version} @@ -41,7 +39,6 @@ Requires: perl-HTML-Parser perl-Tie-IxHash Requires: perl-URI perl-libwww-perl Obsoletes: mod_perl_2 Conflicts: mod_perl -AutoReqProv: on Version: 2.0.5 Release: 3 Source0: http://perl.apache.org/dist/mod_perl-%{version}.tar.gz @@ -92,7 +89,6 @@ be placed inside the /srv/www/cgi-bin/ directory. Refer to License: ASLv.. Summary: Embedded Perl for Apache - Development package Group: Productivity/Networking/Web/Servers -AutoReqProv: on Requires: %{name} = %{version} Provides: apache2-mod_perl:/usr/include/apache2/modules/perl/modperl_cgi.h @@ -115,7 +111,7 @@ find -name ".svn" -type d | xargs rm -rfv %build perl Makefile.PL INSTALLDIRS=vendor MP_APXS=`which %{apxs}` MP_CCOPTS="$(%{apxs} -q CFLAGS)" ln -s Apache-mod_perl_guide-1.29/bin bin -make +make %{?_smp_mflags} # XXX mod_include/SSI does not include files when they are not named .shtml mv t/htdocs/includes-registry/test.pl t/htdocs/includes-registry/test.shtml mv t/htdocs/includes-registry/cgipm.pl t/htdocs/includes-registry/cgipm.shtml