summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redhat/changelog17
-rw-r--r--redhat/files3
-rw-r--r--redhat/rules-devel2
3 files changed, 18 insertions, 4 deletions
diff --git a/redhat/changelog b/redhat/changelog
index 5347305..ba7775f 100644
--- a/redhat/changelog
+++ b/redhat/changelog
@@ -79,4 +79,21 @@ $ChangeLog = ' * Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- Generation of version 3.6-1
- updates redhat files to coorect rules file for rpmize
+ * Tue Sep 7 2004 Alexandre Bustico <bustico@cena.fr>
+- Generation of version 3.6-1
+- update rules file
+
+ * Tue Sep 7 2004 Alexandre Bustico <bustico@cena.fr>
+- Generation of version 3.6-1
+
+ * Tue Sep 7 2004 Alexandre Bustico <bustico@cena.fr>
+- Generation of version 3.6-1
+- no more libgtkivy, replaced by libgivy, changing redhat/files rules to take change
+
+ * Tue Sep 7 2004 Alexandre Bustico <bustico@cena.fr>
+- Generation of version 3.6-1
+
+ * Tue Sep 7 2004 Alexandre Bustico <bustico@cena.fr>
+- Generation of version 3.6-1
+
';
diff --git a/redhat/files b/redhat/files
index eacd693..3c3fca5 100644
--- a/redhat/files
+++ b/redhat/files
@@ -10,9 +10,6 @@
/usr/man/man1/ivyprobe.1
/usr/X11R6/bin/ivygtkprobe
/usr/X11R6/bin/ivyxtprobe
-/usr/X11R6/lib/libgtkivy.so
-/usr/X11R6/lib/libgtkivy.so.3
-/usr/X11R6/lib/libgtkivy.so.3.6
/usr/X11R6/lib/libxtivy.so
/usr/X11R6/lib/libxtivy.so.3
/usr/X11R6/lib/libxtivy.so.3.6
diff --git a/redhat/rules-devel b/redhat/rules-devel
index 2b25790..04bfa0e 100644
--- a/redhat/rules-devel
+++ b/redhat/rules-devel
@@ -7,7 +7,7 @@ $Group = "Development/Libraries";
$Url = "http://www.tls.cena.fr/divisions/PII/";
$BuildArchitectures = "i586";
$Requires = "ivy-c = \%{version}-\%{release} " .
- "glibc-devel libgtk+1.2-devel libglib2-devel libxfree86-devel tcl-devel" ;
+ "glibc-devel libpcre0-devel libgtk+1.2-devel libglib2-devel libxfree86-devel tcl-devel" ;
undef $FindFiles;
undef $Install ;