summaryrefslogtreecommitdiff
path: root/redhat
diff options
context:
space:
mode:
authorbustico2004-09-07 11:13:10 +0000
committerbustico2004-09-07 11:13:10 +0000
commitf88e6b8c04f5f023566001a7f8503cb2ea82b463 (patch)
tree6788d75378685f0cf66c221e7eaae829275398ee /redhat
parent8fd9d27230bfd89012f7ac255d0f45a139c8eb80 (diff)
downloadivy-c-f88e6b8c04f5f023566001a7f8503cb2ea82b463.zip
ivy-c-f88e6b8c04f5f023566001a7f8503cb2ea82b463.tar.gz
ivy-c-f88e6b8c04f5f023566001a7f8503cb2ea82b463.tar.bz2
ivy-c-f88e6b8c04f5f023566001a7f8503cb2ea82b463.tar.xz
pcre and libpcre dependance added
Diffstat (limited to 'redhat')
-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 ;