Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=551651
Terje Røsten terjeros@phys.ntnu.no changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |terjeros@phys.ntnu.no
--- Comment #7 from Terje Røsten terjeros@phys.ntnu.no 2010-01-04 03:53:32 EDT --- Your source url is wrong, use
http://downloads.sourceforge.net, not a specific mirror and %{version} macro:
http://downloads.sourceforge.net/project/arpon/arpon/ArpON-%%7Bversion%7D/Ar...
Download with wget -N to get correct timestamp on tarball.
Ref: https://fedoraproject.org/wiki/Packaging:SourceURL
%{__install} -pm 755 -d %{buildroot}%{_sbindir} %{__install} -pm 755 -d %{buildroot}%{_mandir}/man8/ %{__install} -pm 755 arpon %{buildroot}%{_sbindir} %{__install} -pm 644 man8/arpon.8 %{buildroot}%{_mandir}/man8/
Could be done as
%{__install} -D -pm 755 arpon %{buildroot}%{_sbindir}/arpon %{__install} -D -pm 644 man8/arpon.8 %{buildroot}%{_mandir}/man8/arpon.8