From 0b7585f2a262750373ead46fe575341694aff978 Mon Sep 17 00:00:00 2001 From: chatty Date: Fri, 11 Feb 2000 15:32:36 +0000 Subject: new rpmize version 3.0 -> new spec files version 4.2 of Ivy --- rpm/rules | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 rpm/rules (limited to 'rpm/rules') diff --git a/rpm/rules b/rpm/rules new file mode 100644 index 0000000..f2992c9 --- /dev/null +++ b/rpm/rules @@ -0,0 +1,20 @@ +$Summary = " Perl module for accessing the Ivy software bus"; +$Name = "perl-Net-Ivy"; +$Copyright = "CENA"; +$Vendor = "Centre d'Etudes de la Navigation Aerienne"; +$Distribution = "Toccata"; +$Group = "Libraries"; +$Url = "http://www.tls.cena.fr/divisions/PII/"; +$Requires = "perl >= 5.005, perl-Time-Gettimeofday"; +$Description = "This is the Perl interface to the Ivy software bus developped at CENA."; + +$Build = "perl Makefile.PL +make"; + +$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"; + + -- cgit v1.1