After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 165414 - %{_libdir}/galeon/components listed in RPM spec file
%{_libdir}/galeon/components listed in RPM spec file
Status: RESOLVED FIXED
Product: galeon
Classification: Deprecated
Component: general
1.3.19
Other Linux
: Normal normal
: 1.3.20
Assigned To: galeon-maint
galeon-maint
Depends on:
Blocks:
 
 
Reported: 2005-01-27 15:35 UTC by Derek Poon
Modified: 2005-01-27 18:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Derek Poon 2005-01-27 15:35:43 UTC
Run rpmbuild -tb galeon-1.3.19.tar.bz2
The build dies just before creating the RPM because %{_libdir}/galeon/components
is listed in the file list but doesn't exist in the buildroot.

Did /usr/lib/galeon/components disapper between 1.3.18 and 1.3.19?  In 1.3.18 it
contained libgaleon-xpcom.{la,so}.

If I remove %{_libdir}/galeon/components from the file list, the resulting RPM
works just fine.
Comment 1 Crispin Flowerday (not receiving bugmail) 2005-01-27 15:46:18 UTC
Wow, I'm amazed the spec file works with only one change :-)

The components dir did indeed dissappear between 1.3.18 and 1.3.19, I'll fix the
spec file in CVS tonight.
Comment 2 Tommi Komulainen 2005-01-27 16:09:04 UTC
Basically the spec file is not maintained at all as none of the developers
actually build rpms (to my knowledge.)  We'd appreciate if someone would have a
good look at it and update the build-dependencies and similar.  Should be easy
to automate in configure.in.  It already knows the version numbers, someone just
needs to know the package names and put them in .spec.in.
Comment 3 Crispin Flowerday (not receiving bugmail) 2005-01-27 18:49:00 UTC
I've fixed the components issue in CVS:

http://mail.gnome.org/archives/cvs-commits-list/2005-January/msg07287.html