summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-04-22 08:58:22 +0000
committerjbj <devnull@localhost>2001-04-22 08:58:22 +0000
commit1aaf1b9b5d3777a36f9cfff600912a7f468dc732 (patch)
tree5eb2d83de5d6f3a1693ba5256a1226c6eb203bcd /scripts
parent389d253e6236173e05b488d8f77ebe3b785f84a8 (diff)
downloadlibrpm-tizen-1aaf1b9b5d3777a36f9cfff600912a7f468dc732.tar.gz
librpm-tizen-1aaf1b9b5d3777a36f9cfff600912a7f468dc732.tar.bz2
librpm-tizen-1aaf1b9b5d3777a36f9cfff600912a7f468dc732.zip
- cpanflute perl dependency needs explicit epoch (#37034).
CVS patchset: 4702 CVS date: 2001/04/22 08:58:22
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/cpanflute8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/cpanflute b/scripts/cpanflute
index fa23c3ffa..a95f59789 100755
--- a/scripts/cpanflute
+++ b/scripts/cpanflute
@@ -52,14 +52,14 @@ open (FILE, "> $MainDir/$filename");
print FILE "Summary: $clm_name module for perl $class
Name: perl-$clm_name
Version: $clm_version
-Release: 6
+Release: 7
Copyright: distributable
Group: Applications/CPAN
Source0: $clm_name-$clm_version.tar.gz
Url: http://www.cpan.org
-BuildRoot: /var/tmp/perl-$clm_name-buildroot/
-BuildRequires: perl >= 5.00503
-Requires: perl >= 5.00503
+BuildRoot: %{_tmppath}/perl-$clm_name-buildroot/
+BuildRequires: perl >= 0:5.00503
+Requires: perl >= 0:5.00503
%description
$clm_name module for perl