[packages/perl-FCGI-Client] - up to 0.09
arekm
arekm at pld-linux.org
Thu Nov 14 15:40:22 CET 2019
commit 1170da6c8b40951ea095ac40ebff1938d8c3c387
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu Nov 14 15:40:16 2019 +0100
- up to 0.09
perl-FCGI-Client.spec | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/perl-FCGI-Client.spec b/perl-FCGI-Client.spec
index ba41fca..b51a533 100644
--- a/perl-FCGI-Client.spec
+++ b/perl-FCGI-Client.spec
@@ -7,13 +7,13 @@
%include /usr/lib/rpm/macros.perl
Summary: FCGI::Client - client library for fastcgi protocol
Name: perl-FCGI-Client
-Version: 0.08
-Release: 2
+Version: 0.09
+Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/FCGI/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: c69973d1db970bba4f7a9600b9bbb0f7
+# Source0-md5: d3e621b79a96ea1463331e33cf337524
# generic URL, check or change before uncommenting
URL: http://search.cpan.org/dist/FCGI-Client/
BuildRequires: perl-devel >= 1:5.8.0
@@ -31,23 +31,24 @@ FCGI::Client is client library for fastcgi protocol.
%setup -q -n %{pdir}-%{pnam}-%{version}
%build
-%{__perl} Makefile.PL \
- INSTALLDIRS=vendor
-%{__make}
+%{__perl} Build.PL \
+ --destdir=$RPM_BUILD_ROOT \
+ --installdirs=vendor
+./Build
-%{?with_tests:%{__make} test}
+%{?with_tests:./Build test}
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} pure_install \
- DESTDIR=$RPM_BUILD_ROOT
+
+./Build install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc Changes README
+%doc Changes README.md
%{perl_vendorlib}/FCGI/*.pm
%{perl_vendorlib}/FCGI/Client
%{_mandir}/man3/*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-FCGI-Client.git/commitdiff/1170da6c8b40951ea095ac40ebff1938d8c3c387
More information about the pld-cvs-commit
mailing list