summaryrefslogtreecommitdiff
path: root/redhat/rules
blob: 201fbaf32d6f914a53170b59cfcc43811f1f9277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$Summary = "Ivy, C interface";
$Name = "ivy-c";
$Copyright = "CENA";
$Vendor = "Centre d'Etudes de la Navigation Aerienne";
$Distribution = "Toccata";
$Group = "System Environment/Libraries";
$Url = "http://www.tls.cena.fr/divisions/PII/";
$BuildArchitectures = "i386";
$FindFiles = "(find \$RPM_BUILD_ROOT -type f -print ; ".
	"find \$RPM_BUILD_ROOT -type l -print) | sed \"s\@^\$RPM_BUILD_ROOT\@\@g\"".
	"| sort | join redhat/files - ";
$Description = "This is the C library that implements the
connection to the Ivy software bus developed at CENA";