[Bug 188359] Review Request: bugzilla - bug tracking tool

bugzilla at redhat.com bugzilla at redhat.com
Tue May 23 01:00:58 UTC 2006


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 nkadel at comcast.net  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.




More information about the Fedora-package-review mailing list