]> git.pld-linux.org Git - packages/xkeyboard-config.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 4 Dec 2006 18:43:16 +0000 (18:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xkeyboard-config.spec -> 1.1

xkeyboard-config.spec [new file with mode: 0644]

diff --git a/xkeyboard-config.spec b/xkeyboard-config.spec
new file mode 100644 (file)
index 0000000..f1c1eff
--- /dev/null
@@ -0,0 +1,47 @@
+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
This page took 0.111422 seconds and 4 git commands to generate.