]> git.pld-linux.org Git - packages/perl-FCGI-ProcManager.git/blobdiff - perl-FCGI-ProcManager.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-FCGI-ProcManager.git] / perl-FCGI-ProcManager.spec
index e4292135ffdfb896ff6daca5ed9a91d2474ecea5..e6d64c2f6e83a136ca32eac88d24c3b6cabb68d6 100644 (file)
@@ -1,18 +1,19 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define        pdir    FCGI
 %define        pnam    ProcManager
 Summary:       FCGI::ProcManager - functions for managing FastCGI applications
+Summary(pl.UTF-8):     FCGI::ProcManager - funkcje do zarządzania aplikacjami FastCGI
 Name:          perl-FCGI-ProcManager
-Version:       0.17
-Release:       0.3
-License:       LGPL v2
+Version:       0.28
+Release:       1
+License:       LGPL v2.1
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: bd59bf793574d68024060a8a197419f7
+Source0:       http://www.cpan.org/modules/by-module/FCGI/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 26b2000544015bf7c40a4b3caa7fbba3
+URL:           http://search.cpan.org/dist/FCGI-ProcManager/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
@@ -20,12 +21,20 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 FCGI::ProcManager is used to serve as a FastCGI process manager. By
-re-implementing it in perl, developers can more finely tune
+re-implementing it in Perl, developers can more finely tune
 performance in their web applications, and can take advantage of
 copy-on-write semantics prevalent in UNIX kernel process management.
 The process manager should be invoked before the caller's request
 loop.
 
+%description -l pl.UTF-8
+FCGI::ProcManager służy jako zarządca procesów FastCGI. Poprzez
+reimplementację tego w Perlu programiści mogą poprawić wydajność ich
+aplikacji WWW i wykorzystać zalety semantyki copy-on-write
+przeważającej w zarządzaniu procesami w jądrach systemów UNIX.
+Zarządca procesów powinien być wywoływany przed pętlą żądań
+wywołującego.
+
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
@@ -33,6 +42,7 @@ loop.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
@@ -53,6 +63,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
-%dir %{perl_vendorlib}/FCGI
 %{perl_vendorlib}/FCGI/ProcManager.pm
+%dir %{perl_vendorlib}/FCGI/ProcManager
+%{perl_vendorlib}/FCGI/ProcManager/Constrained.pm
 %{_mandir}/man3/*
This page took 0.032525 seconds and 4 git commands to generate.