Accepting request 292980 from GNOME:Factory

Scripted push of project GNOME:Next (forwarded request 292789 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/292980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-backgrounds?expand=0&rev=61
This commit is contained in:
Dominique Leuenberger 2015-03-30 17:21:47 +00:00 committed by Git OBS Bridge
commit d724d98b31
4 changed files with 50 additions and 22 deletions

View File

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

View File

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Mon Mar 23 17:21:25 UTC 2015 - dimstar@opensuse.org
- Update to version 3.16.0:
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 17 08:24:31 UTC 2015 - dimstar@opensuse.org
- Update to version 3.15.92:
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 3 08:43:27 UTC 2015 - dimstar@opensuse.org
- Update to version 3.15.91:
+ Updated translations.
-------------------------------------------------------------------
Mon Feb 16 21:13:03 UTC 2015 - dimstar@opensuse.org
- Update to version 3.15.90:
+ Updated translations.
-------------------------------------------------------------------
Thu Dec 18 02:05:58 UTC 2014 - zaitor@opensuse.org
- Update to version 3.15.2:
+ Updated default Adwaita wallpaper.
-------------------------------------------------------------------
Mon Oct 13 17:10:43 UTC 2014 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package gnome-backgrounds
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,47 +17,44 @@
Name: gnome-backgrounds
Version: 3.16.0
Release: 0
Summary: GNOME Backgrounds
License: GPL-2.0+
Group: System/GUI/GNOME
Url: http://www.gnome.org/
Source: http://download.gnome.org/sources/gnome-backgrounds/3.16/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: glib2-devel
BuildRequires: intltool
BuildRequires: translation-update-upstream
AutoReqProv: off
BuildArch: noarch
Version: 3.14.1
Release: 0
Source: http://download.gnome.org/sources/gnome-backgrounds/3.14/%{name}-%{version}.tar.xz
Url: http://www.gnome.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: GNOME Backgrounds
License: GPL-2.0+
Group: System/GUI/GNOME
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Background images from the GNOME project.
%lang_package
%prep
%setup -q
translation-update-upstream
%build
%configure
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
%install
%makeinstall
make DESTDIR=%{buildroot} install %{?_smp_mflags}
%if 0%{?suse_version} <= 1120
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
rm %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
%endif
mv $RPM_BUILD_ROOT/%{_datadir}/locale/sr@latin $RPM_BUILD_ROOT/%{_datadir}/locale/sr@Latn
mv %{buildroot}/%{_datadir}/locale/sr@latin %{buildroot}/%{_datadir}/locale/sr@Latn
# Change sr@Latn to sr@latin
mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@latin
%find_lang %{name} %{?no_lang_C}
%fdupes -s %buildroot
%clean
rm -rf $RPM_BUILD_ROOT
%fdupes -s %{buildroot}
%files
%defattr(-, root, root)
@ -66,5 +63,6 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/backgrounds/
%files lang -f %{name}.lang
%defattr(-,root,root)
%changelog