summaryrefslogtreecommitdiff
path: root/redhat/rules
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/rules')
-rw-r--r--redhat/rules21
1 files changed, 0 insertions, 21 deletions
diff --git a/redhat/rules b/redhat/rules
deleted file mode 100644
index d5d7603..0000000
--- a/redhat/rules
+++ /dev/null
@@ -1,21 +0,0 @@
-$Summary = "Ivy, C interface";
-$Name = "ivy-c";
-$Copyright = "CENA";
-$Vendor = "Centre d'Etudes de la Navigation Aerienne";
-$Distribution = "Toccata";
-$Group = "System Environment/Libraries";
-$Url = "http://www.tls.cena.fr/products/ivy";
-$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 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 - ";
-
-$Install = "rm -Rf \$RPM_BUILD_ROOT
-cd src
-make PREFIX=\$RPM_BUILD_ROOT install
-cd ..
-(find \$RPM_BUILD_ROOT -type f -print; find \$RPM_BUILD_ROOT -type l -print) | sed \"s\@^\$RPM_BUILD_ROOT\@\@g\" | grep -v perllocal.pod | grep -v .packlist > $Name-\%{version}-filelist";