projects
/
tools
/
pristine-tar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbdc1cc
)
modify spec give up perl(ExtUtils::MakeMaker) when the version of opensuse >= 13.2.
release-20160315
release-20160411
author
shuai.fu
<shuai01.fu@samsung.com>
Mon, 2 Nov 2015 11:07:32 +0000
(19:07 +0800)
committer
shuai.fu
<shuai01.fu@samsung.com>
Mon, 2 Nov 2015 11:10:47 +0000
(19:10 +0800)
Signed-off-by: shuai.fu <shuai01.fu@samsung.com>
Change-Id: I507d2e0b46a9a1ed46131e1e83d4741474097848
packaging/pristine-tar.spec
patch
|
blob
|
history
diff --git
a/packaging/pristine-tar.spec
b/packaging/pristine-tar.spec
index cc15d7e8397bdfb43842dca24dfe2b66b6986609..c7b80ae74107c01f825a75fb0822f209e941a928 100644
(file)
--- a/
packaging/pristine-tar.spec
+++ b/
packaging/pristine-tar.spec
@@
-36,7
+36,12
@@
Requires: xdelta1
Requires: xdelta < 3
%endif
BuildRequires: pkgconfig(zlib)
+
+%if 0%{?suse_version} >= 1320
+#BuildRequires: perl(ExtUtils::MakeMaker)
+%else
BuildRequires: perl(ExtUtils::MakeMaker)
+%endif
%if 0%{?suse_version}
BuildRequires: fdupes
%endif