Author: arekm Date: Mon Dec 4 18:43:22 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: xkeyboard-config.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xkeyboard-config.spec diff -u /dev/null SPECS/xkeyboard-config.spec:1.1 --- /dev/null Mon Dec 4 19:43:22 2006 +++ SPECS/xkeyboard-config.spec Mon Dec 4 19:43:16 2006 @@ -0,0 +1,58 @@ +# $Revision$, $Date$ +Summary: X Keyboard Configuration Database +Name: xkeyboard-config +Version: 0.9 +Release: 0.1 +License: BSD +Group: X11/Development/Libraries +Source0: http://xlibs.freedesktop.org/xkbdesc/%{name}-%{version}.tar.bz2 +# Source0-md5: 52afe60101ace8532881e70f6c2dc020 +URL: http://www.freedesktop.org/wiki/Software_2fXKeyboardConfig +BuildRequires: autoconf >= 2.57 +BuildRequires: automake +BuildArch: noarch +Obsoletes: xorg-data-xkbdata +Provides: xorg-data-xkbdata +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The non-arch keyboard configuration database for X Window. The goal is +to provide the consistent, well-structured, frequently released open +source of X keyboard configuration data for X Window System +implementations (free, open source and commercial). The project is +targetted to XKB-based systems. + +%prep +%setup -q + +%build +%configure \ + --enable-xkbcomp-symlink \ + --enable-compat-rules \ + --with-xkb-base=%{_datadir}/X11/xkb + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS CREDITS ChangeLog NEWS README TODO docs/H* docs/R* +%{_datadir}/X11/xkb + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/12/04 18:43:16 arekm +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
