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:
commit
5b2ffb1de7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cff36ccd8d0a62177a4c1513ec70d13ead3b84fdc208ba54199cf7616f05644d
|
||||
size 1073364
|
3
gnome-desktop-3.22.1.tar.xz
Normal file
3
gnome-desktop-3.22.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6458add4fc3a81fbd9a63db90de22a1e3a62644c1bfd1aca042c43836195aab2
|
||||
size 1072872
|
@ -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
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define IS_DEFAULT_GNOME_DESKTOP 1
|
||||
|
||||
Name: gnome-desktop
|
||||
Version: 3.22.0
|
||||
Version: 3.22.1
|
||||
Release: 0
|
||||
Summary: The GNOME Desktop API Library
|
||||
License: LGPL-2.1+
|
||||
@ -30,7 +30,9 @@ Source99: baselibs.conf
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
%if !0%{?is_opensuse}
|
||||
BuildRequires: translation-update-upstream
|
||||
%endif
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.33.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
||||
@ -122,7 +124,9 @@ reasons.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%if !0%{?is_opensuse}
|
||||
translation-update-upstream
|
||||
%endif
|
||||
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
[ -x ./autogen.sh] && NOCONFIGURE=1 ./autogen.sh
|
||||
@ -136,7 +140,7 @@ translation-update-upstream
|
||||
%endif
|
||||
--with-gnome-distributor="SUSE" \
|
||||
--disable-date-in-gnome-version
|
||||
make %{?_smp_mflags} V=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
|
Loading…
Reference in New Issue
Block a user