summaryrefslogtreecommitdiff
path: root/redhat/rules-devel
diff options
context:
space:
mode:
authorsc2000-07-05 12:07:12 +0000
committersc2000-07-05 12:07:12 +0000
commit95b276a21524a4d7e09c02c93a4340506a01d23b (patch)
tree2a6af5edf5d354b70689e93247e3e2b2eeb1c796 /redhat/rules-devel
parent94c54d7e37597d7001262f04ae4f8f51cb14bf95 (diff)
downloadivy-c-95b276a21524a4d7e09c02c93a4340506a01d23b.zip
ivy-c-95b276a21524a4d7e09c02c93a4340506a01d23b.tar.gz
ivy-c-95b276a21524a4d7e09c02c93a4340506a01d23b.tar.bz2
ivy-c-95b276a21524a4d7e09c02c93a4340506a01d23b.tar.xz
There are now two packages, ivy-c and ivy-c-devel, thanks to
the new features of rpmize 3.2
Diffstat (limited to 'redhat/rules-devel')
-rw-r--r--redhat/rules-devel15
1 files changed, 15 insertions, 0 deletions
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.";
+