Accepting request 211103 from graphics
Fix build in Factory - Own %{_datadir}/omf: scrollkeeper used to own this, but with the switch to rarian we have to care of it ourselves. (forwarded request 211102 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/211103 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtkam?expand=0&rev=20
This commit is contained in:
commit
c016a5dc6e
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 16 18:06:38 UTC 2013 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Own %{_datadir}/omf: scrollkeeper used to own this, but with the
|
||||||
|
switch to rarian we have to care of it ourselves.
|
||||||
|
- Drop scrollkeeper BuildRequires as this was only here to own the
|
||||||
|
above mentioned directory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 11 19:53:41 UTC 2012 - p.drouand@gmail.com
|
Tue Sep 11 19:53:41 UTC 2012 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gtkam
|
# spec file for package gtkam
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,8 +24,6 @@ BuildRequires: libexif-gtk-devel
|
|||||||
BuildRequires: libgnomeui-devel
|
BuildRequires: libgnomeui-devel
|
||||||
BuildRequires: libgphoto2-devel
|
BuildRequires: libgphoto2-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
# FIXME: Only for /usr/share/omf directory ownership
|
|
||||||
BuildRequires: scrollkeeper
|
|
||||||
Summary: A GTK Digital Camera Tool
|
Summary: A GTK Digital Camera Tool
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Hardware/Camera
|
Group: Hardware/Camera
|
||||||
@ -83,6 +81,7 @@ rm -r $RPM_BUILD_ROOT%{_datadir}/doc/gtkam
|
|||||||
%{_datadir}/gtkam
|
%{_datadir}/gtkam
|
||||||
# FIXME: There is no generic %{_datadir}/images. Better would be %{_datadir}/pixmaps (upstream problem).
|
# FIXME: There is no generic %{_datadir}/images. Better would be %{_datadir}/pixmaps (upstream problem).
|
||||||
%dir %{_datadir}/images
|
%dir %{_datadir}/images
|
||||||
|
%dir %{_datadir}/omf
|
||||||
%{_datadir}/images/gtkam
|
%{_datadir}/images/gtkam
|
||||||
%{_datadir}/pixmaps/gtkam.png
|
%{_datadir}/pixmaps/gtkam.png
|
||||||
%{_datadir}/pixmaps/gtkam-camera.png
|
%{_datadir}/pixmaps/gtkam-camera.png
|
||||||
|
Loading…
x
Reference in New Issue
Block a user