summaryrefslogtreecommitdiff
path: root/redhat/rules-devel
blob: 2b25790eea1c09aed909d411af06215124ff80e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$Summary = "Ivy, development files for the C interface";
$Name = "ivy-c-devel";
$Copyright = "CENA";
$Vendor = "Centre d'Etudes de la Navigation Aerienne";
$Distribution = "Toccata";
$Group = "Development/Libraries";
$Url = "http://www.tls.cena.fr/divisions/PII/";
$BuildArchitectures = "i586";
$Requires = "ivy-c = \%{version}-\%{release} " .
	"glibc-devel libgtk+1.2-devel libglib2-devel libxfree86-devel tcl-devel" ;

undef $FindFiles;
undef $Install ;

$Description = "This contains the headers and static libraries necessary for
developping and debugging applications that use the Ivy C library.";