X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=apache-mod_fastcgi.spec;h=33fc0cfe1b9372d6229056d0d7953080d59f52af;hb=e11f428e9543515d8164b059822f4de4c41ecd28;hp=9ede3dcf79ed917a14cc47a7be0882860ef6bc09;hpb=80ed31e1cf53bd44f1b11fd5baa14756b18dba5b;p=packages%2Fapache-mod_fastcgi.git diff --git a/apache-mod_fastcgi.spec b/apache-mod_fastcgi.spec index 9ede3dc..33fc0cf 100644 --- a/apache-mod_fastcgi.spec +++ b/apache-mod_fastcgi.spec @@ -4,25 +4,11 @@ Summary(pl): Obs Summary(ru): FastCGI - ÂÏÌÅÅ ÂÙÓÔÒÁÑ ×ÅÒÓÉÑ CGI Summary(uk): FastCGI - ¦ÌØÛ Û×ÉÄËÁ ×ÅÒÓ¦Ñ CGI Name: apache-mod_fastcgi -Version: 2.2.10 -Release: 4 +Version: 2.2.12 +Release: 1 License: Open Market Group: Networking/Daemons -Group(cs): Sí»ové/Démoni -Group(da): Netværks/Dæmoner -Group(de): Netzwerkwesen/Server -Group(es): Red/Servidores -Group(fr): Réseau/Serveurs -Group(is): Net/Púkar -Group(it): Rete/Demoni -Group(no): Nettverks/Daemoner -Group(pl): Sieciowe/Serwery -Group(pt): Rede/Servidores -Group(ru): óÅÔØ/äÅÍÏÎÙ -Group(sl): Omre¾ni/Stre¾niki -Group(sv): Nätverk/Demoner -Group(uk): íÅÒÅÖÁ/äÅÍÏÎÉ -Source0: http://www.FastCGI.com/dist/mod_fastcgi_%{version}.tar.gz +Source0: http://www.FastCGI.com/dist/mod_fastcgi-%{version}.tar.gz URL: http://www.FastCGI.com/ BuildRequires: apache-devel BuildRequires: %{apxs} @@ -42,7 +28,7 @@ of server specific APIs. %description -l pl To jest modu³ apache dodaj±cy obs³ugê protoko³u FastCGI. FastCGI jest niezale¿nym od jêzyka, skalowalnym, otwartym rozszerzeniem CGI daj±cym -du¿± wydajno¶æ bez ograniczania API specificznego dla serwera. +du¿± wydajno¶æ bez ograniczania API specyficznego dla serwera. %description -l ru FastCGI - ÒÁÓÛÉÒÅÎÉÅ CGI, ËÏÔÏÒÏÅ ÐÒÅÄÏÓÔÁ×ÌÑÅÔ ×ÏÚÍÏÖÎÏÓÔØ ÓÏÚÄÁ×ÁÔØ @@ -59,7 +45,7 @@ FastCGI - û×ÉÄ˦ÓÔØ API web-ÓÅÒ×ÅÒ¦× Ú¦ ×Ó¦ÍÁ ÐÅÒÅ×ÁÇÁÍÉ CGI. %prep -%setup -q -n mod_fastcgi_%{version} +%setup -q -n mod_fastcgi-%{version} %build %{apxs} -D SUEXEC_BIN="\"\\\"%{_sbindir}/suexec\\\"\"" -o mod_fastcgi.so -c *.c @@ -72,10 +58,8 @@ install mod_fastcgi.so $RPM_BUILD_ROOT%{_libexecdir} install docs/*.html $RPM_BUILD_ROOT%{_htmldocdir} -gzip -9nf docs/LICENSE.TERMS CHANGES - %post -%{_sbindir}/apxs -e -a -n fastcgi %{_libexecdir}/mod_fastcgi.so 1>&2 +%{apxs} -e -a -n fastcgi %{_libexecdir}/mod_fastcgi.so 1>&2 if [ -f /var/lock/subsys/httpd ]; then /etc/rc.d/init.d/httpd restart 1>&2 else @@ -84,7 +68,7 @@ fi %preun if [ "$1" = "0" ]; then - %{_sbindir}/apxs -e -A -n fastcgi %{_libexecdir}/mod_fastcgi.so 1>&2 + %{apxs} -e -A -n fastcgi %{_libexecdir}/mod_fastcgi.so 1>&2 if [ -f /var/lock/subsys/httpd ]; then /etc/rc.d/init.d/httpd restart 1>&2 fi @@ -95,6 +79,6 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc docs/*.gz *.gz -%doc %{_htmldocdir} +%doc docs/LICENSE.TERMS CHANGES +%doc %{_htmldocdir}/* %attr(755,root,root) %{_libexecdir}/*