summaryrefslogtreecommitdiff
path: root/rpm/rules
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/rules')
-rw-r--r--rpm/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpm/rules b/rpm/rules
index 03dfaa5..8bf532a 100644
--- a/rpm/rules
+++ b/rpm/rules
@@ -5,7 +5,7 @@ $Vendor = "Centre d'Etudes de la Navigation Aerienne";
$Distribution = "Toccata";
$Group = "System Environment/Libraries";
$Url = "http://www.tls.cena.fr/products/ivy";
-$Requires = "perl >= 5.005, perl-Time-Gettimeofday";
+$Requires = "perl = 5.601, perl-Time-Gettimeofday";
$Description = "This is the Perl interface to the Ivy software bus developped at CENA.";
$Build = "perl Makefile.PL
@@ -15,6 +15,6 @@ $Install = "rm -rf \$RPM_BUILD_ROOT
eval `perl '-V:installarchlib'`
mkdir -p \$RPM_BUILD_ROOT/\$installarchlib
make PREFIX=\$RPM_BUILD_ROOT/usr install
-find \$RPM_BUILD_ROOT/usr -type f -print | sed \"s\@^\$RPM_BUILD_ROOT\@\@g\" | grep -v perllocal.pod > $Name-\%{version}-filelist";
+find \$RPM_BUILD_ROOT/usr -type f -print | sed \"s\@^\$RPM_BUILD_ROOT\@\@g\" | grep -v perllocal.pod | grep -v .packlist > $Name-\%{version}-filelist";