summaryrefslogtreecommitdiff
path: root/redhat/ivy-c.tmpl
blob: 218405280cc06737a1d3371b3f8bb35ed63e65ae (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
#!/usr/bin/perl

$Summary = "Ivy, C interface";
$Name = "ivy-c";
$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 = "i386";
$BuildRoot = "/var/tmp/ivy-c-buildroot/";
$Description = "Ivy, C interface";

@ChangeLog = ("\n");

1;
push @ChangeLog, '* Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- Generation of ivy-c-3.0-2
- New version 3.0, with new syntax for bus specification.

';
push @ChangeLog, '* Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- Generation of ivy-c-3.0-3
- New Makefile with major and minor numbers

';
push @ChangeLog, '* Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- Generation of ivy-c-3.0-4
- First attempt to fix dependencies

';
push @ChangeLog, '* Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- Generation of ivy-c-3.0-5
- Fixed Makefile: added links for shared libs

';