Blame SPECS/gsettings-desktop-schemas.spec

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