From 93f3d561a078dfc29222af3b8ee44f8d11a2b90f Mon Sep 17 00:00:00 2001 From: sc Date: Tue, 28 Nov 2000 17:09:08 +0000 Subject: Ready for packages --- redhat/changelog | 6 ++++++ redhat/rules | 15 +++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 redhat/changelog create mode 100644 redhat/rules (limited to 'redhat') 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."; + -- cgit v1.1