packages (DEVEL): gimp/gimp.spec - fixed python bcond (error when removing ...
wrobell
wrobell at pld-linux.org
Wed Apr 18 20:56:36 CEST 2012
Author: wrobell Date: Wed Apr 18 18:56:36 2012 GMT
Module: packages Tag: DEVEL
---- Log message:
- fixed python bcond (error when removing python files while building
without python)
---- Files affected:
packages/gimp:
gimp.spec (1.316.2.13 -> 1.316.2.14)
---- Diffs:
================================================================
Index: packages/gimp/gimp.spec
diff -u packages/gimp/gimp.spec:1.316.2.13 packages/gimp/gimp.spec:1.316.2.14
--- packages/gimp/gimp.spec:1.316.2.13 Wed Apr 18 20:55:26 2012
+++ packages/gimp/gimp.spec Wed Apr 18 20:56:31 2012
@@ -333,7 +333,9 @@
# Remove obsolete files
%{__rm} $RPM_BUILD_ROOT%{_libdir}/gimp/%{mver}/modules/*.{a,la}
+%if %{with python}
%{__rm} $RPM_BUILD_ROOT%{_libdir}/gimp/%{mver}/python/*.{a,la,py}
+%endif
%find_lang %{name} --all-name
@@ -507,6 +509,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.316.2.14 2012/04/18 18:56:31 wrobell
+- fixed python bcond (error when removing python files while building
+ without python)
+
Revision 1.316.2.13 2012/04/18 18:55:26 wrobell
- gnomevfs is not supported by gimp 2.8 (recommit)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/gimp/gimp.spec?r1=1.316.2.13&r2=1.316.2.14
More information about the pld-cvs-commit
mailing list