From dc43b5dfa52acfaa8bb7782066c13949a252280e Mon Sep 17 00:00:00 2001 From: chatty Date: Fri, 8 Mar 2002 15:04:20 +0000 Subject: Added gear for rpm packages --- redhat/changelog | 14 ++++++++++++++ redhat/rules | 11 +++++++++++ src/Makefile | 21 +++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 redhat/changelog create mode 100644 redhat/rules create mode 100644 src/Makefile 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 +- Generation of version 0.9.4-1 +- First rpm package + + * Fri Mar 8 2002 Stéphane Chatty +- 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."; + + diff --git a/src/Makefile b/src/Makefile new file mode 100644 index 0000000..98c01dc --- /dev/null +++ b/src/Makefile @@ -0,0 +1,21 @@ +# +# Ivymon +# +# Copyright (C) 2002 +# Centre d'Études de la Navigation Aérienne +# +# Makefile +# +# Authors: Stéphane Chatty +# +# $Id$ +# +# + + + +all: + +install: + test -d $(PREFIX)/usr/bin || mkdirhier $(PREFIX)/usr/bin + install -m755 ivymon $(PREFIX)/usr/bin -- cgit v1.1