update to 2.0.10 [release 2.0.10-1mamba;Thu Nov 10 2016]
This commit is contained in:
parent
8d09179900
commit
09a8bcef8e
@ -1,5 +1,5 @@
|
|||||||
Name: apache-mod_perl
|
Name: apache-mod_perl
|
||||||
Version: 2.0.9.svn1572460
|
Version: 2.0.10
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Apache module interface to PERL
|
Summary: Apache module interface to PERL
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
@ -10,7 +10,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
# mv httpd24/ httpd24-2.0.9.svn1572460
|
# mv httpd24/ httpd24-2.0.9.svn1572460
|
||||||
# tar cJf ../SOURCES/httpd24-2.0.9.svn1572460.tar.xz httpd24-2.0.9.svn1572460
|
# tar cJf ../SOURCES/httpd24-2.0.9.svn1572460.tar.xz httpd24-2.0.9.svn1572460
|
||||||
#Source: http://perl.apache.org/dist/mod_perl-%{version}.tar.gz
|
#Source: http://perl.apache.org/dist/mod_perl-%{version}.tar.gz
|
||||||
Source: http://perl.apache.org/dist/httpd24-%{version}.tar.xz
|
Source: http://apache.org/dist/perl/mod_perl-%{version}.tar.gz
|
||||||
URL: http://www.cpan.org
|
URL: http://www.cpan.org
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -57,7 +57,7 @@ BuildRoot: %{_tmppath}/perl-root
|
|||||||
Apache module interface to PERL.
|
Apache module interface to PERL.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n httpd24-%{version}
|
%setup -q -n mod_perl-%{version}
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
##%patch2 -p1
|
##%patch2 -p1
|
||||||
@ -80,7 +80,7 @@ Apache module interface to PERL.
|
|||||||
#%patch27 -p1
|
#%patch27 -p1
|
||||||
|
|
||||||
%define _use_internal_dependency_generator 0
|
%define _use_internal_dependency_generator 0
|
||||||
%define __find_provides %{_builddir}/httpd24-%{version}/find_provides.sh
|
%define __find_provides %{_builddir}/mod_perl-%{version}/find_provides.sh
|
||||||
|
|
||||||
cat > find_provides.sh << _EOF
|
cat > find_provides.sh << _EOF
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
@ -154,6 +154,12 @@ exit 0
|
|||||||
%{_libdir}/apache/mod_perl.so
|
%{_libdir}/apache/mod_perl.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 10 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.10-1mamba
|
||||||
|
- update to 2.0.10
|
||||||
|
|
||||||
|
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.9.svn1572460-2mamba
|
||||||
|
- rebuilt with perl 5.24
|
||||||
|
|
||||||
* Sun Oct 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.9.svn1572460-1mamba
|
* Sun Oct 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.9.svn1572460-1mamba
|
||||||
- update to 2.0.9.svn1572460
|
- update to 2.0.9.svn1572460
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user