summaryrefslogtreecommitdiff
path: root/rpm
diff options
context:
space:
mode:
authorsc1999-02-20 16:13:52 +0000
committersc1999-02-20 16:13:52 +0000
commitdcb8fc41d02190a72e9b2b9372df7f713c0428e3 (patch)
tree452cb22ade17b45a33002682068cbe59ed3d246c /rpm
parent2cdf215e2e2bb47a0d22ea1e6254e5e643bf765b (diff)
downloadivy-perl-dcb8fc41d02190a72e9b2b9372df7f713c0428e3.zip
ivy-perl-dcb8fc41d02190a72e9b2b9372df7f713c0428e3.tar.gz
ivy-perl-dcb8fc41d02190a72e9b2b9372df7f713c0428e3.tar.bz2
ivy-perl-dcb8fc41d02190a72e9b2b9372df7f713c0428e3.tar.xz
Added data for redhat packages
Diffstat (limited to 'rpm')
-rw-r--r--rpm/ivy-perl.tmpl48
-rw-r--r--rpm/ivy-perl.ver2
2 files changed, 50 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.
+
+';
diff --git a/rpm/ivy-perl.ver b/rpm/ivy-perl.ver
new file mode 100644
index 0000000..460b306
--- /dev/null
+++ b/rpm/ivy-perl.ver
@@ -0,0 +1,2 @@
+$Version = 3.1;
+$Release = 2;