[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] [CQ3-OSS] Files missing from RPM specs
- Subject: [cobalt-developers] [CQ3-OSS] Files missing from RPM specs
- From: Anders <andersb@xxxxxxxxxxx>
- Date: Wed Jul 23 02:23:00 2003
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
(Compiling the Sausalito modules on RedHat)
Recent versions of RPM complain if there
are any files left in the RPM_BUILD_ROOT,
that are not actually included in the RPM...
Here is a patch to include some missing files:
--- cce/DEV_4000WGML/cce/sausalito-cce.spec.in.orig 2000-10-07
11:33:00.000000000 +0200
+++ cce/DEV_4000WGML/cce/sausalito-cce.spec.in 2003-07-19
09:36:02.000000000 +0200
@@ -91,6 +91,7 @@
/usr/sausalito/bin/cce_construct
/usr/sausalito/bin/cceclient
/usr/sausalito/lib/*.so*
+/usr/sausalito/lib/*.a
/usr/sausalito/include/*
/usr/sausalito/ui/libPhp/*
/usr/sausalito/perl/*
--- mendo/i18n/sausalito-i18n.spec.in.orig 2001-07-20
05:43:23.000000000 +0200
+++ mendo/i18n/sausalito-i18n.spec.in 2003-07-19 09:42:52.000000000 +0200
@@ -47,6 +47,7 @@
%defattr(-,root,root)
/usr/sausalito/lib/*.a
/usr/sausalito/include/cce/*.h
+/usr/sausalito/ui/web/*.php
%post
# only run on install, not upgrade
For the build scripts to run as intended,
you also need to set up RPM to except build
commands to "rpm" as well as to "rpmbuild":
See http://www.rpm.org/hintskinks/rpmbuild/
--anders