summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsc2000-07-05 12:07:12 +0000
committersc2000-07-05 12:07:12 +0000
commit95b276a21524a4d7e09c02c93a4340506a01d23b (patch)
tree2a6af5edf5d354b70689e93247e3e2b2eeb1c796
parent94c54d7e37597d7001262f04ae4f8f51cb14bf95 (diff)
downloadivy-c-95b276a21524a4d7e09c02c93a4340506a01d23b.zip
ivy-c-95b276a21524a4d7e09c02c93a4340506a01d23b.tar.gz
ivy-c-95b276a21524a4d7e09c02c93a4340506a01d23b.tar.bz2
ivy-c-95b276a21524a4d7e09c02c93a4340506a01d23b.tar.xz
There are now two packages, ivy-c and ivy-c-devel, thanks to
the new features of rpmize 3.2
-rw-r--r--redhat/changelog7
-rw-r--r--redhat/files19
-rw-r--r--redhat/rules8
-rw-r--r--redhat/rules-devel15
4 files changed, 46 insertions, 3 deletions
diff --git a/redhat/changelog b/redhat/changelog
index 81ce287..60e588c 100644
--- a/redhat/changelog
+++ b/redhat/changelog
@@ -1,5 +1,5 @@
$Version = "3.2";
-$Release = 1;
+$Release = 2;
$ChangeLog = ' * Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- Generation of ivy-c-3.0-2
@@ -25,4 +25,9 @@ $ChangeLog = ' * Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- Generation of ivy-c-3.2-1
- First package with new version of rpmize. This is ivy-c 3.2
+ * Tue Jul 4 2000 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.2-2
+- First packages made with rpmize 3.1
+- Separation between ivy-c and ivy-c-devel
+
';
diff --git a/redhat/files b/redhat/files
new file mode 100644
index 0000000..1d0bca6
--- /dev/null
+++ b/redhat/files
@@ -0,0 +1,19 @@
+/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.2
+/usr/X11R6/lib/libtclivy.so
+/usr/X11R6/lib/libtclivy.so.3
+/usr/X11R6/lib/libxtivy.so
+/usr/X11R6/lib/libxtivy.so.3
+/usr/X11R6/lib/libxtivy.so.3.2
+/usr/bin/ivyprobe
+/usr/lib/libgivy.so
+/usr/lib/libgivy.so.3
+/usr/lib/libgivy.so.3.2
+/usr/lib/libivy.so
+/usr/lib/libivy.so.3
+/usr/lib/libivy.so.3.2
+/usr/lib/libtclivy.so
+/usr/lib/libtclivy.so.3.2
diff --git a/redhat/rules b/redhat/rules
index 2c0d8a9..201fbaf 100644
--- a/redhat/rules
+++ b/redhat/rules
@@ -3,8 +3,12 @@ $Name = "ivy-c";
$Copyright = "CENA";
$Vendor = "Centre d'Etudes de la Navigation Aerienne";
$Distribution = "Toccata";
-$Group = "Libraries";
+$Group = "System Environment/Libraries";
$Url = "http://www.tls.cena.fr/divisions/PII/";
$BuildArchitectures = "i386";
-$Description = "Ivy, C interface";
+$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 - ";
+$Description = "This is the C library that implements the
+connection to the Ivy software bus developed at CENA";
diff --git a/redhat/rules-devel b/redhat/rules-devel
new file mode 100644
index 0000000..f79a983
--- /dev/null
+++ b/redhat/rules-devel
@@ -0,0 +1,15 @@
+$Summary = "Ivy, development files for the C interface";
+$Name = "ivy-c-devel";
+$Copyright = "CENA";
+$Vendor = "Centre d'Etudes de la Navigation Aerienne";
+$Distribution = "Toccata";
+$Group = "Development/Libraries";
+$Url = "http://www.tls.cena.fr/divisions/PII/";
+$BuildArchitectures = "i386";
+$Requires = "ivy-c = \%{version}-\%{release}";
+$FindFiles = "(find \$RPM_BUILD_ROOT -type f -print ; ".
+ "find \$RPM_BUILD_ROOT -type l -print) | sed \"s\@^\$RPM_BUILD_ROOT\@\@g\"".
+ "| sort | join -v 2 redhat/files - ";
+$Description = "This contains the headers and static libraries necessary for
+developping and debugging applications that use the Ivy C library.";
+