From 72d7d3b9c6f9daae3fb388e037faf3854f5f63dc Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 11 Jul 2000 14:46:18 +0000 Subject: Prepared for future RPM package-making --- redhat/changelog | 7 +++++++ redhat/rules | 17 +++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 redhat/changelog create mode 100644 redhat/rules diff --git a/redhat/changelog b/redhat/changelog new file mode 100644 index 0000000..9bc5cb0 --- /dev/null +++ b/redhat/changelog @@ -0,0 +1,7 @@ +$Version = "0.1"; +$Release = 0; + +$ChangeLog = ' + +'; +1; diff --git a/redhat/rules b/redhat/rules new file mode 100644 index 0000000..524b30c --- /dev/null +++ b/redhat/rules @@ -0,0 +1,17 @@ +$Summary = "FvwmIvyRelay, a relay between Fvwm2 and an Ivy bus"; +$Name = "FvwmIvyRelay"; +$Copyright = "GPL"; +$Vendor = "CENA"; +$Url = "http://www.tls.cena.fr/ivy/"; +$Distribution = "Ivy"; +$Group = "Applications/ATC"; +$BuildArchitectures = "i386"; +$Requires = "ivy-c >= 3.0"; +$Description = "Fvwm2 has a module system that allows programmers +to develop additional features for the window manager, by programming +applications that talk with it through pipes. FvwmIvyRelay is such a +module, that serves as a bridge between Fvwm2 and applications connected +to an Ivy software bus. Applications can send requests to the window manager +through Ivy messages, and are notified of window events through other Ivy +messages. "; + -- cgit v1.1