Author: ghibo
Date: Sun Feb 18 18:08:08 2007
New Revision: 122437

Modified:
   packages/cooker/cinepaint/current/SPECS/cinepaint.spec

Log:
- fixed %%install stage.


Modified: packages/cooker/cinepaint/current/SPECS/cinepaint.spec
==============================================================================
--- packages/cooker/cinepaint/current/SPECS/cinepaint.spec      (original)
+++ packages/cooker/cinepaint/current/SPECS/cinepaint.spec      Sun Feb 18 
18:08:08 2007
@@ -4,7 +4,7 @@
 %define revision  21
 
 %define ver    %{major}.%{revision}
-%define rel    %mkrel 1
+%define rel    %mkrel 2
 %define subver 2
 
 Summary: A tool for manipulating high-colordepth images
@@ -75,6 +75,7 @@
 %patch1 -p1 -b .app_procs
 %patch2 -p1 -b .openexr
 aclocal && autoconf && automake
+chmod +x ./mkinstalldirs
 
 %build
 %configure2_5x
@@ -82,7 +83,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+%makeinstall_std
 
 mkdir -p $RPM_BUILD_ROOT%{_menudir}
 cat > $RPM_BUILD_ROOT%{_menudir}/cinepaint <<EOF
@@ -134,6 +135,7 @@
 %{_mandir}/man1/cinepaint.1*
 %{_libdir}/cinepaint/%{ver}-%{subver}/*
 %{_datadir}/cinepaint/%{ver}-%{subver}/*
+%{_libdir}/python*/site-packages/*
 %{_menudir}/cinepaint
 %{_datadir}/pixmaps/*.png
 %if %{mdkversion} >= 200610

Reply via email to