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

100 lines
2.5 KiB
RPMSpec
Raw Normal View History

Name: gsettings-desktop-schemas
2011-02-02 07:49:37 +00:00
Version: 0.1.5
2011-02-11 04:02:54 +00:00
Release: 3%{?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
2010-11-02 12:39:38 +00:00
Source: http://download.gnome.org/sources/%{name}/0.1/%{name}-%{version}.tar.bz2
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
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"
%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
%files
%defattr(-,root,root,-)
%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
%defattr(-,root,root,-)
%doc HACKING
%{_includedir}/*
%{_datadir}/pkgconfig/*
%changelog
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