From 6d22cc76d9039b1eb6e730d37ed43a6c3bccf0b7 Mon Sep 17 00:00:00 2001 From: sc Date: Tue, 28 Nov 2000 17:09:42 +0000 Subject: ready for packages made with rpmize --- redhat/rules-devel | 14 ++++++++++++++ 1 file changed, 14 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..90c322f --- /dev/null +++ b/redhat/rules-devel @@ -0,0 +1,14 @@ +$Summary = "Ivy League, a C++ library that implements the Ivy protocol."; +$Name = "ivy-league-devel"; +$Copyright = "GPL"; +$Vendor = "Centre d'Etudes de la Navigation Aerienne"; +$Distribution = "Ivy"; +$Group = "Development/Libraries"; +$Url = "http://www.tls.cena.fr/divisions/PII/"; +$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 -v 2 redhat/files - "; +$Description = "This contains the headers and static libraries necessary for +developping and debugging applications that use the Ivy League C++ library."; + -- cgit v1.1