Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: bugzilla - bug tracking tool


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=188359





------- Additional Comments From [EMAIL PROTECTED]  2006-05-22 20:53 EST -------
Evening, folks. I wrote a bugzilla SRPM myself a while back, that I'd be happy 
to send the .spec for, but yours is not bad.

However, rather than doing all explicit file naming and transfers and 
exclusions, why not use a tar to transfer everything to the target dir for 
installation, like this, then put the documentation and contrib directory in as 
a normal '%doc' set of files, like this?

%install
mkdir -p ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla

# Chicanery because bugzilla lacks an install tool
tar cf - . |
        tar xf - -C ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla \
            --exclude=CVS \
            --exclude=.cvsignore \
            --exclude=t \
            --exclude=README \
            --exclude=UPGRADING \
            --exclude=UPGRADING-pre-2.8 \
            --exclude=docs \
            --exclude=contrib

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to