summaryrefslogtreecommitdiff
path: root/redhat/rules
blob: 2e21e6c9825430d2cf5642e7a361ac657902839e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$Summary = "Ivy League, a C++ library that implements the Ivy protocol.";
$Name = "ivy-league";
$Copyright = "GPL";
$Vendor = "Centre d'Etudes de la Navigation Aerienne";
$Distribution = "Ivy";
$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 a set of C++ libraries that implement the
connection to the Ivy software bus developed at CENA. Ivy League also allows
you to use or develop other communication protocols.";