Accepting request 292789 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/292789 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-backgrounds?expand=0&rev=83
This commit is contained in:
parent
2b32ec0409
commit
65608c7db7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d16f8d0eb11215fd763693d25ba880997dc51962068f2337df4a2bd044604ce1
|
|
||||||
size 13657520
|
|
3
gnome-backgrounds-3.16.0.tar.xz
Normal file
3
gnome-backgrounds-3.16.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:76e3f9dd01d8335da8e3e7c20f64c51d4e2372fa43a5280ce1649b32bebca03b
|
||||||
|
size 13657364
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Tue Mar 17 08:24:31 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,47 +17,44 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-backgrounds
|
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: fdupes
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
AutoReqProv: off
|
|
||||||
BuildArch: noarch
|
|
||||||
Version: 3.15.92
|
|
||||||
Release: 0
|
|
||||||
Source: http://download.gnome.org/sources/gnome-backgrounds/3.15/%{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
|
Recommends: %{name}-lang
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Background images from the GNOME project.
|
Background images from the GNOME project.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
%if 0%{?suse_version} <= 1120
|
%if 0%{?suse_version} <= 1120
|
||||||
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
rm %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||||
%endif
|
%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
|
# Change sr@Latn to sr@latin
|
||||||
mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@latin
|
mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@latin
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%fdupes -s %buildroot
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -66,5 +63,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/backgrounds/
|
%{_datadir}/backgrounds/
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user