summaryrefslogtreecommitdiff
path: root/redhat/rules-devel
diff options
context:
space:
mode:
authorbustico2004-09-03 09:46:57 +0000
committerbustico2004-09-03 09:46:57 +0000
commit64ebb941ad11cdb31a305a66f25ceb774536357e (patch)
tree9c329f3993db8973f186b2d6fb4874512f296ae6 /redhat/rules-devel
parent12751e3fc02e45da1198b82dadf83fe861ebfd1e (diff)
downloadivy-c-64ebb941ad11cdb31a305a66f25ceb774536357e.zip
ivy-c-64ebb941ad11cdb31a305a66f25ceb774536357e.tar.gz
ivy-c-64ebb941ad11cdb31a305a66f25ceb774536357e.tar.bz2
ivy-c-64ebb941ad11cdb31a305a66f25ceb774536357e.tar.xz
redhat files have been updated to permit an automatised packaging of ivy-c
with the rpmize tool
Diffstat (limited to 'redhat/rules-devel')
-rw-r--r--redhat/rules-devel12
1 files changed, 7 insertions, 5 deletions
diff --git a/redhat/rules-devel b/redhat/rules-devel
index f79a983..2b25790 100644
--- a/redhat/rules-devel
+++ b/redhat/rules-devel
@@ -5,11 +5,13 @@ $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 - ";
+$BuildArchitectures = "i586";
+$Requires = "ivy-c = \%{version}-\%{release} " .
+ "glibc-devel libgtk+1.2-devel libglib2-devel libxfree86-devel tcl-devel" ;
+
+undef $FindFiles;
+undef $Install ;
+
$Description = "This contains the headers and static libraries necessary for
developping and debugging applications that use the Ivy C library.";