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 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Terje Røsten <[email protected]> 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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to