Accepting request 435386 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/435386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-desktop?expand=0&rev=133
This commit is contained in:
Dominique Leuenberger 2016-10-18 08:29:53 +00:00 committed by Git OBS Bridge
commit 5b2ffb1de7
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cff36ccd8d0a62177a4c1513ec70d13ead3b84fdc208ba54199cf7616f05644d
size 1073364

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6458add4fc3a81fbd9a63db90de22a1e3a62644c1bfd1aca042c43836195aab2
size 1072872

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Oct 10 19:49:30 UTC 2016 - zaitor@opensuse.org
- Update to version 3.22.1:
+ Updated translations.
- Conditionally apply translations-update-upstream BuildRequires
and macro for non-openSUSE only.
- Stop passing V=1 to make, we do debugging locally.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 19 19:27:01 UTC 2016 - zaitor@opensuse.org Mon Sep 19 19:27:01 UTC 2016 - zaitor@opensuse.org

View File

@ -19,7 +19,7 @@
%define IS_DEFAULT_GNOME_DESKTOP 1 %define IS_DEFAULT_GNOME_DESKTOP 1
Name: gnome-desktop Name: gnome-desktop
Version: 3.22.0 Version: 3.22.1
Release: 0 Release: 0
Summary: The GNOME Desktop API Library Summary: The GNOME Desktop API Library
License: LGPL-2.1+ License: LGPL-2.1+
@ -30,7 +30,9 @@ Source99: baselibs.conf
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gobject-introspection-devel BuildRequires: gobject-introspection-devel
BuildRequires: intltool BuildRequires: intltool
%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream BuildRequires: translation-update-upstream
%endif
BuildRequires: yelp-tools BuildRequires: yelp-tools
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.33.0 BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.33.0
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0 BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
@ -122,7 +124,9 @@ reasons.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
%if !0%{?is_opensuse}
translation-update-upstream translation-update-upstream
%endif
%if 0%{?BUILD_FROM_VCS} %if 0%{?BUILD_FROM_VCS}
[ -x ./autogen.sh] && NOCONFIGURE=1 ./autogen.sh [ -x ./autogen.sh] && NOCONFIGURE=1 ./autogen.sh
@ -136,7 +140,7 @@ translation-update-upstream
%endif %endif
--with-gnome-distributor="SUSE" \ --with-gnome-distributor="SUSE" \
--disable-date-in-gnome-version --disable-date-in-gnome-version
make %{?_smp_mflags} V=1 make %{?_smp_mflags}
%install %install
%makeinstall %makeinstall