diff --git a/_service b/_service deleted file mode 100644 index b52d554..0000000 --- a/_service +++ /dev/null @@ -1,12 +0,0 @@ - - - 0.1.4git - git://git.gnome.org/gsettings-desktop-schemas - git - - - *.tar - bz2 - - - diff --git a/_service:recompress:tar_scm:gsettings-desktop-schemas-0.1.4git.1294674581.tar.bz2 b/_service:recompress:tar_scm:gsettings-desktop-schemas-0.1.4git.1294674581.tar.bz2 deleted file mode 100644 index 6900df3..0000000 --- a/_service:recompress:tar_scm:gsettings-desktop-schemas-0.1.4git.1294674581.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0790a1be4740d4d8f9367e5c8fe56f9c8b50b0e329243470a6b6b8953aca790 -size 89276 diff --git a/_service:set_version:gsettings-desktop-schemas.spec b/_service:set_version:gsettings-desktop-schemas.spec deleted file mode 100644 index 121ce24..0000000 --- a/_service:set_version:gsettings-desktop-schemas.spec +++ /dev/null @@ -1,103 +0,0 @@ -# -# spec file for package gsettings-desktop-schemas (Version 0.1.4) -# -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. -# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands. -# -# 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. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - - -Name: gsettings-desktop-schemas -Version: 0.1.4git.1294674581 -Release: 0 -License: LGPLv2+ -Summary: Shared GSettings Schemas for the Desktop -Url: http://gnome.org/ -Group: System/GUI/GNOME -Source0: %{name}-%{version}.tar.bz2 -BuildRequires: glib2-devel -BuildRequires: intltool -%if 0%{?BUILD_FROM_VCS} -BuildRequires: gnome-common -%endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch -%glib2_gsettings_schema_requires - -%description -A collection of GSettings schemas for settings shared by various -components of a desktop. - -%package devel -License: GPLv2+ -Summary: Shared GSettings Schemas for the Desktop -- Development Files -Group: Development/Languages/C and C++ -Requires: %{name} = %{version} - -%description devel -A collection of GSettings schemas for settings shared by various -components of a desktop. - -This package contains development files. - -%prep -%setup -q - -%if 0%{?BUILD_FROM_VCS} -NOCONFIGURE=1 ./autogen.sh -%endif - - -%build -%configure -%__make %{?_smp_mflags} - -%install -%makeinstall - -%clean -rm -rf %{buildroot} - -%post -%glib2_gsettings_schema_post - -%postun -%glib2_gsettings_schema_postun - -%files -%defattr(-,root,root) -%doc AUTHORS ChangeLog HACKING MAINTAINERS NEWS README -%{_datadir}/glib-2.0/schemas/org.gnome.desktop.a11y.applications.gschema.xml -%{_datadir}/glib-2.0/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml -%{_datadir}/glib-2.0/schemas/org.gnome.desktop.a11y.mouse.gschema.xml -%{_datadir}/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml -%{_datadir}/glib-2.0/schemas/org.gnome.desktop.default-applications.gschema.xml -%{_datadir}/glib-2.0/schemas/org.gnome.desktop.enums.xml -%{_datadir}/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml -%{_datadir}/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml -%{_datadir}/glib-2.0/schemas/org.gnome.desktop.media-handling.gschema.xml -%{_datadir}/glib-2.0/schemas/org.gnome.desktop.sound.gschema.xml -%{_datadir}/glib-2.0/schemas/org.gnome.desktop.thumbnail-cache.gschema.xml -%{_datadir}/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.xml -%{_datadir}/glib-2.0/schemas/org.gnome.system.proxy.gschema.xml -%dir %{_datadir}/GConf -%dir %{_datadir}/GConf/gsettings -%{_datadir}/GConf/gsettings/gsettings-desktop-schemas.convert - -%files devel -%defattr(-,root,root) -%{_includedir}/%{name}/ -%{_datadir}/pkgconfig/%{name}.pc - -%changelog diff --git a/gsettings-desktop-schemas-0.1.3.tar.bz2 b/gsettings-desktop-schemas-0.1.3.tar.bz2 deleted file mode 100644 index 338e169..0000000 --- a/gsettings-desktop-schemas-0.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75a432a98b45bd8310ba1b90ee1b887eedef08de0d81db9fb39031af670f02e7 -size 90608 diff --git a/gsettings-desktop-schemas.changes b/gsettings-desktop-schemas.changes index 1510ae0..1e57990 100644 --- a/gsettings-desktop-schemas.changes +++ b/gsettings-desktop-schemas.changes @@ -2,8 +2,11 @@ Tue Jan 11 14:14:19 UTC 2011 - fcrozat@novell.com - Update to version 0.1.4 : - + Add thumbnailer schemas - + Don't show icons on the desktop by default + + Add thumbnailer schemas + + Don't show icons on the desktop by default +- Add support for source service checkout, with %BUILD_FROM_VCS: + + Add gnome-common BuildRequires. + + Add call to ./autogen.sh. ------------------------------------------------------------------- Thu Dec 23 12:50:14 CET 2010 - dimstar@opensuse.org