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

132 lines
3.5 KiB
RPMSpec
Raw Normal View History

Name: gsettings-desktop-schemas
2011-09-26 09:54:08 +00:00
Version: 3.2.0
2011-04-27 00:09:41 +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
2011-09-26 09:54:08 +00:00
Source: http://download.gnome.org/sources/%{name}/3.2/%{name}-%{version}.tar.bz2
2011-04-07 14:14:28 +00:00
BuildArch: noarch
BuildRequires: glib2-devel >= 2.25.11
BuildRequires: intltool
Requires: glib2 >= 2.25.11
%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
%configure --disable-schemas-compile
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
%files devel
%doc HACKING
%{_includedir}/*
%{_datadir}/pkgconfig/*
%changelog
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