summaryrefslogtreecommitdiff
path: root/redhat
diff options
context:
space:
mode:
authorbustico2004-09-07 13:39:35 +0000
committerbustico2004-09-07 13:39:35 +0000
commita713fb80ed3ef52d2596239870ec5fcccf8d45c3 (patch)
treed92970445fde3b91e978702da8fbc33258c901d0 /redhat
parentec0d46312ba0999df57c231084ab792a4d009cee (diff)
downloadivy-c-a713fb80ed3ef52d2596239870ec5fcccf8d45c3.zip
ivy-c-a713fb80ed3ef52d2596239870ec5fcccf8d45c3.tar.gz
ivy-c-a713fb80ed3ef52d2596239870ec5fcccf8d45c3.tar.bz2
ivy-c-a713fb80ed3ef52d2596239870ec5fcccf8d45c3.tar.xz
*** empty log message ***
Diffstat (limited to 'redhat')
-rw-r--r--redhat/changelog5
-rw-r--r--redhat/rules2
2 files changed, 5 insertions, 2 deletions
diff --git a/redhat/changelog b/redhat/changelog
index ba7775f..f62ecb0 100644
--- a/redhat/changelog
+++ b/redhat/changelog
@@ -1,5 +1,5 @@
$Version = "3.6";
-$Release = 1;
+$Release = 2;
$ChangeLog = ' * Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- Generation of ivy-c-3.0-2
@@ -96,4 +96,7 @@ $ChangeLog = ' * Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
* 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-2
+
';
diff --git a/redhat/rules b/redhat/rules
index 33e815c..d5d7603 100644
--- a/redhat/rules
+++ b/redhat/rules
@@ -9,7 +9,7 @@ $BuildArchitectures = "i586";
$Description = "This is the C library that implements the
connection to the Ivy software bus developed at CENA";
$Requires = "ivy-c = \%{version}-\%{release} " .
- "glibc libgtk+1.2 libglib2 libxfree86 tcl" ;
+ "glibc libpcre libgtk+1.2 libglib2 libxfree86 tcl" ;
$FindFiles = "(find \$RPM_BUILD_ROOT -type f -print ; find \$RPM_BUILD_ROOT -type l -print) | sed \"s\@^\$RPM_BUILD_ROOT\@\@g\" | sort | join redhat/files - ";