[packages/publican] force unversioned perl interpreter

glen glen at pld-linux.org
Wed Jan 15 17:56:44 CET 2014


commit 6786e62326a3964e41c723c6abed5106e0184b10
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jan 15 18:56:38 2014 +0200

    force unversioned perl interpreter

 publican.spec | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/publican.spec b/publican.spec
index 7a9b493..e2d1e30 100644
--- a/publican.spec
+++ b/publican.spec
@@ -4,13 +4,13 @@
 #
 # Conditional build:
 %bcond_with	tests	# do perform "./Build test"
-#
+
 %include	/usr/lib/rpm/macros.perl
 Summary:	Publishing tool based on DocBook XML
 Summary(pl.UTF-8):	Narzędzie do publikowania, oparte na formacie Docbook XML
 Name:		publican
 Version:	3.2.1
-Release:	1
+Release:	2
 License:	CC0 (Common Content files), GPL v2+ or Artistic v1.0 (the rest)
 Group:		Applications/Publishing/XML
 Source0:	https://fedorahosted.org/releases/p/u/publican/Publican-v%{version}.tar.gz
@@ -140,8 +140,9 @@ Bashowe uzupełnianie parametrów dla programu Publican.
 
 %build
 %{__perl} Build.PL \
-	installdirs=vendor \
-	--nocolours=1
+	--nocolours=1 \
+	perl=%{__perl} \
+	installdirs=vendor
 ./Build
 
 %{?with_tests:./Build test}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/publican.git/commitdiff/6786e62326a3964e41c723c6abed5106e0184b10



More information about the pld-cvs-commit mailing list