Author: sardzent Date: Wed Nov 28 21:26:24 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - still missing /etc/sysconfig/nginx daemon config file - is the perl build/install requires correct ? - still not splited into nginx-common, nginx, nginx-perl packages - what package should be build by default - new config options, maybe update of config template
---- Files affected: SPECS: nginx.spec (1.39 -> 1.40) ---- Diffs: ================================================================ Index: SPECS/nginx.spec diff -u SPECS/nginx.spec:1.39 SPECS/nginx.spec:1.40 --- SPECS/nginx.spec:1.39 Wed Nov 28 21:44:07 2007 +++ SPECS/nginx.spec Wed Nov 28 22:26:19 2007 @@ -1,6 +1,7 @@ # $Revision$, $Date$ # TODO # - /etc/sysconfig/nginx file +# - missing perl build/install requires # - prepare pld style like nginx.conf # - split into nginx-common, nginx, nginx-perl packages # @@ -23,7 +24,7 @@ Summary(pl.UTF-8): Serwer HTTP i odwrotne proxy o wysokiej wydajności Name: nginx Version: 0.5.33 -Release: 0.1 +Release: 0.2 License: BSD-like Group: Networking/Daemons Source0: http://sysoev.ru/nginx/%{name}-%{version}.tar.gz @@ -44,7 +45,9 @@ BuildRequires: mailcap BuildRequires: openssl-devel BuildRequires: pcre-devel +%{?with_perl:BuildRequires: perl-CGI} %{?with_perl:BuildRequires: perl-devel} +%{?with_perl:BuildRequires: rpm-perlprov} BuildRequires: rpmbuild(macros) >= 1.268 BuildRequires: zlib-devel Requires(post,preun): /sbin/chkconfig @@ -56,6 +59,7 @@ Requires(pre): /usr/sbin/useradd Requires: openssl Requires: pcre +%{?with_perl:BuildRequires: perl-devel} Requires: rc-scripts >= 0.2.0 Requires: zlib Provides: group(http) @@ -109,6 +113,7 @@ #Summary(pl.UTF-8): Serwer HTTP i odwrotne proxy o wysokiej wydajno�~[ci #Group: Applications/System #Requires: nginx-common +#Requires: perl-mod_%{mod_name} = %{epoch}:%{version}-%{release} #Provides: group(http) #Provides: group(nginx) #Provides: user(nginx) @@ -395,6 +400,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.40 2007-11-28 21:26:19 sardzent +- still missing /etc/sysconfig/nginx daemon config file +- is the perl build/install requires correct ? +- still not splited into nginx-common, nginx, nginx-perl packages +- what package should be build by default +- new config options, maybe update of config template + Revision 1.39 2007-11-28 20:44:07 sardzent - up to 0.5.33 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nginx.spec?r1=1.39&r2=1.40&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
