forked from pool/apache2-mod_perl
This commit is contained in:
committed by
Git OBS Bridge
parent
316c8b5af0
commit
cb4f995d2e
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 10:54:38 CEST 2007 - anicka@suse.cz
|
||||
|
||||
- split up devel subpackage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 23 15:40:02 CET 2007 - anicka@suse.cz
|
||||
|
||||
|
@@ -25,7 +25,7 @@ BuildRequires: openldap2-devel
|
||||
Summary: Embedded Perl for Apache
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
Autoreqprov: on
|
||||
License: The Apache Software License
|
||||
License: The Apache Software License, Apache License which distribution and redistribution
|
||||
Requires: apache2 %{apache_mmn}
|
||||
Requires: perl = %{perl_version}
|
||||
Requires: perl-HTML-Parser perl-Tie-IxHash
|
||||
@@ -34,7 +34,7 @@ Obsoletes: mod_perl_2
|
||||
Conflicts: mod_perl
|
||||
Autoreqprov: on
|
||||
Version: 2.0.3
|
||||
Release: 1
|
||||
Release: 25
|
||||
Source0: mod_perl-%{version}.tar.bz2
|
||||
#%define apache_test_version 1_99_15
|
||||
# cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic up -r MODPERL_%{apache_test_version}
|
||||
@@ -78,6 +78,22 @@ be placed inside the /srv/www/cgi-bin/ directory. Refer to
|
||||
|
||||
|
||||
|
||||
%package devel
|
||||
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
|
||||
|
||||
%description devel
|
||||
The Apache/Perl integration project brings together the full power of
|
||||
the Perl programming language and the Apache HTTP server.
|
||||
|
||||
This package contains the include files useful for developing new
|
||||
software depending on apache2-mod_perl.
|
||||
|
||||
|
||||
|
||||
%prep
|
||||
#%setup -q -n modperl-2.0 -a 1
|
||||
%setup -q -n mod_perl-%{version}
|
||||
@@ -235,9 +251,6 @@ find $RPM_BUILD_ROOT/%{perl_sitearch} -name .packlist | xargs --no-run-if-empty
|
||||
%dir %{apache_libexecdir}
|
||||
%{apache_libexecdir}/mod_perl.so
|
||||
/var/adm/perl-modules/%{name}
|
||||
%dir %{apache_includedir}
|
||||
%dir %{apache_includedir}/modules
|
||||
%{apache_includedir}/modules/perl
|
||||
%config(noreplace) %{apache_sysconfdir}/mod_perl-startup.pl
|
||||
%config(noreplace) %{apache_sysconfdir}/conf.d/mod_perl.conf
|
||||
%dir %{apache_serverroot}/perl-lib
|
||||
@@ -254,12 +267,20 @@ find $RPM_BUILD_ROOT/%{perl_sitearch} -name .packlist | xargs --no-run-if-empty
|
||||
%{perl_vendorarch}/*.pod
|
||||
/usr/bin/mp2bug
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{apache_includedir}
|
||||
%dir %{apache_includedir}/modules
|
||||
%{apache_includedir}/modules/perl
|
||||
|
||||
%clean
|
||||
if ! test -f /.buildenv; then
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
fi
|
||||
|
||||
%changelog -n apache2-mod_perl
|
||||
%changelog
|
||||
* Thu Jun 14 2007 - anicka@suse.cz
|
||||
- split up devel subpackage
|
||||
* Tue Jan 23 2007 - anicka@suse.cz
|
||||
- update to 2.0.3
|
||||
* Prevent things in %%INC that are not stat() able
|
||||
|
Reference in New Issue
Block a user