diff options
-rw-r--r-- | rpm/changelog | 5 | ||||
-rw-r--r-- | rpm/rules | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/rpm/changelog b/rpm/changelog index 0b41124..7f1e3dc 100644 --- a/rpm/changelog +++ b/rpm/changelog @@ -1,4 +1,4 @@ -$Version = "4.9"; +$Version = "4.10"; $Release = 1; $ChangeLog = ' * Fri Feb 19 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> @@ -49,4 +49,7 @@ $ChangeLog = ' * Fri Feb 19 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> * Fri Apr 5 2002 Stéphane Chatty <chatty@cena.fr> - Generation of version 4.9-1 + * Fri Jun 14 2002 Stéphane Chatty <chatty@cena.fr> +- Generation of version 4.10-1 + '; @@ -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"; |