diff options
author | chatty | 2000-07-12 13:57:13 +0000 |
---|---|---|
committer | chatty | 2000-07-12 13:57:13 +0000 |
commit | 6e117faa502e15f94e8657b2b76c3279cbdeabd3 (patch) | |
tree | 0049fd9bd0415a45d0c738e328c16cb12c9075db /redhat | |
parent | b9944782fc985584a83f8835c13245d8432e35a7 (diff) | |
download | irbox-6e117faa502e15f94e8657b2b76c3279cbdeabd3.zip irbox-6e117faa502e15f94e8657b2b76c3279cbdeabd3.tar.gz irbox-6e117faa502e15f94e8657b2b76c3279cbdeabd3.tar.bz2 irbox-6e117faa502e15f94e8657b2b76c3279cbdeabd3.tar.xz |
New rpmize -> irbox.tmpl and irbox.ver are renamed
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/irbox.tmpl | 54 | ||||
-rw-r--r-- | redhat/irbox.ver | 2 |
2 files changed, 0 insertions, 56 deletions
diff --git a/redhat/irbox.tmpl b/redhat/irbox.tmpl deleted file mode 100644 index 572f835..0000000 --- a/redhat/irbox.tmpl +++ /dev/null @@ -1,54 +0,0 @@ -#!/usr/bin/perl - -$Summary = "IRBOX, an Ivy driver for infra-red remote controls"; -$Name = "irbox"; -$Copyright = "CENA"; -$Vendor = "Centre d'Etudes de la Navigation Aerienne"; -$Distribution = "Toccata"; -$Group = "Hard Communications"; -$Source = "$Name-$Version.tar.gz"; -$Url = "http://www.cenatoulouse.dgac.fr/"; -$BuildArchitectures = "i386"; -$BuildRoot = "/var/tmp/irbox-buildroot/"; -$Requires = "ivy-c"; -$Description = "IRBOX, an Ivy driver for infra-red remote controls"; - -@ChangeLog = ("\n"); - -1; - -push @ChangeLog, '* Fri Jan 29 1999 Michelle Jacomi <jacomi@cenatoulouse.dgac.fr> -- Generation of irbox-1.0-2 -- PACKAGE 1 - -'; -push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> -- Generation of irbox-1.1-1 -- New tables -> version 1.1 - -'; -push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> -- Generation of irbox-1.1-2 -- Fixed last minute bug in irbox.init - -'; -push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> -- Generation of irbox-1.1-3 -- Fixed last minute bug in Makefile - -'; -push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> -- Generation of irbox-1.1-4 -- Added tables that had been forgotten - -'; -push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> -- Generation of irbox-1.1-5 -- Added anther batch of forgotten tables. - -'; -push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> -- Generation of irbox-1.1-6 -- Fixed a late minute bug in lexical analyser - -'; diff --git a/redhat/irbox.ver b/redhat/irbox.ver deleted file mode 100644 index e8834f6..0000000 --- a/redhat/irbox.ver +++ /dev/null @@ -1,2 +0,0 @@ -$Version = 1.1; -$Release = 6; |