2007-01-08 00:35:31 +01:00
|
|
|
#
|
2011-05-31 17:33:45 +02:00
|
|
|
# spec file for package gnome-backgrounds
|
2007-01-08 00:35:31 +01:00
|
|
|
#
|
2011-05-31 17:33:45 +02:00
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-08 00:35:31 +01:00
|
|
|
#
|
2008-08-14 00:48:02 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-08 00:35:31 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-03-06 22:19:25 +01:00
|
|
|
|
2007-01-08 00:35:31 +01:00
|
|
|
Name: gnome-backgrounds
|
2009-03-26 01:54:51 +01:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: intltool
|
2009-03-12 14:35:00 +01:00
|
|
|
BuildRequires: translation-update-upstream
|
2010-03-19 09:54:12 +01:00
|
|
|
License: GPLv2+
|
2007-01-08 00:35:31 +01:00
|
|
|
Group: System/GUI/GNOME
|
2007-09-19 19:02:16 +02:00
|
|
|
AutoReqProv: off
|
2007-07-16 08:31:00 +02:00
|
|
|
BuildArch: noarch
|
2011-09-27 13:24:25 +02:00
|
|
|
Version: 3.2.0
|
2009-03-26 01:54:51 +01:00
|
|
|
Release: 1
|
2011-09-27 13:24:25 +02:00
|
|
|
Source: http://download.gnome.org/sources/gnome-backgrounds/3.2/%{name}-%{version}.tar.bz2
|
2007-09-19 19:02:16 +02:00
|
|
|
Url: http://www.gnome.org/
|
2007-01-08 00:35:31 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
Summary: GNOME Backgrounds
|
|
|
|
|
|
|
|
%description
|
|
|
|
Background images from the GNOME project.
|
|
|
|
|
|
|
|
%prep
|
2007-01-12 01:22:58 +01:00
|
|
|
%setup -q
|
2009-03-12 14:35:00 +01:00
|
|
|
translation-update-upstream
|
2007-01-08 00:35:31 +01:00
|
|
|
|
|
|
|
%build
|
2007-01-12 01:22:58 +01:00
|
|
|
%configure
|
|
|
|
make %{?jobs:-j%jobs}
|
2007-01-08 00:35:31 +01:00
|
|
|
|
|
|
|
%install
|
2009-03-26 01:54:51 +01:00
|
|
|
%makeinstall
|
2010-09-28 10:56:30 +02:00
|
|
|
%if 0%{?suse_version} <= 1120
|
|
|
|
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
|
|
|
%endif
|
2008-09-05 22:41:10 +02:00
|
|
|
mv $RPM_BUILD_ROOT/%{_datadir}/locale/sr@latin $RPM_BUILD_ROOT/%{_datadir}/locale/sr@Latn
|
2009-02-06 23:52:27 +01:00
|
|
|
# Change sr@Latn to sr@latin
|
|
|
|
mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@latin
|
2007-01-12 01:22:58 +01:00
|
|
|
%find_lang %{name}
|
2009-03-26 01:54:51 +01:00
|
|
|
%fdupes -s %buildroot
|
2007-01-08 00:35:31 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files -f %name.lang
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
2008-05-16 23:49:10 +02:00
|
|
|
%{_datadir}/gnome-background-properties/
|
2011-04-21 12:06:18 +02:00
|
|
|
%{_datadir}/backgrounds/
|
2007-01-08 00:35:31 +01:00
|
|
|
|
2007-03-12 01:51:52 +01:00
|
|
|
%changelog
|