diff options
-rw-r--r-- | redhat/irbox.tmpl | 21 | ||||
-rw-r--r-- | redhat/irbox.ver | 2 | ||||
-rw-r--r-- | src/Makefile | 3 |
3 files changed, 25 insertions, 1 deletions
diff --git a/redhat/irbox.tmpl b/redhat/irbox.tmpl index 9669904..32c4b2b 100644 --- a/redhat/irbox.tmpl +++ b/redhat/irbox.tmpl @@ -8,6 +8,7 @@ $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"; @@ -15,3 +16,23 @@ $Description = "IRBOX, an Ivy driver for infra-red remote controls"; @ChangeLog = ("\n"); 1; +push @ChangeLog, '* Tue Jan 26 1999 Michelle Jacomi <jacomi@cenatoulouse.dgac.fr> +- Generation of irbox-1.0-1 +- BIP + +'; +push @ChangeLog, '* Tue Jan 26 1999 Michelle Jacomi <jacomi@cenatoulouse.dgac.fr> +- Generation of irbox-1.0-6 +- PAS ROOT + +'; +push @ChangeLog, '* Tue Jan 26 1999 Michelle Jacomi <jacomi@cenatoulouse.dgac.fr> +- Generation of irbox-1.0-8 +- BEURK + +'; +push @ChangeLog, '* Tue Jan 26 1999 Michelle Jacomi <jacomi@cenatoulouse.dgac.fr> +- Generation of irbox-1.0-11 +- bip + +'; diff --git a/redhat/irbox.ver b/redhat/irbox.ver index d8b51e5..76e87f4 100644 --- a/redhat/irbox.ver +++ b/redhat/irbox.ver @@ -1,2 +1,2 @@ $Version = 1.0; -$Release = 1; +$Release = 11; diff --git a/src/Makefile b/src/Makefile index b047ec0..f0d45b1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -66,4 +66,7 @@ install: all for f in `find ../data -type f -maxdepth 1`; do \ install -m 644 $$f $(PREFIX)$(IRBOX_DIR); \ done +rpm:: + /usr/bin/rpmize + |