1
0
forked from pool/gnome-desktop

Accepting request 19726 from GNOME:Factory

Copy from GNOME:Factory/gnome-desktop based on submit request 19726 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/19726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-desktop?expand=0&rev=54
This commit is contained in:
OBS User autobuild 2009-09-04 23:40:12 +00:00 committed by Git OBS Bridge
parent 43502267b4
commit 1c04c220c4
5 changed files with 46 additions and 47 deletions

View File

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

View File

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

View File

@ -2,9 +2,8 @@ Index: gnome-about/gnome-about.desktop.in.in
=================================================================== ===================================================================
--- gnome-about/gnome-about.desktop.in.in.orig --- gnome-about/gnome-about.desktop.in.in.orig
+++ gnome-about/gnome-about.desktop.in.in +++ gnome-about/gnome-about.desktop.in.in
@@ -1,7 +1,7 @@ @@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8
_Name=About GNOME _Name=About GNOME
-_Comment=Learn more about GNOME -_Comment=Learn more about GNOME
+_GenericName=Learn more about GNOME +_GenericName=Learn more about GNOME

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Aug 26 13:02:43 CEST 2009 - vuntz@novell.com
- Update to version 2.27.91:
+ GnomeRR:
- add support for primary monitor
- in clone mode, don't label each output
+ GnomeBG:
- add gnome_bg_changes_with_time() API
- gnome_bg_create_frame_thumbnail() API
+ Build fixes.
+ gnome-about
- Remove deprecated Encoding key from desktop file
+ Updated translations.
- Respin gnome-desktop-desktop.patch.
- Use spec-cleaner to reorder lines in preamble and split
BuildRequires/Requires line on separate lines.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 30 08:37:32 CEST 2009 - vuntz@novell.com Thu Jul 30 08:37:32 CEST 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
# #
# spec file for package gnome-desktop (Version 2.27.5) # spec file for package gnome-desktop (Version 2.27.91)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -15,10 +15,24 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: gnome-desktop Name: gnome-desktop
Version: 2.27.91
Release: 1
License: GFDL v1.1 ; GPL v2 or later ; LGPL v2.1 or later
Summary: The GNOME Desktop API Library
Url: http://www.gnome.org
Group: System/GUI/GNOME
Source: %{name}-%{version}.tar.bz2
# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
Patch1: X-KDE-SubstituteUID.dif
# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
Patch2: gnome-desktop-desktop.patch
# PATCH-FEATURE-OPENSUSE gnome-desktop-recently-used-apps.patch -- Add launched .desktop files to recently used apps.
Patch3: gnome-desktop-recently-used-apps.patch
# PATCH-FEATURE-OPENSUSE gnome-desktop-fate300461-desktop-gettext.patch fate300461 vuntz@novell.com -- Look for translation of desktop entry strings via gettext
Patch5: gnome-desktop-fate300461-desktop-gettext.patch
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gconf2-devel BuildRequires: gconf2-devel
BuildRequires: gnome-doc-utils-devel BuildRequires: gnome-doc-utils-devel
@ -27,22 +41,9 @@ BuildRequires: intltool
BuildRequires: startup-notification-devel BuildRequires: startup-notification-devel
BuildRequires: translation-update-upstream BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
License: GFDL v1.1 ; GPL v2 or later ; LGPL v2.1 or later
Group: System/GUI/GNOME
Obsoletes: gnome-core
Version: 2.27.5
Release: 1
Summary: The GNOME Desktop API Library
Source: %{name}-%{version}.tar.bz2
Url: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Patch1: X-KDE-SubstituteUID.dif
Patch2: gnome-desktop-desktop.patch
# PATCH-FEATURE-OPENSUSE gnome-desktop-recently-used-apps.patch -- Add launched .desktop files to recently used apps.
Patch3: gnome-desktop-recently-used-apps.patch
# PATCH-FEATURE-OPENSUSE gnome-desktop-fate300461-desktop-gettext.patch fate300461 vuntz@novell.com -- Look for translation of desktop entry strings via gettext
Patch5: gnome-desktop-fate300461-desktop-gettext.patch
Requires: %{name}-lang = %{version} Requires: %{name}-lang = %{version}
Obsoletes: gnome-core
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
This package contains the libgnome-desktop library that contains APIs This package contains the libgnome-desktop library that contains APIs
@ -54,16 +55,6 @@ Also contained here are documents installed as part of the core GNOME
distribution: the GPL, GNOME's .desktop files, the gnome-about program, distribution: the GPL, GNOME's .desktop files, the gnome-about program,
some man pages, and GNOME's core graphics files and icons. some man pages, and GNOME's core graphics files and icons.
Authors:
--------
Elliot Lee <sopwith@redhat.com>
George Lebl <jirka@5z.com>
John Ellis <johne@bellatlantic.net>
Havoc Pennington <hp@redhat.com>
Anders Carlsson <andersca@gnu.org>
%package -n libgnome-desktop-2-11 %package -n libgnome-desktop-2-11
License: GFDL v1.1 ; GPL v2 or later ; LGPL v2.1 or later License: GFDL v1.1 ; GPL v2 or later ; LGPL v2.1 or later
Summary: The GNOME Desktop API Library Summary: The GNOME Desktop API Library
@ -80,21 +71,14 @@ Also contained here are documents installed as part of the core GNOME
distribution: the GPL, GNOME's .desktop files, the gnome-about program, distribution: the GPL, GNOME's .desktop files, the gnome-about program,
some man pages, and GNOME's core graphics files and icons. some man pages, and GNOME's core graphics files and icons.
Authors:
--------
Elliot Lee <sopwith@redhat.com>
George Lebl <jirka@5z.com>
John Ellis <johne@bellatlantic.net>
Havoc Pennington <hp@redhat.com>
Anders Carlsson <andersca@gnu.org>
%package devel %package devel
License: LGPL v2.1 or later License: LGPL v2.1 or later
Summary: Include Files and Libraries mandatory for Development Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/GNOME Group: Development/Libraries/GNOME
Requires: libgnome-desktop-2-11 = %{version} gconf2-devel gtk2-devel startup-notification-devel Requires: gconf2-devel
Requires: gtk2-devel
Requires: libgnome-desktop-2-11 = %{version}
Requires: startup-notification-devel
Obsoletes: gnome-desktop-doc <= 2.25.90 Obsoletes: gnome-desktop-doc <= 2.25.90
Provides: gnome-desktop-doc = 2.25.90 Provides: gnome-desktop-doc = 2.25.90
@ -102,8 +86,6 @@ Provides: gnome-desktop-doc = 2.25.90
This package contains all necessary include files and libraries needed This package contains all necessary include files and libraries needed
to develop applications that require these. to develop applications that require these.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
@ -129,10 +111,10 @@ make %{?jobs:-j%jobs}
%find_lang lgpl %{name}-2.0.lang %find_lang lgpl %{name}-2.0.lang
%suse_update_desktop_file gnome-about Documentation %suse_update_desktop_file gnome-about Documentation
%{__rm} -vf %{buildroot}%{_libdir}/*.la %{__rm} -vf %{buildroot}%{_libdir}/*.la
%fdupes $RPM_BUILD_ROOT %fdupes %{buildroot}
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf %{buildroot}
%post -n libgnome-desktop-2-11 -p /sbin/ldconfig %post -n libgnome-desktop-2-11 -p /sbin/ldconfig