|
@@ -1,8 +1,8 @@
|
|
Summary: An embedded Perl interpreter for the Apache Web server Version 2
|
|
Summary: An embedded Perl interpreter for the Apache Web server Version 2
|
|
Summary(ja): Apache2 Web サーバ用 組み込み Perl インタプリタ
|
|
Summary(ja): Apache2 Web サーバ用 組み込み Perl インタプリタ
|
|
Name: mod_perl2
|
|
Name: mod_perl2
|
|
-Version: 2.0.4
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 2.0.5
|
|
|
|
+Release: 1%{?_dist_release}
|
|
URL: http://perl.apache.org/
|
|
URL: http://perl.apache.org/
|
|
Source0: http://perl.apache.org/dist/mod_perl-%{version}.tar.gz
|
|
Source0: http://perl.apache.org/dist/mod_perl-%{version}.tar.gz
|
|
Source1: perl.conf
|
|
Source1: perl.conf
|
|
@@ -13,9 +13,18 @@ Group: System Environment/Daemons
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: apache2-devel >= 2.0.51
|
|
BuildRequires: apache2-devel >= 2.0.51
|
|
BuildRequires: perl >= 5.6.0
|
|
BuildRequires: perl >= 5.6.0
|
|
|
|
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
|
|
+%if %{?_dist_release} == "vl5" || %{?_dist_release} == "vl4"
|
|
|
|
+# Provide perl-specific find-{provides,requires}.
|
|
%define __find_requires %{SOURCE2}
|
|
%define __find_requires %{SOURCE2}
|
|
%define __find_provides %{SOURCE3}
|
|
%define __find_provides %{SOURCE3}
|
|
|
|
+%else
|
|
|
|
+%define __perl_requires %{SOURCE2}
|
|
|
|
+%endif
|
|
|
|
|
|
%description
|
|
%description
|
|
Mod_perl incorporates a Perl interpreter into the Apache web server,
|
|
Mod_perl incorporates a Perl interpreter into the Apache web server,
|
|
@@ -78,6 +87,12 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Sep 9 2011 IWAI, Masaharu <iwai@alib.jp> 2.0.5-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add Requires: perl:(MODULE_COMPAT_x.y.z)
|
|
|
|
+- update Requires filter routine
|
|
|
|
+- add Vendor and Distribution tags
|
|
|
|
+
|
|
* Sun Oct 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.4-2
|
|
* Sun Oct 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.4-2
|
|
- rebuilt with openldap-2.4.16
|
|
- rebuilt with openldap-2.4.16
|
|
|
|
|