Removed "install" and "metadata" from the Requires list. Not sure
authorMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 22 Oct 2007 16:49:40 +0000 (16:49 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 22 Oct 2007 16:49:40 +0000 (16:49 +0000)
where those came from in the first place.

myplc-devel-native.spec

index 0385b2a..c1a8bcb 100644 (file)
@@ -41,7 +41,6 @@ Requires: gperf
 Requires: gzip
 Requires: httpd
 Requires: inotify-tools-devel
-Requires: install
 Requires: iptables
 Requires: less
 Requires: libpcap
@@ -50,7 +49,6 @@ Requires: libtool
 Requires: linuxdoc-tools
 Requires: mailx
 Requires: make
-Requires: metadata
 Requires: mkisofs
 Requires: mod_python
 Requires: mod_ssl
@@ -109,10 +107,12 @@ necessary to compile MyPLC.
 %setup -q
 
 %build
+
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/etc
 
 %install
+
 touch $RPM_BUILD_ROOT/etc/myplc-devel-native
 
 %clean