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.tmpl48
1 files changed, 48 insertions, 0 deletions
diff --git a/rpm/ivy-perl.tmpl b/rpm/ivy-perl.tmpl
new file mode 100644
index 0000000..9187c1d
--- /dev/null
+++ b/rpm/ivy-perl.tmpl
@@ -0,0 +1,48 @@
+#!/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.
+
+';