[Slim-Checkins] r10123 -
/trunk/platforms/fedora/SPECS/slimserver.spec
robin at svn.slimdevices.com
robin at svn.slimdevices.com
Sun Oct 1 03:00:54 PDT 2006
Author: robin
Date: Sun Oct 1 03:00:50 2006
New Revision: 10123
URL: http://svn.slimdevices.com?rev=10123&view=rev
Log:
Disable debuginfo packages.
The rpmbuild failed for me on FC5 with this error:
Processing files: slimserver-6.5.0-1
Processing files: slimserver-debuginfo-6.5.0-1
error: Could not open %files file /home/robin/rpmbuild/BUILD/SlimServer_v6.5.0/debugfiles.list: No such file or directory
RPM build errors:
Could not open %files file /home/robin/rpmbuild/BUILD/SlimServer_v6.5.0/debugfiles.list: No such file or directory
Disabling the debuginfo packages fixed this error for me, although it might not be the best way round this.
Modified:
trunk/platforms/fedora/SPECS/slimserver.spec
Modified: trunk/platforms/fedora/SPECS/slimserver.spec
URL: http://svn.slimdevices.com/trunk/platforms/fedora/SPECS/slimserver.spec?rev=10123&r1=10122&r2=10123&view=diff
==============================================================================
--- trunk/platforms/fedora/SPECS/slimserver.spec (original)
+++ trunk/platforms/fedora/SPECS/slimserver.spec Sun Oct 1 03:00:50 2006
@@ -4,6 +4,9 @@
# Slimdevices generic Linux RPM disables stripping, not sure why
%define __spec_install_post /usr/lib/rpm/brp-compress
+
+# Don't build debuginfo packages
+%define debug_package %{nil}
Name: slimserver
Packager: Slim Devices <support at slimdevices.com>
More information about the checkins
mailing list