summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchatty2000-07-11 14:46:18 +0000
committerchatty2000-07-11 14:46:18 +0000
commit72d7d3b9c6f9daae3fb388e037faf3854f5f63dc (patch)
tree316072ce263ae0b0924e241b9d03c502063fc993
parent23abb4b87c7e40ed259dd02f653516f60e55ade4 (diff)
downloadfvwmivyrelay-72d7d3b9c6f9daae3fb388e037faf3854f5f63dc.zip
fvwmivyrelay-72d7d3b9c6f9daae3fb388e037faf3854f5f63dc.tar.gz
fvwmivyrelay-72d7d3b9c6f9daae3fb388e037faf3854f5f63dc.tar.bz2
fvwmivyrelay-72d7d3b9c6f9daae3fb388e037faf3854f5f63dc.tar.xz
Prepared for future RPM package-making
-rw-r--r--redhat/changelog7
-rw-r--r--redhat/rules17
2 files changed, 24 insertions, 0 deletions
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. ";
+