From 95b276a21524a4d7e09c02c93a4340506a01d23b Mon Sep 17 00:00:00 2001 From: sc Date: Wed, 5 Jul 2000 12:07:12 +0000 Subject: There are now two packages, ivy-c and ivy-c-devel, thanks to the new features of rpmize 3.2 --- redhat/changelog | 7 ++++++- redhat/files | 19 +++++++++++++++++++ redhat/rules | 8 ++++++-- redhat/rules-devel | 15 +++++++++++++++ 4 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 redhat/files create mode 100644 redhat/rules-devel 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 - Generation of ivy-c-3.0-2 @@ -25,4 +25,9 @@ $ChangeLog = ' * Sat Feb 20 1999 St - 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 +- 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."; + -- cgit v1.1