]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- adapter
authorsardzent <sardzent@pld-linux.org>
Thu, 29 Nov 2007 16:38:14 +0000 (16:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nginx.spec -> 1.41

nginx.spec

index 773a9ba7c816290b5081719f9df6b53415e63718..18b4672e799009582d4f0325b4c4a756b0f04114 100644 (file)
@@ -58,7 +58,6 @@ Requires(pre):        /usr/sbin/groupadd
 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)
@@ -86,65 +85,65 @@ a także IMAP/POP3 proxy. Nginx został napisany przez Igora Sysoev'a
 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Å\82ynÄ\85Å\82 dzieki stabilnoÅ\9bci, bogactwu dodatków,
-prostej konfiguracji oraz maÅ\82ej "zasobożernoÅ\9bci".
-
-#%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
+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, 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
@@ -181,7 +180,11 @@ cp -f configure auto/
        --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} \
This page took 0.049605 seconds and 4 git commands to generate.