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=627638

Terje Røsten <[email protected]> changed:

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

--- Comment #3 from Terje Røsten <[email protected]> 2010-08-29 14:03:07 
EDT ---
Just a small tip, using --prefix option in git archive and xz (to save som
bytes):

$ git archive --format=tar --prefix=%{name}-%{version}/ | xz -c >
git2cl-2.0.tar.xz

the -c option to %setup can then be removed. 

mkdir can be removed (if you like) by adding the -D option to install:

install -p -D -m 755 git2cl $RPM_BUILD_ROOT%{_bindir}/git2cl

-- 
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