SPECS: Xsettings-client.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Tue Dec 26 22:30:25 CET 2006
Author: qboosh Date: Tue Dec 26 21:30:25 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
Xsettings-client.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/Xsettings-client.spec
diff -u /dev/null SPECS/Xsettings-client.spec:1.1
--- /dev/null Tue Dec 26 22:30:25 2006
+++ SPECS/Xsettings-client.spec Tue Dec 26 22:30:20 2006
@@ -0,0 +1,106 @@
+# $Revision$, $Date$
+Summary: Inter-toolkit configuration settings library
+Summary(pl): Biblioteka ustawień dzielonych między toolkitami
+Name: Xsettings-client
+Version: 0.10
+Release: 1
+License: GPL
+Group: X11/Libraries
+Source0: http://projects.o-hand.com/matchbox/sources/optional-dependencies/%{name}-%{version}.tar.gz
+# Source0-md5: c14aa9db6c097e0306dac97fb7da1add
+Patch0: %{name}-opt.patch
+URL: http://freedesktop.org/wiki/Software/xsettings
+BuildRequires: autoconf >= 2.59-9
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: xorg-lib-libX11-devel
+Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The intent of XSETTINGS protocol is to provide a mechanism to allow
+the configuration of settings such as double click timeout,
+drag-and-drop threshold, and default foreground and background colors
+for all applications running within a desktop.
+
+This package contains XSETTINGS client library.
+
+%description -l pl
+Celem protokołu XSETTINGS jest dostarczenie mechanizmu pozwalającego
+na konfigurację ustawień takich jak czas podwójnego kliknięcia, próg
+przeciągania i upuszczania czy domyślne kolory obrazu i tła dla
+wszystkich aplikacji działających na pulpicie.
+
+Ten pakiet zawiera bibliotekę kliencką XSETTINGS.
+
+%package devel
+Summary: Header files for Xsettings-client library
+Summary(pl): Pliki nagłówkowe biblioteki Xsettings-client
+Group: X11/Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: xorg-lib-libX11-devel
+
+%description devel
+Header files for Xsettings-client library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki Xsettings-client.
+
+%package static
+Summary: Static Xsettings-client library
+Summary(pl): Statyczna biblioteka Xsettings-client
+Group: X11/Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static Xsettings-client library.
+
+%description static -l pl
+Statyczna biblioteka Xsettings-client.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libXsettings-client.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libXsettings-client.so
+%{_libdir}/libXsettings-client.la
+%{_includedir}/xsettings-*.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libXsettings-client.a
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/12/26 21:30:20 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list