summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsc2000-11-28 17:09:08 +0000
committersc2000-11-28 17:09:08 +0000
commit93f3d561a078dfc29222af3b8ee44f8d11a2b90f (patch)
tree08e01eda6456b0a41d2091c2994ad3d2de15b37e
parentee937667fd0ecd82faab4c88d756b906fb625f1a (diff)
downloadivy-league-93f3d561a078dfc29222af3b8ee44f8d11a2b90f.zip
ivy-league-93f3d561a078dfc29222af3b8ee44f8d11a2b90f.tar.gz
ivy-league-93f3d561a078dfc29222af3b8ee44f8d11a2b90f.tar.bz2
ivy-league-93f3d561a078dfc29222af3b8ee44f8d11a2b90f.tar.xz
Ready for packages
-rw-r--r--redhat/changelog6
-rw-r--r--redhat/rules15
2 files changed, 21 insertions, 0 deletions
diff --git a/redhat/changelog b/redhat/changelog
new file mode 100644
index 0000000..c5556c8
--- /dev/null
+++ b/redhat/changelog
@@ -0,0 +1,6 @@
+$Version = "1.0";
+$Release = 0;
+
+$ChangeLog = '
+
+';
diff --git a/redhat/rules b/redhat/rules
new file mode 100644
index 0000000..2e21e6c
--- /dev/null
+++ b/redhat/rules
@@ -0,0 +1,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.";
+