Closed
Bug 4138
Opened 26 years ago
Closed 26 years ago
SRPM build problem (spec file incorrect)
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M5
People
(Reporter: knotwell, Assigned: leaf)
Details
I searched the buglist, but didn't find anything.
The spec file has the following lines:
###NOTE: the following lines "broke" in the editor
### it should really only be two
cp -rpv /etc/netscape/scripts/mozilla-viewer.sh
$RPM_BUILD_ROOT/usr/bin/mozilla-viewer
cp -rpv /etc/netscape/scripts/mozilla-apprunner.sh
$RPM_BUILD_ROOT/usr/bin/mozilla-apprunner
My guess would be that these files should be in the source RPM (they don't
appear to be) or they're misnamed. Similarly, the hard code finding them at
/etc/netscape is probably incorrect as well.
Thought you'd like to know.
--Brad
Also has references to /builds/tmp at the top, and needs %attr to be changed to
%defattr in the first line of each %files section to be correct for non-root
builds.
Assignee | ||
Comment 3•26 years ago
|
||
Some of the problems were fixed (srpms for m3 can build now). Not all, though.
Still needs work for m4.
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•26 years ago
|
||
I think this bug has been fixed in the m4 srpms. can you verify?
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 6•26 years ago
|
||
I've heard no complaints about the m4 srpms, marking verified.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•