diff options
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/changelog | 14 | ||||
-rw-r--r-- | redhat/rules | 11 |
2 files changed, 25 insertions, 0 deletions
diff --git a/redhat/changelog b/redhat/changelog new file mode 100644 index 0000000..70c7c1f --- /dev/null +++ b/redhat/changelog @@ -0,0 +1,14 @@ +$Version = "0.9.4"; +$Release = 2; + +$ChangeLog = ' + + * Fri Mar 8 2002 Stéphane Chatty <chatty@cena.fr> +- Generation of version 0.9.4-1 +- First rpm package + + * Fri Mar 8 2002 Stéphane Chatty <chatty@cena.fr> +- Generation of version 0.9.4-2 +- First rpm package + +'; diff --git a/redhat/rules b/redhat/rules new file mode 100644 index 0000000..95105ac --- /dev/null +++ b/redhat/rules @@ -0,0 +1,11 @@ +$Summary = "Ivymon, a graphical application for monitoring Ivy"; +$Name = "ivymon"; +$Copyright = "GPL"; +$Distribution = "Ivy"; +$Group = "System Environment/Libraries"; +$Url = "http://www.tls.cena.fr/products/ivy"; +$Requires = "perl-Net-Ivy >= 4.5, perl-Tk"; +$BuildArchitectures = "noarch"; +$Description = "Ivymon, a graphical application for monitoring Ivy buses."; + + |