Accepting request 73801 from GNOME:Apps
Fix build (forwarded request 73763 from vuntz) OBS-URL: https://build.opensuse.org/request/show/73801 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp?expand=0&rev=60
This commit is contained in:
parent
95952d9674
commit
5e163ccb3d
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 15 16:19:39 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Fix build on Factory, by not excluding the
|
||||||
|
libcontroller-linux-input.so module from the file list of the
|
||||||
|
main package when we build without hal. It was only excluded to
|
||||||
|
be part of a hal subpackage when there is the hal dependency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 12 00:14:35 CEST 2011 - vuntz@opensuse.org
|
Sun Jun 12 00:14:35 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -348,7 +348,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/gimp/2.0/environ/default.env
|
%{_libdir}/gimp/2.0/environ/default.env
|
||||||
%{_libdir}/gimp/2.0/interpreters/default.interp
|
%{_libdir}/gimp/2.0/interpreters/default.interp
|
||||||
%{_libdir}/gimp/2.0/modules/*.so
|
%{_libdir}/gimp/2.0/modules/*.so
|
||||||
|
%if %{build_hal}
|
||||||
%exclude %{_libdir}/gimp/2.0/modules/libcontroller-linux-input.so
|
%exclude %{_libdir}/gimp/2.0/modules/libcontroller-linux-input.so
|
||||||
|
%endif
|
||||||
%doc %{_mandir}/man?/gimp.*
|
%doc %{_mandir}/man?/gimp.*
|
||||||
%doc %{_mandir}/man?/gimp-2.?.*
|
%doc %{_mandir}/man?/gimp-2.?.*
|
||||||
%doc %{_mandir}/man?/gimp-console.*
|
%doc %{_mandir}/man?/gimp-console.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user