summaryrefslogtreecommitdiff
path: root/rpm/ivy-perl.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/ivy-perl.tmpl')
-rw-r--r--rpm/ivy-perl.tmpl53
1 files changed, 0 insertions, 53 deletions
diff --git a/rpm/ivy-perl.tmpl b/rpm/ivy-perl.tmpl
deleted file mode 100644
index 3a9ff3d..0000000
--- a/rpm/ivy-perl.tmpl
+++ /dev/null
@@ -1,53 +0,0 @@
-#!/usr/bin/perl
-
-$Summary = " Perl module for accessing the Ivy software bus";
-$Name = "ivyperl";
-$Copyright = "CENA";
-$Vendor = "Centre d'Etudes de la Navigation Aerienne";
-$Distribution = "Toccata";
-$Group = "Libraries";
-$Source = "$Name-$Version.tar.gz";
-$Url = "http://www.cenatoulouse.dgac.fr/";
-$BuildArchitectures = "noarch";
-$BuildRoot = "/var/tmp/tiptop-level-buildroot/";
-$Requires = "perl >= 5.004";
-$Description = "Perl module for accessing the Ivy software bus";
-
-@ChangeLog = ("\n");
-
-1;
-push @ChangeLog, '* Fri Feb 19 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
-- Generation of ivy-perl-3.0-1
-- New syntax, new default value for bus.
-
-';
-push @ChangeLog, '* Fri Feb 19 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
-- Generation of ivy-perl-3.0-2
-- Bug in package spec file
-
-';
-push @ChangeLog, '* Fri Feb 19 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
-- Generation of ivy-perl-3.0-3
-- Bug in Makefile
-
-';
-push @ChangeLog, '* Fri Feb 19 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
-- Generation of ivy-perl-3.0-4
-- Bad "Requires" clause
-
-';
-push @ChangeLog, '* Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
-- Generation of ivy-perl-3.1-1
-- Corrected bug in Ivy.pm : new version 3.1
-
-';
-push @ChangeLog, '* Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
-- Generation of ivy-perl-3.1-2
-- Bug in previous package construction.
-
-';
-push @ChangeLog, '* Tue Apr 13 1999 Michelle Jacomi <jacomi@cenatoulouse.dgac.fr>
-- Generation of ivy-perl-3.1-3
-- doc files added to ivy-perl package
-
-';