summaryrefslogtreecommitdiff
path: root/redhat/irbox.tmpl
blob: 32c4b2b121f630f057e516d73f97c9dfcf671e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#!/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, '* 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

';