summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsc1999-02-20 16:09:19 +0000
committersc1999-02-20 16:09:19 +0000
commit9f6562e1a8fc0ffce6bf20ba463bafa821f722f5 (patch)
tree5feeab264419dfe18546e37b69ec395fb7170267
parentd5bbcf31591f254ff81d5c73e80feb71e66daad7 (diff)
downloadivy-c-9f6562e1a8fc0ffce6bf20ba463bafa821f722f5.zip
ivy-c-9f6562e1a8fc0ffce6bf20ba463bafa821f722f5.tar.gz
ivy-c-9f6562e1a8fc0ffce6bf20ba463bafa821f722f5.tar.bz2
ivy-c-9f6562e1a8fc0ffce6bf20ba463bafa821f722f5.tar.xz
Updated dependency list,
Made a lot of packages...
-rw-r--r--redhat/ivy-c.tmpl21
1 files changed, 20 insertions, 1 deletions
diff --git a/redhat/ivy-c.tmpl b/redhat/ivy-c.tmpl
index 799f437..2184052 100644
--- a/redhat/ivy-c.tmpl
+++ b/redhat/ivy-c.tmpl
@@ -10,9 +10,28 @@ $Source = "$Name-$Version.tar.gz";
$Url = "http://www.cenatoulouse.dgac.fr/";
$BuildArchitectures = "i386";
$BuildRoot = "/var/tmp/ivy-c-buildroot/";
-$Requires = "utils-c";
$Description = "Ivy, C interface";
@ChangeLog = ("\n");
1;
+push @ChangeLog, '* Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
+- Generation of ivy-c-3.0-2
+- New version 3.0, with new syntax for bus specification.
+
+';
+push @ChangeLog, '* Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
+- Generation of ivy-c-3.0-3
+- New Makefile with major and minor numbers
+
+';
+push @ChangeLog, '* Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
+- Generation of ivy-c-3.0-4
+- First attempt to fix dependencies
+
+';
+push @ChangeLog, '* Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
+- Generation of ivy-c-3.0-5
+- Fixed Makefile: added links for shared libs
+
+';