Accepting request 40518 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/nautilus via accept of submit request 40518 revision 3. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/40518 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=97
This commit is contained in:
parent
f91205d10f
commit
17fe3f63d5
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 23 15:34:41 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Change libbeagle-devel BuildRequires to tracker-devel on 11.3 and
|
||||||
|
later as part of our move away from beagle. This is fate#307899.
|
||||||
|
Note that nautilus loads the backend at runtime, so the
|
||||||
|
BuildRequires is not really needed, except that it's useful for
|
||||||
|
us, packagers, to remember that's what we want.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 29 14:32:08 CEST 2010 - dimstar@opensuse.org
|
Thu Apr 29 14:32:08 CEST 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# Starting with openSUSE 11.3 we use tracker instead of beagle
|
||||||
|
%define use_tracker 0%{suse_version} >= 1130
|
||||||
|
|
||||||
Name: nautilus
|
Name: nautilus
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -26,11 +26,15 @@ BuildRequires: gnome-icon-theme
|
|||||||
BuildRequires: gnome-patch-translation
|
BuildRequires: gnome-patch-translation
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libbeagle-devel
|
|
||||||
BuildRequires: libexempi-devel
|
BuildRequires: libexempi-devel
|
||||||
BuildRequires: libexif-devel
|
BuildRequires: libexif-devel
|
||||||
BuildRequires: libunique-devel
|
BuildRequires: libunique-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
%if %use_tracker
|
||||||
|
BuildRequires: tracker-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: libbeagle-devel
|
||||||
|
%endif
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user