From 52173aad23555628c8e9594bf2d778a45205ccce Mon Sep 17 00:00:00 2001 From: Marcin Banasiak Date: Mon, 1 Nov 2010 16:39:35 +0000 Subject: [PATCH] - new Changed files: gsettings-desktop-schemas.spec -> 1.1 --- gsettings-desktop-schemas.spec | 80 ++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 gsettings-desktop-schemas.spec diff --git a/gsettings-desktop-schemas.spec b/gsettings-desktop-schemas.spec new file mode 100644 index 0000000..8449da2 --- /dev/null +++ b/gsettings-desktop-schemas.spec @@ -0,0 +1,80 @@ +Summary: A collection of GSettings schemas +Summary(pl.UTF-8): Zbiór schematów GSettings +Name: gsettings-desktop-schemas +Version: 0.0.1 +Release: 1 +License: GPL v2 +Group: Libraries +Source0: http://ftp.gnome.org/pub/GNOME/sources/gsettings-desktop-schemas/0.0/%{name}-%{version}.tar.bz2 +# Source0-md5: 6c8986b4b3101c61baadc9795f52ec3a +URL: http://www.gnome.org/ +BuildRequires: autoconf >= 2.53 +BuildRequires: automake >= 1:1.9 +BuildRequires: intltool >= 0.40.0 +Requires(post,postun): glib2 >= 1:2.26.0 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +A collection of GSettings schemas. + +%description -l pl.UTF-8 +Zbiór schematów GSettings. + +%package devel +Summary: Development files for gsettings-desktop-schemas +Summary(pl.UTF-8): Pliki programistyczne dla gsettings-desktop-schemas +Group: Development/Libraries + +%description devel +Development files for gsettings-desktop-schemas. + +%description devel -l pl.UTF-8 +Pliki programistyczne dla gsettings-desktop-schemas. + +%prep +%setup -q + +%build +%{__intltoolize} +%{__aclocal} -I m4 +%{__autoconf} +%{__automake} +%configure \ + --disable-silent-rules +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%{__mv} -f $RPM_BUILD_ROOT{%{_pkgconfigdir},%{_npkgconfigdir}} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +%{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas + +%postun +if [ "$1" = "0" ]; then + %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas +fi + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog HACKING NEWS README +%{_datadir}/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.desktop.default-applications.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.desktop.enums.xml +%{_datadir}/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.desktop.url-handlers.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.system.proxy.gschema.xml + +%files devel +%defattr(644,root,root,755) +%{_includedir}/gsettings-desktop-schemas +%{_npkgconfigdir}/gsettings-desktop-schemas.pc -- 2.44.0