Hi,
trying to rebuild oscar packages with oscar-packager
on fc11 I have encountered a number of failure when building rpms.
It seems connected to the definition of the spec.in file.

For instance applying the following patch for oda package :
--- oda.spec.in (revision 8726)
+++ oda.spec.in (working copy)
@@ -28,9 +28,9 @@
 %setup -n %{name}
 
 %build
-make install DESTDIR=$RPM_BUILD_ROOT
 
 %install 
+make install DESTDIR=$RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)

fix the problem.

Same apply for configurator


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to