summaryrefslogtreecommitdiff
path: root/redhat/rules
blob: 8593c9442b565127c74d1ea317d8065f6b3b9931 (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/products/ivy";
$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";