commit 89785eda7687706a1dae84aa465d91898492eb58
Author: Elan Ruusamäe <[email protected]>
Date:   Wed Jan 15 18:51:19 2014 +0200

    force unversioned perl interpreter

 perl-Socket-GetAddrInfo.spec | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/perl-Socket-GetAddrInfo.spec b/perl-Socket-GetAddrInfo.spec
index fb377e7..14c6f6f 100644
--- a/perl-Socket-GetAddrInfo.spec
+++ b/perl-Socket-GetAddrInfo.spec
@@ -1,15 +1,15 @@
 #
 # Conditional build:
 %bcond_without tests           # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define        pdir    Socket
 %define        pnam    GetAddrInfo
+%include       /usr/lib/rpm/macros.perl
 Summary:       Socket::GetAddrInfo - RFC 2553's getaddrinfo and getnameinfo 
functions
 Summary(pl.UTF-8):     Socket::GetAddrInfo - funkcje getaddrinfo i getnameinfo 
zgodne z RFC 2553
 Name:          perl-Socket-GetAddrInfo
 Version:       0.22
-Release:       2
+Release:       3
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
@@ -46,15 +46,15 @@ przekształca adres gniazda z powrotem na parę nazw hosta i 
usługi.
 
 %build
 %{__perl} Build.PL \
-       destdir=$RPM_BUILD_ROOT \
-       installdirs=vendor
+       perl=%{__perl} \
+       installdirs=vendor \
+       destdir=$RPM_BUILD_ROOT
 ./Build
 
 %{?with_tests:./Build test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 ./Build install
 
 %clean
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Socket-GetAddrInfo.git/commitdiff/89785eda7687706a1dae84aa465d91898492eb58

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to