]> git.pld-linux.org Git - packages/perl-FCGI-Client.git/commitdiff
- up to 0.09 auto/th/perl-FCGI-Client-0.09-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 14 Nov 2019 14:40:16 +0000 (15:40 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 14 Nov 2019 14:40:16 +0000 (15:40 +0100)
perl-FCGI-Client.spec

index ba41fcac7f814028d146a5ebfc2498fd20a0fcb3..b51a5338f5f56f83fdcd428c669ad021a8c3eacc 100644 (file)
@@ -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/*
This page took 0.087115 seconds and 4 git commands to generate.