diff options
-rw-r--r-- | redhat/changelog | 37 | ||||
-rw-r--r-- | redhat/rules | 16 |
2 files changed, 53 insertions, 0 deletions
diff --git a/redhat/changelog b/redhat/changelog new file mode 100644 index 0000000..f6c32d3 --- /dev/null +++ b/redhat/changelog @@ -0,0 +1,37 @@ +$Version = "1.1"; +$Release = 7; + +$ChangeLog = ' * Fri Jan 29 1999 Michelle Jacomi <jacomi@cenatoulouse.dgac.fr> +- Generation of irbox-1.0-2 +- PACKAGE 1 + + * Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> +- Generation of irbox-1.1-1 +- New tables -> version 1.1 + + * Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> +- Generation of irbox-1.1-2 +- Fixed last minute bug in irbox.init + + * Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> +- Generation of irbox-1.1-3 +- Fixed last minute bug in Makefile + + * Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> +- Generation of irbox-1.1-4 +- Added tables that had been forgotten + + * Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> +- Generation of irbox-1.1-5 +- Added anther batch of forgotten tables. + + * 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 + + * Wed Jul 12 2000 Stéphane Chatty <chatty@cena.fr> +- Generation of irbox-1.1-7 +- Package made with rpmize 3 +- New Ivy distribution + +'; diff --git a/redhat/rules b/redhat/rules new file mode 100644 index 0000000..a0ddd8d --- /dev/null +++ b/redhat/rules @@ -0,0 +1,16 @@ +$Summary = "Irbox, an Ivy driver for Irman infra-red remote controls"; +$Name = "irbox"; +$Copyright = "GPL"; +$Vendor = "Centre d'Etudes de la Navigation Aerienne"; +$Distribution = "Ivy"; +$Group = "System Environment/Daemons"; +$Url = "http://www.tls.cena.fr/products/ivy"; +$BuildArchitectures = "i386"; +$BuildRoot = "/var/tmp/irbox-buildroot/"; +$Requires = "ivy-c"; +$Description = "Irbox is an Ivy driver for Irman infra-red remote controls +(see http://www.evation.com/irman/ for details about the Irman product). +Irbox comes with a database of the codes emitted by a number of TV, VCR and +cable TV infra-red remote controls, and emits explicit textual messages on an +Ivy bus every time a button is depressed. Remote controls of different types +can be used concurrently, and are distinguished by Irbox."; |