[packages/jam] - workaround rpm misdetection of archive format - rel 7

baggins baggins at pld-linux.org
Thu Jul 13 17:15:31 CEST 2017


commit fa896927930087cd91cae5b457ffb0ddd0fc7c8f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Jul 14 00:14:52 2017 +0900

    - workaround rpm misdetection of archive format
    - rel 7

 jam.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/jam.spec b/jam.spec
index 43805e0..6e35f67 100644
--- a/jam.spec
+++ b/jam.spec
@@ -2,7 +2,7 @@ Summary:	Jam - make replacement
 Summary(pl.UTF-8):	Jam - zastępca make
 Name:		jam
 Version:	2.5
-Release:	6
+Release:	7
 Epoch:		1
 License:	distributable (see README)
 Group:		Development/Building
@@ -22,7 +22,9 @@ Jam to zamiennik make(1), który czyni budowanie prostych rzeczy
 prostym, a budowanie skomplikowanych rzeczy wykonalnym.
 
 %prep
-%setup -q
+%setup -q -T -c
+tar xvf %SOURCE0
+%{__mv} %{name}-%{version}/* .
 
 %build
 # CFLAGS for jam bootstrap, OPTIM for build using jam
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jam.git/commitdiff/fa896927930087cd91cae5b457ffb0ddd0fc7c8f



More information about the pld-cvs-commit mailing list