]> git.pld-linux.org Git - packages/gsettings-desktop-schemas.git/commitdiff
- new
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 1 Nov 2010 16:39:35 +0000 (16:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gsettings-desktop-schemas.spec -> 1.1

gsettings-desktop-schemas.spec [new file with mode: 0644]

diff --git a/gsettings-desktop-schemas.spec b/gsettings-desktop-schemas.spec
new file mode 100644 (file)
index 0000000..8449da2
--- /dev/null
@@ -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
This page took 0.118581 seconds and 4 git commands to generate.