gsettings-desktop-schemas/gsettings-desktop-schemas.spec
2010-11-17 16:29:22 +00:00

82 lines
1.9 KiB
RPMSpec

Name: gsettings-desktop-schemas
Version: 0.1.1
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
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/*
%{_datadir}/GConf/gsettings/gsettings-desktop-schemas.convert
%files devel
%defattr(-,root,root,-)
%doc HACKING
%{_includedir}/*
%{_datadir}/pkgconfig/*
%changelog
* Wed Nov 17 2010 Bastien Nocera <bnocera@redhat.com> 0.1.1-1
- Update to 0.1.1
* 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
- Update to 0.0.1
* Tue Aug 3 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.0.1-1.git20100729
- Initial packaging