SPECS: apache1-mod_access_identd.spec, apache1-mod_access_rbl.spec...
glen
glen at pld-linux.org
Wed Mar 5 15:46:08 CET 2008
Author: glen Date: Wed Mar 5 14:46:08 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use apache1(EAPI) for runtime dep
---- Files affected:
SPECS:
apache1-mod_access_identd.spec (1.10 -> 1.11) , apache1-mod_access_rbl.spec (1.5 -> 1.6) , apache1-mod_accounting.spec (1.31 -> 1.32) , apache1-mod_antihak.spec (1.35 -> 1.36) , apache1-mod_auth_mysql.spec (1.43 -> 1.44) , apache1-mod_bandwidth.spec (1.20 -> 1.21) , apache1-mod_chroot.spec (1.13 -> 1.14) , apache1-mod_hosts_access.spec (1.10 -> 1.11) , apache1-mod_iptos.spec (1.5 -> 1.6) , apache1-mod_jk.spec (1.20 -> 1.21) , apache1-mod_msff.spec (1.18 -> 1.19) , apache1-mod_ntlm.spec (1.27 -> 1.28) , apache1-mod_ometer.spec (1.22 -> 1.23) , apache1-mod_pointer.spec (1.7 -> 1.8) , apache1-mod_security.spec (1.12 -> 1.13) , apache1-mod_snake.spec (1.25 -> 1.26) , apache1-mod_suphp.spec (1.16 -> 1.17) , apache1-mod_xslt.spec (1.37 -> 1.38)
---- Diffs:
================================================================
Index: SPECS/apache1-mod_access_identd.spec
diff -u SPECS/apache1-mod_access_identd.spec:1.10 SPECS/apache1-mod_access_identd.spec:1.11
--- SPECS/apache1-mod_access_identd.spec:1.10 Sun Nov 4 20:18:49 2007
+++ SPECS/apache1-mod_access_identd.spec Wed Mar 5 15:45:57 2008
@@ -5,7 +5,7 @@
Summary(pl.UTF-8): Moduł do apache: dostęp na podstawie protokołu ident (RFC1413)
Name: apache1-mod_%{mod_name}
Version: 1.2.0
-Release: 0.4
+Release: 0.5
License: MeepZor Consulting Public Licence (MCPL)
Group: Networking/Daemons
Source0: http://meepzor.com/packages/mod_%{mod_name}/mod_%{mod_name}-%{version}.tar.gz
@@ -14,7 +14,7 @@
URL: http://meepzor.com/packages/mod_access_identd/
BuildRequires: apache1-devel >= 1.3.39
BuildRequires: rpmbuild(macros) >= 1.268
-Requires: apache1 >= 1.3.33-2
+Requires: apache1(EAPI)
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _pkglibdir %(%{apxs} -q LIBEXECDIR 2>/dev/null)
@@ -75,6 +75,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2008-03-05 14:45:57 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.10 2007-11-04 19:18:49 glen
- apxs1 in apache1-devel now
================================================================
Index: SPECS/apache1-mod_access_rbl.spec
diff -u SPECS/apache1-mod_access_rbl.spec:1.5 SPECS/apache1-mod_access_rbl.spec:1.6
--- SPECS/apache1-mod_access_rbl.spec:1.5 Sun Nov 4 20:18:49 2007
+++ SPECS/apache1-mod_access_rbl.spec Wed Mar 5 15:45:58 2008
@@ -5,14 +5,14 @@
Summary(pl.UTF-8): Moduł Apache'a: dostęp oparty o RBL
Name: apache1-mod_%{mod_name}
Version: 0.1
-Release: 0.1
+Release: 0.2
License: Apache Group
Group: Networking/Daemons
Source0: http://www.blars.org/mod_access_rbl.tar.gz
# Source0-md5: 9a3a513435e57fe589d6b0cb8c7d7eb4
URL: http://www.blars.org/mod_access_rbl.html
BuildRequires: apache1-devel >= 1.3.39
-Requires: apache1 >= 1.3.33-2
+Requires: apache1(EAPI)
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _pkglibdir %(%{apxs} -q LIBEXECDIR 2>/dev/null)
@@ -55,6 +55,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2008-03-05 14:45:58 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.5 2007-11-04 19:18:49 glen
- apxs1 in apache1-devel now
================================================================
Index: SPECS/apache1-mod_accounting.spec
diff -u SPECS/apache1-mod_accounting.spec:1.31 SPECS/apache1-mod_accounting.spec:1.32
--- SPECS/apache1-mod_accounting.spec:1.31 Sun Nov 4 20:18:49 2007
+++ SPECS/apache1-mod_accounting.spec Wed Mar 5 15:45:58 2008
@@ -9,7 +9,7 @@
Summary(pl.UTF-8): Moduł do apache: zapisuje statystyki ruchu do bazy danych
Name: apache1-mod_%{mod_name}
Version: 0.5
-Release: 0.5
+Release: 0.6
License: BSD
Group: Networking/Daemons
Source0: http://dl.sourceforge.net/mod-acct/mod_accounting-%{version}.tar.gz
@@ -22,7 +22,7 @@
BuildRequires: postgresql-devel
BuildRequires: rpmbuild(macros) >= 1.268
%{!?with_ipv6:BuildConflicts: apache1(ipv6)-devel}
-Requires: apache1 >= 1.3.33-2
+Requires: apache1(EAPI)
Obsoletes: apache-mod_accounting <= 0.5
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -77,6 +77,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.32 2008-03-05 14:45:58 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.31 2007-11-04 19:18:49 glen
- apxs1 in apache1-devel now
================================================================
Index: SPECS/apache1-mod_antihak.spec
diff -u SPECS/apache1-mod_antihak.spec:1.35 SPECS/apache1-mod_antihak.spec:1.36
--- SPECS/apache1-mod_antihak.spec:1.35 Sun Nov 4 20:18:49 2007
+++ SPECS/apache1-mod_antihak.spec Wed Mar 5 15:45:58 2008
@@ -6,7 +6,7 @@
Summary(pl.UTF-8): Moduł antihak dla Apache
Name: apache1-mod_%{mod_name}
Version: 0.3.1beta
-Release: 3.3
+Release: 3.4
License: GPL
Group: Networking/Daemons
Source0: http://dl.sourceforge.net/apantihak/mod_antihak-%{tar_ver}.tar.gz
@@ -23,7 +23,7 @@
BuildRequires: rpmbuild(macros) >= 1.268
Requires(post,preun): grep
Requires(preun): sed >= 4.0
-Requires: apache1 >= 1.3.33-2
+Requires: apache1(EAPI)
Requires: iptables
Requires: sudo
Obsoletes: apache-mod_antihak <= 0.3.1beta
@@ -103,6 +103,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.36 2008-03-05 14:45:58 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.35 2007-11-04 19:18:49 glen
- apxs1 in apache1-devel now
================================================================
Index: SPECS/apache1-mod_auth_mysql.spec
diff -u SPECS/apache1-mod_auth_mysql.spec:1.43 SPECS/apache1-mod_auth_mysql.spec:1.44
--- SPECS/apache1-mod_auth_mysql.spec:1.43 Sun Nov 4 20:18:49 2007
+++ SPECS/apache1-mod_auth_mysql.spec Wed Mar 5 15:45:58 2008
@@ -15,7 +15,7 @@
Summary(sv.UTF-8): Grundläggande autenticering för webbservern Apache med en MySQL-databas
Name: apache1-mod_%{mod_name}
Version: 2.20
-Release: 1.3
+Release: 1.4
License: GPL
Group: Networking/Daemons
Source0: http://www.diegonet.com/support/mod_auth_mysql-%{version}.tar.gz
@@ -27,7 +27,7 @@
BuildRequires: automake
BuildRequires: mysql-devel
BuildRequires: rpmbuild(macros) >= 1.268
-Requires: apache1 >= 1.3.33-2
+Requires: apache1(EAPI)
Requires: apache1-mod_auth
Obsoletes: apache-mod_auth_mysql <= 2.20
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -127,6 +127,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.44 2008-03-05 14:45:58 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.43 2007-11-04 19:18:49 glen
- apxs1 in apache1-devel now
================================================================
Index: SPECS/apache1-mod_bandwidth.spec
diff -u SPECS/apache1-mod_bandwidth.spec:1.20 SPECS/apache1-mod_bandwidth.spec:1.21
--- SPECS/apache1-mod_bandwidth.spec:1.20 Sun Nov 4 20:18:49 2007
+++ SPECS/apache1-mod_bandwidth.spec Wed Mar 5 15:45:58 2008
@@ -5,7 +5,7 @@
Summary(pl.UTF-8): Moduł do Apache: limity pasma
Name: apache1-mod_%{mod_name}
Version: 2.0.5
-Release: 1.4
+Release: 1.5
License: Apache
Group: Networking/Daemons
Source0: ftp://ftp.cohprog.com/pub/apache/module/1.3.0/mod_bandwidth.c
@@ -19,7 +19,7 @@
URL: http://www.cohprog.com/v3/bandwidth/intro-en.html
BuildRequires: apache1-devel >= 1.3.39
BuildRequires: rpmbuild(macros) >= 1.268
-Requires: apache1 >= 1.3.33-2
+Requires: apache1(EAPI)
Requires: crondaemon
Requires: procps
Obsoletes: apache-mod_bandwidth <= 2.0.5
@@ -86,6 +86,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2008-03-05 14:45:58 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.20 2007-11-04 19:18:49 glen
- apxs1 in apache1-devel now
================================================================
Index: SPECS/apache1-mod_chroot.spec
diff -u SPECS/apache1-mod_chroot.spec:1.13 SPECS/apache1-mod_chroot.spec:1.14
--- SPECS/apache1-mod_chroot.spec:1.13 Sun Nov 4 20:18:49 2007
+++ SPECS/apache1-mod_chroot.spec Wed Mar 5 15:45:58 2008
@@ -5,7 +5,7 @@
Summary(pl.UTF-8): Moduł Apache'a do uruchamiania serwera w bezpiecznym środowisku chroot
Name: apache1-mod_%{mod_name}
Version: 0.5
-Release: 0.4
+Release: 0.5
License: GPL
Group: Networking/Daemons
Source0: http://core.segfault.pl/~hobbit/mod_chroot/dist/mod_chroot-%{version}.tar.gz
@@ -13,7 +13,7 @@
URL: http://core.segfault.pl/~hobbit/mod_chroot/
BuildRequires: apache1-devel >= 1.3.39
BuildRequires: rpmbuild(macros) >= 1.268
-Requires: apache1 >= 1.3.33-2
+Requires: apache1(EAPI)
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _pkglibdir %(%{apxs} -q LIBEXECDIR 2>/dev/null)
@@ -67,6 +67,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2008-03-05 14:45:58 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.13 2007-11-04 19:18:49 glen
- apxs1 in apache1-devel now
================================================================
Index: SPECS/apache1-mod_hosts_access.spec
diff -u SPECS/apache1-mod_hosts_access.spec:1.10 SPECS/apache1-mod_hosts_access.spec:1.11
--- SPECS/apache1-mod_hosts_access.spec:1.10 Sun Nov 4 20:18:49 2007
+++ SPECS/apache1-mod_hosts_access.spec Wed Mar 5 15:45:58 2008
@@ -5,7 +5,7 @@
Summary(pl.UTF-8): Moduł do apache: dostęp na podstawie hosts.allow/hosts.deny
Name: apache1-mod_%{mod_name}
Version: 1.0.0
-Release: 0.3
+Release: 0.4
License: BSD
Group: Networking/Daemons
Source0: http://www.klomp.org/mod_hosts_access/mod_%{mod_name}-%{version}.tar.gz
@@ -14,7 +14,7 @@
BuildRequires: apache1-devel >= 1.3.39
BuildRequires: libwrap-devel
BuildRequires: rpmbuild(macros) >= 1.268
-Requires: apache1 >= 1.3.33-2
+Requires: apache1(EAPI)
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _pkglibdir %(%{apxs} -q LIBEXECDIR 2>/dev/null)
@@ -66,6 +66,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2008-03-05 14:45:58 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.10 2007-11-04 19:18:49 glen
- apxs1 in apache1-devel now
================================================================
Index: SPECS/apache1-mod_iptos.spec
diff -u SPECS/apache1-mod_iptos.spec:1.5 SPECS/apache1-mod_iptos.spec:1.6
--- SPECS/apache1-mod_iptos.spec:1.5 Sun Nov 4 20:18:49 2007
+++ SPECS/apache1-mod_iptos.spec Wed Mar 5 15:45:58 2008
@@ -5,7 +5,7 @@
Summary(pl.UTF-8): Moduł Apache'a: przypisywanie bitów IPTOS do różnych vhostów i katalogów
Name: apache1-mod_%{mod_name}
Version: 1.1
-Release: 0.1
+Release: 0.2
License: Apache 1.1
Group: Networking/Daemons
Source0: http://www.arctic.org/~dean/mod_iptos/libapache-mod-%{mod_name}_%{version}.orig.tar.gz
@@ -13,7 +13,7 @@
URL: http://www.arctic.org/~dean/mod_iptos/
BuildRequires: apache1-devel >= 1.3.39
BuildRequires: rpmbuild(macros) >= 1.228
-Requires: apache1 >= 1.3.33-2
+Requires: apache1(EAPI)
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _pkglibdir %(%{apxs} -q LIBEXECDIR 2>/dev/null)
@@ -73,6 +73,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2008-03-05 14:45:58 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.5 2007-11-04 19:18:49 glen
- apxs1 in apache1-devel now
================================================================
Index: SPECS/apache1-mod_jk.spec
diff -u SPECS/apache1-mod_jk.spec:1.20 SPECS/apache1-mod_jk.spec:1.21
--- SPECS/apache1-mod_jk.spec:1.20 Sat Dec 8 19:39:05 2007
+++ SPECS/apache1-mod_jk.spec Wed Mar 5 15:45:58 2008
@@ -5,8 +5,8 @@
Summary(pl.UTF-8): Moduł Apache'a obsługujący komunikację między Tomcatem a Apachem 1.3.x
Name: apache1-mod_%{mod_name}
Version: 1.2.25
-Release: 1
-License: Apache License 2.0
+Release: 2
+License: Apache v2.0
Group: Networking/Daemons
Source0: http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/tomcat-connectors-%{version}-src.tar.gz
# Source0-md5: 4f614130c85f86d8d3359a03230db8a3
@@ -19,6 +19,7 @@
BuildRequires: libtool
BuildRequires: perl-base
BuildRequires: rpmbuild(macros) >= 1.300
+Requires: apache1(EAPI)
Requires: apache1-mod_dir >= 1.3.33-2
Obsoletes: jakarta-tomcat-connectors-jk
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -89,6 +90,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2008-03-05 14:45:58 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.20 2007-12-08 18:39:05 glen
- update build and logfile from apache-mod_jk.spec
================================================================
Index: SPECS/apache1-mod_msff.spec
diff -u SPECS/apache1-mod_msff.spec:1.18 SPECS/apache1-mod_msff.spec:1.19
--- SPECS/apache1-mod_msff.spec:1.18 Sun Nov 4 20:18:49 2007
+++ SPECS/apache1-mod_msff.spec Wed Mar 5 15:45:58 2008
@@ -5,7 +5,7 @@
Summary(pl.UTF-8): Moduł do apache: Wolne Piątki Microsoftu: odrzuca MSIE w piątki
Name: apache1-mod_%{mod_name}
Version: 0.1
-Release: 1.2
+Release: 1.3
License: GPL
Group: Networking/Daemons
Source0: http://unlikely.org/mike/hacks/mod_%{mod_name}.c
@@ -13,7 +13,7 @@
URL: http://davenet.userland.com/2001/06/13
BuildRequires: apache1-devel >= 1.3.39
BuildRequires: rpmbuild(macros) >= 1.268
-Requires: apache1 >= 1.3.33-2
+Requires: apache1(EAPI)
Obsoletes: apache-mod_msff <= 0.1
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -71,6 +71,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2008-03-05 14:45:58 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.18 2007-11-04 19:18:49 glen
- apxs1 in apache1-devel now
================================================================
Index: SPECS/apache1-mod_ntlm.spec
diff -u SPECS/apache1-mod_ntlm.spec:1.27 SPECS/apache1-mod_ntlm.spec:1.28
--- SPECS/apache1-mod_ntlm.spec:1.27 Sun Nov 4 20:18:49 2007
+++ SPECS/apache1-mod_ntlm.spec Wed Mar 5 15:45:59 2008
@@ -6,7 +6,7 @@
Summary(pl.UTF-8): Moduł uwierzytelnienia NTLM dla Apache
Name: apache1-mod_%{mod_name}
Version: 0.4
-Release: 0.3
+Release: 0.4
Epoch: 1
License: GPL
Group: Networking/Daemons
@@ -16,7 +16,7 @@
URL: http://modntlm.sourceforge.net/
BuildRequires: apache1-devel >= 1.3.39
BuildRequires: rpmbuild(macros) >= 1.268
-Requires: apache1 >= 1.3.33-2
+Requires: apache1(EAPI)
Obsoletes: apache-mod_ntlm <= 1:0.4
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -71,6 +71,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2008-03-05 14:45:59 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.27 2007-11-04 19:18:49 glen
- apxs1 in apache1-devel now
================================================================
Index: SPECS/apache1-mod_ometer.spec
diff -u SPECS/apache1-mod_ometer.spec:1.22 SPECS/apache1-mod_ometer.spec:1.23
--- SPECS/apache1-mod_ometer.spec:1.22 Sun Nov 4 20:18:49 2007
+++ SPECS/apache1-mod_ometer.spec Wed Mar 5 15:45:59 2008
@@ -7,7 +7,7 @@
Summary(pl.UTF-8): Moduł do Apache: licznik odwiedzin
Name: apache1-mod_%{mod_name}
Version: 1.2.0
-Release: 0.3
+Release: 0.4
License: BSD
Group: Networking/Daemons
Source0: http://www.umich.edu/~umweb/downloads/mod_%{mod_name}-%{version}.tar.gz
@@ -22,7 +22,7 @@
BuildRequires: gd-devel
BuildRequires: libjpeg-devel
BuildRequires: rpmbuild(macros) >= 1.268
-Requires: apache1 >= 1.3.33-2
+Requires: apache1(EAPI)
Obsoletes: apache-mod_ometer <= 1.2.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -91,6 +91,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23 2008-03-05 14:45:59 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.22 2007-11-04 19:18:49 glen
- apxs1 in apache1-devel now
================================================================
Index: SPECS/apache1-mod_pointer.spec
diff -u SPECS/apache1-mod_pointer.spec:1.7 SPECS/apache1-mod_pointer.spec:1.8
--- SPECS/apache1-mod_pointer.spec:1.7 Fri Feb 15 14:31:08 2008
+++ SPECS/apache1-mod_pointer.spec Wed Mar 5 15:45:59 2008
@@ -7,7 +7,7 @@
Summary(pl.UTF-8): Moduł Apache'a do tworzenia przekierowań domen
Name: apache1-mod_%{mod_name}
Version: 0.8
-Release: 0.7
+Release: 0.8
License: Apache
Group: Networking/Daemons
Source0: http://stderr.net/mod_pointer/dist/mod_pointer-%{version}.tar.gz
@@ -20,7 +20,7 @@
BuildRequires: mysql-devel
BuildRequires: postgresql-devel
BuildRequires: rpmbuild(macros) >= 1.268
-Requires: apache1 >= 1.3.33-2
+Requires: apache1(EAPI)
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _pkglibdir %(%{apxs} -q LIBEXECDIR 2>/dev/null)
@@ -85,6 +85,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2008-03-05 14:45:59 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.7 2008-02-15 13:31:08 glen
- add apache config
================================================================
Index: SPECS/apache1-mod_security.spec
diff -u SPECS/apache1-mod_security.spec:1.12 SPECS/apache1-mod_security.spec:1.13
--- SPECS/apache1-mod_security.spec:1.12 Sun Nov 4 20:18:49 2007
+++ SPECS/apache1-mod_security.spec Wed Mar 5 15:45:59 2008
@@ -5,7 +5,7 @@
Summary(pl.UTF-8): Moduł do apache: ochrona aplikacji WWW
Name: apache1-mod_%{mod_name}
Version: 1.8.7
-Release: 0.1
+Release: 0.2
License: GPL v2
Group: Networking/Daemons
Source0: http://www.modsecurity.org/download/modsecurity-%{version}.tar.gz
@@ -13,7 +13,7 @@
URL: http://www.modsecurity.org/
BuildRequires: apache1-devel >= 1.3.39
BuildRequires: rpmbuild(macros) >= 1.268
-Requires: apache1 >= 1.3.33-2
+Requires: apache1(EAPI)
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _pkglibdir %(%{apxs} -q LIBEXECDIR 2>/dev/null)
@@ -69,6 +69,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2008-03-05 14:45:59 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.12 2007-11-04 19:18:49 glen
- apxs1 in apache1-devel now
================================================================
Index: SPECS/apache1-mod_snake.spec
diff -u SPECS/apache1-mod_snake.spec:1.25 SPECS/apache1-mod_snake.spec:1.26
--- SPECS/apache1-mod_snake.spec:1.25 Sun Nov 4 20:18:49 2007
+++ SPECS/apache1-mod_snake.spec Wed Mar 5 15:45:59 2008
@@ -8,7 +8,7 @@
Summary(pl.UTF-8): Moduł do Apache pozwalający na kontrolę i wtyczki Pythona
Name: apache1-mod_%{mod_name}
Version: 0.5.0
-Release: 1.2
+Release: 1.3
License: GPL
Group: Networking/Daemons
Source0: http://dl.sourceforge.net/mod%{mod_name}/mod_%{mod_name}-%{version}.tar.gz
@@ -18,7 +18,7 @@
BuildRequires: apache1-devel >= 1.3.39
BuildRequires: python-devel >= 1.5
BuildRequires: rpmbuild(macros) >= 1.268
-Requires: apache1 >= 1.3.33-2
+Requires: apache1(EAPI)
Obsoletes: apache-mod_snake <= 0.5.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -80,6 +80,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.26 2008-03-05 14:45:59 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.25 2007-11-04 19:18:49 glen
- apxs1 in apache1-devel now
================================================================
Index: SPECS/apache1-mod_suphp.spec
diff -u SPECS/apache1-mod_suphp.spec:1.16 SPECS/apache1-mod_suphp.spec:1.17
--- SPECS/apache1-mod_suphp.spec:1.16 Sun Nov 4 20:31:42 2007
+++ SPECS/apache1-mod_suphp.spec Wed Mar 5 15:45:59 2008
@@ -9,7 +9,7 @@
Summary(pl.UTF-8): Moduł do apache: suPHP - uruchamianie skryptów PHP z uprawnieniami ich właścicieli
Name: apache1-mod_%{mod_name}
Version: 0.6.1
-Release: 1
+Release: 2
License: GPL
Group: Networking/Daemons
Source0: http://www.suphp.org/download/%{mod_name}-%{version}.tar.gz
@@ -25,7 +25,7 @@
BuildRequires: automake
BuildRequires: libstdc++-devel
BuildRequires: rpmbuild(macros) >= 1.268
-Requires: apache1
+Requires: apache1(EAPI)
Requires: php-cgi
Conflicts: logrotate < 3.7-4
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -108,6 +108,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2008-03-05 14:45:59 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.16 2007-11-04 19:31:42 glen
- apache1-apxs no longer exists, kill old trigger
================================================================
Index: SPECS/apache1-mod_xslt.spec
diff -u SPECS/apache1-mod_xslt.spec:1.37 SPECS/apache1-mod_xslt.spec:1.38
--- SPECS/apache1-mod_xslt.spec:1.37 Sun Nov 4 20:18:49 2007
+++ SPECS/apache1-mod_xslt.spec Wed Mar 5 15:45:59 2008
@@ -9,7 +9,7 @@
Summary(pl.UTF-8): Moduł do udostępniania dokumentów XML
Name: apache1-mod_%{mod_name}
Version: 1.1
-Release: 1.2
+Release: 1.3
License: GPL
Group: Networking/Daemons
Source0: http://dl.sourceforge.net/modxslt/mod_%{mod_name}-%{version}.tar.gz
@@ -23,7 +23,7 @@
BuildRequires: apache1-devel >= 1.3.39
BuildRequires: rpmbuild(macros) >= 1.268
BuildRequires: sablotron-devel
-Requires: apache1 >= 1.3.33-2
+Requires: apache1(EAPI)
Requires: expat
Requires: sablotron
Obsoletes: apache-mod_xslt <= 1.1
@@ -97,6 +97,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.38 2008-03-05 14:45:59 glen
+- use apache1(EAPI) for runtime dep
+
Revision 1.37 2007-11-04 19:18:49 glen
- apxs1 in apache1-devel now
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_access_identd.spec?r1=1.10&r2=1.11&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_access_rbl.spec?r1=1.5&r2=1.6&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_accounting.spec?r1=1.31&r2=1.32&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_antihak.spec?r1=1.35&r2=1.36&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_auth_mysql.spec?r1=1.43&r2=1.44&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_bandwidth.spec?r1=1.20&r2=1.21&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_chroot.spec?r1=1.13&r2=1.14&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_hosts_access.spec?r1=1.10&r2=1.11&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_iptos.spec?r1=1.5&r2=1.6&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_jk.spec?r1=1.20&r2=1.21&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_msff.spec?r1=1.18&r2=1.19&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_ntlm.spec?r1=1.27&r2=1.28&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_ometer.spec?r1=1.22&r2=1.23&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_pointer.spec?r1=1.7&r2=1.8&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_security.spec?r1=1.12&r2=1.13&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_snake.spec?r1=1.25&r2=1.26&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_suphp.spec?r1=1.16&r2=1.17&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_xslt.spec?r1=1.37&r2=1.38&f=u
More information about the pld-cvs-commit
mailing list