Author: sardzent                     Date: Thu Nov 29 16:38:19 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adapter

---- Files affected:
SPECS:
   nginx.spec (1.40 -> 1.41) 

---- Diffs:

================================================================
Index: SPECS/nginx.spec
diff -u SPECS/nginx.spec:1.40 SPECS/nginx.spec:1.41
--- SPECS/nginx.spec:1.40       Wed Nov 28 22:26:19 2007
+++ SPECS/nginx.spec    Thu Nov 29 17:38:14 2007
@@ -59,7 +59,6 @@
 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)
@@ -87,65 +86,65 @@
 na potrzeby serwisu Rambler.ru. Jest to drugi pod względem ilości
 odwiedzin serwis w Rosji i działa od ponad dwóch i pół roku. Igor
 opublikował źródła na licencji BSD. Mimo, że projekt jest ciągle
-w fazie beta, już zasłynął dzieki stabilności, bogactwu dodatków,
-prostej konfiguracji oraz małej "zasobożerności".
+w fazie beta, już zas�yn�� dzieki stabilno�i, bogactwu dodatków,
+prostej konfiguracji oraz ma�ej "zasobożerno�i".
 
-#%package light
-#Summary:      High perfomance HTTP and reverse proxy server
-#Summary(pl.UTF-8):    Serwer HTTP i odwrotne proxy o wysokiej wydajno�~[ci
-#Group:                Applications/System
-#Requires:     nginx-common
-#Provides:     group(http)
-#Provides:     group(nginx)
-#Provides:     user(nginx)
-#Provides:     webserver
-
-#%description light
-#The smallest, but also the fastest nginx edition. No additional
-#modules, no perl support, no imap proxy
-
-#%description light -l pl.UTF-8
-#Najmniejsza i najszybsza wersja nginx. Bez wsparcia dla perla,
-#dodatkowych modulow oraz imap proxy
-
-#%package perl
-#Summary:      High perfomance HTTP and reverse proxy server
-#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)
-#Provides:     webserver
-
-#%description perl
-#Nginx with perl support. Mail modules not included.
-
-#%description perl -l pl.UTF-8
-#Nignx z obsluga perla. Bez wsparcia dla modulow poczty.
-
-#%package mail
-#Summary:      High perfomance HTTP and reverse proxy server
-#Summary(pl.UTF-8):    Serwer HTTP i odwrotne proxy o wysokiej wydajno�~[ci
-#Group:                Applications/System
-#Requires:     nginx-common
-#Provides:     group(http)
-#Provides:     group(nginx)
-#Provides:     user(nginx)
-#Provides:     webserver
-
-#%description mail
-#Nginx with mail support. Only mail modules included.
-
-#%description mail -l pl.UTF-8
-#Nignx ze wsparciem tylko dla modulow poczty.
-
-
-#%package common
-#Summary:      Configuration files and documentation for Nginx
-#Summary(pl.UTF-8):    Pliki konfiguracyjne i dokumentacja dla Nginx
-#Group:                Networking/Daemons
+%package light
+Summary:       High perfomance HTTP and reverse proxy server
+Summary(pl.UTF-8):     Serwer HTTP i odwrotne proxy o wysokiej wydajno�~[ci
+Group:         Applications/System
+Requires:      nginx-common
+Provides:      group(http)
+Provides:      group(nginx)
+Provides:      user(nginx)
+Provides:      webserver
+
+%description light
+The smallest, but also the fastest nginx edition. No additional
+modules, no perl support, no imap, pop3, smtp proxy
+
+%description light -l pl.UTF-8
+Najmniejsza i najszybsza wersja nginx. Bez wsparcia dla perla,
+dodatkowych modulow oraz imap, pop3, smtp proxy
+
+%package perl
+Summary:       High perfomance HTTP and reverse proxy server
+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)
+Provides:      webserver
+
+%description perl
+Nginx with perl support. Mail modules not included.
+
+%description perl -l pl.UTF-8
+Nignx z obsluga perla. Bez wsparcia dla modulow poczty.
+
+%package mail
+Summary:       High perfomance HTTP and reverse proxy server
+Summary(pl.UTF-8):     Serwer HTTP i odwrotne proxy o wysokiej wydajno�~[ci
+Group:         Applications/System
+Requires:      nginx-common
+Provides:      group(http)
+Provides:      group(nginx)
+Provides:      user(nginx)
+Provides:      webserver
+
+%description mail
+Nginx with mail support. Only mail modules included.
+
+%description mail -l pl.UTF-8
+Nignx ze wsparciem tylko dla modulow poczty.
+
+
+%package common
+Summary:       Configuration files and documentation for Nginx
+Summary(pl.UTF-8):     Pliki konfiguracyjne i dokumentacja dla Nginx
+Group:         Networking/Daemons
 
 %package -n monit-rc-nginx
 Summary:       Nginx  support for monit
@@ -182,7 +181,11 @@
        --lock-path=%{_localstatedir}/lock/subsys/%{name} \
        --user=nginx \
        --group=nginx \
+       --enable-fastcgi \
        --with-http_perl_module \
+       --without-mail_pop3_module \
+       --without-mail_imap_module \
+       --without-mail_smtp_module \
        %{?with_addition:--with-http_addition_module} \
        %{?with_dav:--with-http_dav_module} \
        %{?with_flv:--with-http_flv_module} \
@@ -400,6 +403,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.41  2007-11-29 16:38:14  sardzent
+- adapter
+
 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 ?
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nginx.spec?r1=1.40&r2=1.41&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to