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=766932 Terje Røsten <terjeros@xxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |terjeros@xxxxxxxxxxxx --- Comment #1 from Terje Røsten <terjeros@xxxxxxxxxxxx> 2011-12-13 08:21:25 EST --- > Requires: python # Might not needed, rpm find requirement of /usr/bin/python any way. >mkdir -p $RPM_BUILD_ROOT/usr/bin >mkdir -p $RPM_BUILD_ROOT/usr/share/man/man1 >install -m755 -p src/icfg $RPM_BUILD_ROOT/usr/bin/icfg > install -m644 -p doc/icfg.1 $RPM_BUILD_ROOT/usr/share/man/man1/icfg.1 # Would use macros and -D option and reduce to: install -m755 -D -p src/icfg $RPM_BUILD_ROOT%{_bindir}/icfg install -m644 -D -p doc/icfg.1 $RPM_BUILD_ROOT%{_mandir}/man1/icfg.1 # Copyright headers missing in icfg script, add? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review