summaryrefslogtreecommitdiff
path: root/redhat/rules-devel
blob: 90c322f0b2bd274179e90e5b494e360449134285 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$Summary = "Ivy League, a C++ library that implements the Ivy protocol.";
$Name = "ivy-league-devel";
$Copyright = "GPL";
$Vendor = "Centre d'Etudes de la Navigation Aerienne";
$Distribution = "Ivy";
$Group = "Development/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 -v 2 redhat/files - ";
$Description = "This contains the headers and static libraries necessary for
developping and debugging applications that use the Ivy League C++ library.";