Blame SPECS/gsettings-desktop-schemas.spec

82eb7d
%global debug_package %{nil}
82eb7d
82eb7d
Name:           gsettings-desktop-schemas
82eb7d
Version:        3.28.0
82eb7d
Release:        3%{?dist}
82eb7d
Summary:        A collection of GSettings schemas
82eb7d
82eb7d
License:        LGPLv2+
82eb7d
# no homepage exists for this component
82eb7d
URL:            http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas
82eb7d
Source0:        http://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
82eb7d
# Backported from upstream
82eb7d
Patch00001: 0001-schemas-default-lock-background.patch
82eb7d
82eb7d
# https://bugzilla.redhat.com/show_bug.cgi?id=1506370
82eb7d
Patch10001: 0001-schemas-add-new-lockdown-setting-for-password-showin.patch
82eb7d
82eb7d
BuildRequires: glib2-devel >= 2.31.0
82eb7d
BuildRequires: intltool
82eb7d
BuildRequires: gobject-introspection-devel
82eb7d
82eb7d
# Older versions need the "scroll-method" key that was removed in 3.19.3
82eb7d
Conflicts: control-center < 1:3.19.3
82eb7d
Conflicts: gnome-settings-daemon < 3.19.3
82eb7d
Conflicts: mutter < 3.19.3
82eb7d
82eb7d
Requires: glib2 >= 2.31.0
82eb7d
82eb7d
%description
82eb7d
gsettings-desktop-schemas contains a collection of GSettings schemas for
82eb7d
settings shared by various components of a desktop.
82eb7d
82eb7d
%package        devel
82eb7d
Summary:        Development files for %{name}
82eb7d
Requires:       %{name}%{?_isa} = %{version}-%{release}
82eb7d
82eb7d
%description    devel
82eb7d
The %{name}-devel package contains libraries
82eb7d
and header files for developing applications that use %{name}.
82eb7d
82eb7d
82eb7d
%prep
82eb7d
%autosetup -p1
82eb7d
82eb7d
82eb7d
%build
82eb7d
%configure --disable-schemas-compile --enable-introspection=yes
82eb7d
make %{?_smp_mflags}
82eb7d
82eb7d
82eb7d
%install
82eb7d
%make_install
82eb7d
82eb7d
%find_lang %{name} --with-gnome
82eb7d
82eb7d
%posttrans
82eb7d
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
82eb7d
82eb7d
%postun
82eb7d
if [ $1 -eq 0 ]; then
82eb7d
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
82eb7d
fi
82eb7d
82eb7d
82eb7d
%files -f %{name}.lang
82eb7d
%doc AUTHORS MAINTAINERS NEWS README
82eb7d
%license COPYING
82eb7d
%{_datadir}/glib-2.0/schemas/*
82eb7d
%{_datadir}/GConf/gsettings/gsettings-desktop-schemas.convert
82eb7d
%{_datadir}/GConf/gsettings/wm-schemas.convert
82eb7d
%{_libdir}/girepository-1.0/GDesktopEnums-3.0.typelib
82eb7d
82eb7d
%files devel
82eb7d
%doc HACKING
82eb7d
%{_includedir}/*
82eb7d
%{_datadir}/pkgconfig/*
82eb7d
%{_datadir}/gir-1.0/GDesktopEnums-3.0.gir
82eb7d
82eb7d
82eb7d
%changelog
82eb7d
* Wed Aug 21 2019 Ray Strode <rstrode@redhat.com> - 3.28.0-3
82eb7d
- add setting to display Show Password menu
82eb7d
  Related: #1506370
82eb7d
82eb7d
* Tue Sep 04 2018 Kalev Lember <klember@redhat.com> - 3.28.0-2
82eb7d
- Fix lock screen background to show up
82eb7d
- Resolves: #1597764
82eb7d
82eb7d
* Thu Apr 26 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
82eb7d
- Update to 3.28.0
82eb7d
- Resolves: #1569273
82eb7d
82eb7d
* Tue Apr 17 2018 Carlos Garnacho <cgarnach@redhat.com> - 3.24.1-2
82eb7d
- Add support for Wacom Pro Pen 3D styli
82eb7d
Resolves: #1564064
82eb7d
82eb7d
* Wed Sep 20 2017 Bastien Nocera <bnocera@redhat.com> - 3.24.1-1
82eb7d
+ gsettings-desktop-schemas-3.24.1-1
82eb7d
- Update to 3.24.1
82eb7d
- Resolves: #1481405
82eb7d
82eb7d
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
82eb7d
- Update to 3.22.0
82eb7d
- Resolves: #1386977
82eb7d
82eb7d
* Thu Apr 30 2015 Bastien Nocera <bnocera@redhat.com> 3.14.2-1
82eb7d
- Update to 3.14.2
82eb7d
Resolves: #1174444
82eb7d
82eb7d
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.2-3
82eb7d
- Mass rebuild 2014-01-24
82eb7d
82eb7d
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.2-2
82eb7d
- Mass rebuild 2013-12-27
82eb7d
82eb7d
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
82eb7d
- Update to 3.8.2
82eb7d
82eb7d
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
82eb7d
- Update to 3.8.0
82eb7d
82eb7d
* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.92-1
82eb7d
- Update to 3.7.92
82eb7d
82eb7d
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
82eb7d
- Update to 3.7.91
82eb7d
82eb7d
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
82eb7d
- Update to 3.7.90
82eb7d
82eb7d
* Tue Feb 05 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
82eb7d
- Update to 3.7.5
82eb7d
82eb7d
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
82eb7d
- Update to 3.7.4
82eb7d
82eb7d
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
82eb7d
- Update to 3.7.3
82eb7d
82eb7d
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
82eb7d
- Update to 3.7.2
82eb7d
82eb7d
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
82eb7d
- Update to 3.6.1
82eb7d
82eb7d
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
82eb7d
- Update to 3.6.0
82eb7d
82eb7d
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
82eb7d
- Update to 3.5.92
82eb7d
82eb7d
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
82eb7d
- Update to 3.5.91
82eb7d
82eb7d
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
82eb7d
- Update to 3.5.90
82eb7d
82eb7d
* Wed Jul 18 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.4-1
82eb7d
- Update to 3.5.4
82eb7d
82eb7d
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
82eb7d
- Update to 3.5.3
82eb7d
82eb7d
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
82eb7d
- Update to 3.5.2
82eb7d
82eb7d
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
82eb7d
- Update to 3.4.2
82eb7d
82eb7d
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
82eb7d
- Update to 3.4.1
82eb7d
82eb7d
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
82eb7d
- Update to 3.4.0
82eb7d
82eb7d
* Mon Mar 19 2012 Richard Hughes <rhughes@redhat.com> 3.3.92-1
82eb7d
- Update to 3.3.92
82eb7d
82eb7d
* Wed Feb 22 2012 Bastien Nocera <bnocera@redhat.com> 3.3.90-1
82eb7d
- Update to 3.3.90
82eb7d
82eb7d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-4
82eb7d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
82eb7d
82eb7d
* Wed Nov 23 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.3.2-3
82eb7d
- Disable empty -debuginfo package.
82eb7d
- Fix minimum required glib2 version.
82eb7d
82eb7d
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-2
82eb7d
- Enable introspection
82eb7d
- Make the package archful, since we now install in libdir
82eb7d
82eb7d
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
82eb7d
- Update to 3.3.2
82eb7d
82eb7d
* Mon Sep 26 2011 Bastien Nocera <bnocera@redhat.com> 3.2.0-1
82eb7d
- Update to 3.2.0
82eb7d
82eb7d
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
82eb7d
- Update to 3.1.91
82eb7d
82eb7d
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
82eb7d
- Update to 3.1.3
82eb7d
82eb7d
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
82eb7d
- Update to 3.0.1
82eb7d
82eb7d
* Thu Apr  7 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-2
82eb7d
- Don't perform questionable migrations
82eb7d
82eb7d
* Mon Apr 04 2011 Bastien Nocera <bnocera@redhat.com> 3.0.0-1
82eb7d
- Update to 3.0.0
82eb7d
82eb7d
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
82eb7d
- Update to 2.91.92
82eb7d
82eb7d
* Wed Mar 09 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-2
82eb7d
- Fix possible crasher when converting schemas
82eb7d
82eb7d
* Tue Mar 08 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-1
82eb7d
- Update to 2.91.91
82eb7d
82eb7d
* Thu Feb 24 2011 Colin Walters <walters@verbum.org> - 0.1.7-2
82eb7d
- Add patch from git to disable a11y by default; it makes
82eb7d
  gnome-shell totally unusable right now
82eb7d
82eb7d
* Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 0.1.7-1
82eb7d
- Update to 0.1.7
82eb7d
82eb7d
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.5-3
82eb7d
- Rebuild
82eb7d
82eb7d
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
82eb7d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
82eb7d
82eb7d
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
82eb7d
- Update to 0.1.5
82eb7d
82eb7d
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.4-1
82eb7d
- Update to 0.1.4
82eb7d
82eb7d
* Sat Jan  8 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.3-1
82eb7d
- Update to 0.1.3
82eb7d
82eb7d
* Tue Nov 30 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.2-1
82eb7d
- Update to 0.1.2
82eb7d
82eb7d
* Wed Nov 17 2010 Bastien Nocera <bnocera@redhat.com> 0.1.1-1
82eb7d
- Update to 0.1.1
82eb7d
82eb7d
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.0-1
82eb7d
- Update to 0.1.0
82eb7d
82eb7d
* Tue Aug 24 2010 Matthias Clasen <mclasen@redhat.com> - 0.0.1-1
82eb7d
- Update to 0.0.1
82eb7d
82eb7d
* Tue Aug  3 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.0.1-1.git20100729
82eb7d
- Initial packaging