2010-10-11 17:07:24 +02:00
|
|
|
#
|
2011-01-14 16:47:12 +01:00
|
|
|
# spec file for package gsettings-desktop-schemas
|
2010-10-11 17:07:24 +02:00
|
|
|
#
|
2011-01-10 11:38:07 +01:00
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2010-10-11 17:07:24 +02:00
|
|
|
# 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
|
2011-02-09 23:51:16 +01:00
|
|
|
Version: 0.1.5
|
2010-10-11 17:07:24 +02:00
|
|
|
Release: 1
|
2010-12-10 17:43:35 +01:00
|
|
|
License: LGPLv2+
|
2010-10-11 17:07:24 +02:00
|
|
|
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
|
2011-01-14 10:44:46 +01:00
|
|
|
%if 0%{?BUILD_FROM_VCS}
|
|
|
|
BuildRequires: gnome-common
|
|
|
|
%endif
|
2010-10-11 17:07:24 +02:00
|
|
|
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
|
|
|
|
|
2011-01-14 10:44:46 +01:00
|
|
|
%if 0%{?BUILD_FROM_VCS}
|
2011-02-09 23:51:16 +01:00
|
|
|
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
2011-01-14 10:44:46 +01:00
|
|
|
%endif
|
|
|
|
|
2010-10-11 17:07:24 +02:00
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%__make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2010-12-10 17:43:35 +01:00
|
|
|
%makeinstall
|
2010-10-11 17:07:24 +02:00
|
|
|
|
|
|
|
%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
|
2010-12-10 17:43:35 +01:00
|
|
|
%{_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
|
2010-10-11 17:07:24 +02:00
|
|
|
%{_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
|
2010-12-10 17:43:35 +01:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.media-handling.gschema.xml
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.sound.gschema.xml
|
2011-02-09 23:51:16 +01:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.session.gschema.xml
|
2010-12-10 17:43:35 +01:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.thumbnail-cache.gschema.xml
|
2011-01-14 10:44:46 +01:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.xml
|
2010-10-11 17:07:24 +02:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.system.proxy.gschema.xml
|
2010-12-10 17:43:35 +01:00
|
|
|
%dir %{_datadir}/GConf
|
|
|
|
%dir %{_datadir}/GConf/gsettings
|
|
|
|
%{_datadir}/GConf/gsettings/gsettings-desktop-schemas.convert
|
2010-10-11 17:07:24 +02:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/%{name}/
|
|
|
|
%{_datadir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
%changelog
|