gsettings-desktop-schemas/gsettings-desktop-schemas.spec

197 lines
5.6 KiB
RPMSpec
Raw Normal View History

%global debug_package %{nil}
Name: gsettings-desktop-schemas
2013-01-16 04:36:55 +00:00
Version: 3.7.4
2012-02-22 12:31:51 +00:00
Release: 1%{?dist}
Summary: A collection of GSettings schemas
Group: System Environment/Libraries
License: LGPLv2+
# no homepage exists for this component
URL: http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas
#VCS: git:git://git.gnome.org/gsettings-desktop-schemas
2012-12-20 20:23:26 +00:00
Source: http://download.gnome.org/sources/%{name}/3.7/%{name}-%{version}.tar.xz
2011-04-07 14:14:28 +00:00
BuildRequires: glib2-devel >= 2.31.0
BuildRequires: intltool
2011-11-22 22:04:33 +00:00
BuildRequires: gobject-introspection-devel
Requires: glib2 >= 2.31.0
%description
gsettings-desktop-schemas contains a collection of GSettings schemas for
settings shared by various components of a desktop.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
2011-03-21 23:30:13 +00:00
The %{name}-devel package contains libraries
and header files for developing applications that use %{name}.
%prep
%setup -q
%build
2011-11-22 22:04:33 +00:00
%configure --disable-schemas-compile --enable-introspection=yes
make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
2011-02-21 15:11:51 +00:00
%find_lang %{name} --with-gnome
%posttrans
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%postun
if [ $1 -eq 0 ]; then
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
fi
2011-02-21 15:11:51 +00:00
%files -f %{name}.lang
%doc AUTHORS COPYING MAINTAINERS NEWS README
%{_datadir}/glib-2.0/schemas/*
2010-11-02 12:39:38 +00:00
%{_datadir}/GConf/gsettings/gsettings-desktop-schemas.convert
2011-11-22 21:18:18 +00:00
%{_datadir}/GConf/gsettings/wm-schemas.convert
2011-11-22 22:14:11 +00:00
%{_libdir}/girepository-1.0/GDesktopEnums-3.0.typelib
%files devel
%doc HACKING
%{_includedir}/*
%{_datadir}/pkgconfig/*
2011-11-22 22:14:11 +00:00
%{_datadir}/gir-1.0/GDesktopEnums-3.0.gir
%changelog
2013-01-16 04:36:55 +00:00
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
- Update to 3.7.4
2012-12-20 20:23:26 +00:00
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
- Update to 3.7.3
2012-11-20 10:52:39 +00:00
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
- Update to 3.7.2
2012-11-13 12:18:54 +00:00
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
- Update to 3.6.1
2012-09-25 15:14:15 +00:00
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
- Update to 3.6.0
2012-09-19 10:24:06 +00:00
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
- Update to 3.5.92
2012-09-06 07:17:30 +00:00
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
- Update to 3.5.91
2012-08-22 08:46:23 +00:00
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
- Update to 3.5.90
2012-07-18 17:21:44 +00:00
* Wed Jul 18 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.4-1
- Update to 3.5.4
2012-06-26 07:49:45 +00:00
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
- Update to 3.5.3
2012-06-06 22:09:17 +00:00
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
- Update to 3.5.2
2012-05-18 10:01:41 +00:00
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
- Update to 3.4.2
2012-04-16 16:21:12 +00:00
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
- Update to 3.4.1
2012-03-27 15:26:39 +00:00
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
- Update to 3.4.0
2012-03-19 10:07:38 +00:00
* Mon Mar 19 2012 Richard Hughes <rhughes@redhat.com> 3.3.92-1
- Update to 3.3.92
2012-02-22 12:31:51 +00:00
* Wed Feb 22 2012 Bastien Nocera <bnocera@redhat.com> 3.3.90-1
- Update to 3.3.90
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Nov 23 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.3.2-3
- Disable empty -debuginfo package.
- Fix minimum required glib2 version.
2011-11-22 22:04:33 +00:00
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-2
- Enable introspection
2011-11-22 22:14:11 +00:00
- Make the package archful, since we now install in libdir
2011-11-22 22:04:33 +00:00
2011-11-22 21:00:54 +00:00
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
- Update to 3.3.2
2011-09-26 09:54:08 +00:00
* Mon Sep 26 2011 Bastien Nocera <bnocera@redhat.com> 3.2.0-1
- Update to 3.2.0
2011-09-06 21:51:39 +00:00
* Tue Sep 6 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
- Update to 3.1.91
2011-07-04 17:12:13 +00:00
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
- Update to 3.1.3
2011-04-27 00:07:03 +00:00
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
- Update to 3.0.1
2011-04-07 14:14:28 +00:00
* Thu Apr 7 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-2
- Don't perform questionable migrations
2011-04-04 14:57:23 +00:00
* Mon Apr 04 2011 Bastien Nocera <bnocera@redhat.com> 3.0.0-1
- Update to 3.0.0
2011-03-21 23:20:24 +00:00
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
- Update to 2.91.92
* Wed Mar 09 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-2
- Fix possible crasher when converting schemas
2011-03-08 08:25:18 +00:00
* Tue Mar 08 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-1
- Update to 2.91.91
* Thu Feb 24 2011 Colin Walters <walters@verbum.org> - 0.1.7-2
- Add patch from git to disable a11y by default; it makes
gnome-shell totally unusable right now
2011-02-21 15:11:51 +00:00
* Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 0.1.7-1
- Update to 0.1.7
2011-02-11 04:02:54 +00:00
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.5-3
- Rebuild
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-02 07:49:37 +00:00
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
- Update to 0.1.5
2011-01-10 15:53:06 +00:00
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.4-1
- Update to 0.1.4
2011-01-09 04:02:29 +00:00
* Sat Jan 8 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.3-1
- Update to 0.1.3
2010-11-30 08:38:53 +00:00
* Tue Nov 30 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.2-1
- Update to 0.1.2
2010-11-17 16:29:22 +00:00
* Wed Nov 17 2010 Bastien Nocera <bnocera@redhat.com> 0.1.1-1
- Update to 0.1.1
2010-11-02 12:39:38 +00:00
* Tue Nov 2 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.0-1
- Update to 0.1.0
* Tue Aug 24 2010 Matthias Clasen <mclasen@redhat.com> - 0.0.1-1
2010-08-24 19:43:57 +00:00
- Update to 0.0.1
* Tue Aug 3 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.0.1-1.git20100729
- Initial packaging