summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchatty2000-07-12 18:16:33 +0000
committerchatty2000-07-12 18:16:33 +0000
commit2f55d565b8fd9501757e343e4facc67b2e78888e (patch)
tree8ed8cace240cc7228307d923a83073c294de7d1d
parent95b276a21524a4d7e09c02c93a4340506a01d23b (diff)
downloadivy-c-2f55d565b8fd9501757e343e4facc67b2e78888e.zip
ivy-c-2f55d565b8fd9501757e343e4facc67b2e78888e.tar.gz
ivy-c-2f55d565b8fd9501757e343e4facc67b2e78888e.tar.bz2
ivy-c-2f55d565b8fd9501757e343e4facc67b2e78888e.tar.xz
The ivyprobe man page is now in the main package
The URL has been fixed
-rw-r--r--redhat/changelog7
-rw-r--r--redhat/files1
-rw-r--r--redhat/rules2
3 files changed, 8 insertions, 2 deletions
diff --git a/redhat/changelog b/redhat/changelog
index 60e588c..1bb3ed2 100644
--- a/redhat/changelog
+++ b/redhat/changelog
@@ -1,5 +1,5 @@
$Version = "3.2";
-$Release = 2;
+$Release = 3;
$ChangeLog = ' * Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- Generation of ivy-c-3.0-2
@@ -30,4 +30,9 @@ $ChangeLog = ' * Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- First packages made with rpmize 3.1
- Separation between ivy-c and ivy-c-devel
+ * Wed Jul 12 2000 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.2-3
+- The ivyprobe man page is now part of the main package
+- The URL has been fixed
+
';
diff --git a/redhat/files b/redhat/files
index 1d0bca6..9d40332 100644
--- a/redhat/files
+++ b/redhat/files
@@ -17,3 +17,4 @@
/usr/lib/libivy.so.3.2
/usr/lib/libtclivy.so
/usr/lib/libtclivy.so.3.2
+/usr/man/man1/ivyprobe.1
diff --git a/redhat/rules b/redhat/rules
index 201fbaf..8593c94 100644
--- a/redhat/rules
+++ b/redhat/rules
@@ -4,7 +4,7 @@ $Copyright = "CENA";
$Vendor = "Centre d'Etudes de la Navigation Aerienne";
$Distribution = "Toccata";
$Group = "System Environment/Libraries";
-$Url = "http://www.tls.cena.fr/divisions/PII/";
+$Url = "http://www.tls.cena.fr/products/ivy";
$BuildArchitectures = "i386";
$FindFiles = "(find \$RPM_BUILD_ROOT -type f -print ; ".
"find \$RPM_BUILD_ROOT -type l -print) | sed \"s\@^\$RPM_BUILD_ROOT\@\@g\"".