diff -r 119553d296d2 -r c10fb90893b9 arpd/arpd.spec --- a/arpd/arpd.spec Thu Oct 04 20:26:02 2012 +0200 +++ b/arpd/arpd.spec Thu Oct 04 20:30:05 2012 +0200 @@ -32,7 +32,7 @@ Group: Mapping License: GNU Version: 0.2 -Release: 20080101 +Release: 20120800 # package options %option with_fsl yes @@ -44,16 +44,12 @@ Patch0: arpd.patch # build information -Prefix: %{l_prefix} -BuildRoot: %{l_buildroot} -BuildPreReq: OpenPKG, openpkg >= 20060823, libdnet, libpcap, libevent, gcc, make -PreReq: OpenPKG, openpkg >= 20060823, libdnet, libpcap, libevent +BuildPreReq: OpenPKG, openpkg >= 20100101, libdnet, libpcap, libevent, gcc, make +PreReq: OpenPKG, openpkg >= 20100101, libdnet, libpcap, libevent %if "%{with_fsl}" == "yes" BuildPreReq: fsl PreReq: fsl %endif -AutoReq: no -AutoReqProv: no %description Arpd is an Address Resolution Protocol (ARP) daemon which replies to @@ -98,8 +94,6 @@ %{l_make} %{l_mflags} %install - rm -rf $RPM_BUILD_ROOT - # create directories %{l_shtool} mkdir -f -p -m 755 \ $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d \ @@ -125,7 +119,6 @@ %files -f files %clean - rm -rf $RPM_BUILD_ROOT %pre # before upgrade, save status and stop service