From 95b276a21524a4d7e09c02c93a4340506a01d23b Mon Sep 17 00:00:00 2001 From: sc Date: Wed, 5 Jul 2000 12:07:12 +0000 Subject: There are now two packages, ivy-c and ivy-c-devel, thanks to the new features of rpmize 3.2 --- redhat/rules-devel | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 redhat/rules-devel (limited to 'redhat/rules-devel') diff --git a/redhat/rules-devel b/redhat/rules-devel new file mode 100644 index 0000000..f79a983 --- /dev/null +++ b/redhat/rules-devel @@ -0,0 +1,15 @@ +$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 = "i386"; +$Requires = "ivy-c = \%{version}-\%{release}"; +$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 C library."; + -- cgit v1.1