]> git.pld-linux.org Git - packages/xorg-app-setxkbmap.git/blame - xorg-app-setxkbmap.spec
- converted to UTF-8
[packages/xorg-app-setxkbmap.git] / xorg-app-setxkbmap.spec
CommitLineData
2085024b 1Summary: setxkbmap application
59aa14ff 2Summary(pl.UTF-8): Aplikacja setxkbmap
2085024b 3Name: xorg-app-setxkbmap
a6fd1767 4Version: 1.0.3
0b61ee61 5Release: 1
2085024b
AM
6License: MIT
7Group: X11/Applications
0b61ee61 8Source0: http://xorg.freedesktop.org/releases/individual/app/setxkbmap-%{version}.tar.bz2
a6fd1767 9# Source0-md5: 2b53542095a35a8a5731164118643883
2085024b 10URL: http://xorg.freedesktop.org/
8ee6720f 11BuildRequires: autoconf >= 2.57
2085024b 12BuildRequires: automake
3c471390 13BuildRequires: pkgconfig >= 1:0.19
2085024b 14BuildRequires: xorg-lib-libxkbfile-devel
36e70591 15BuildRequires: xorg-util-util-macros >= 0.99.2
e4d450eb 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
2085024b
AM
17
18%description
19setxkbmap application.
20
59aa14ff 21%description -l pl.UTF-8
2085024b
AM
22Aplikacja setxkbmap.
23
2085024b
AM
24%prep
25%setup -q -n setxkbmap-%{version}
26
2085024b
AM
27%build
28%{__aclocal}
29%{__autoconf}
30%{__autoheader}
31%{__automake}
32%configure
33
34%{__make}
35
2085024b
AM
36%install
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
36e70591 40 DESTDIR=$RPM_BUILD_ROOT
2085024b 41
2085024b
AM
42%clean
43rm -rf $RPM_BUILD_ROOT
44
2085024b
AM
45%files
46%defattr(644,root,root,755)
69b6b6a2 47%doc COPYING ChangeLog
22a3c9e1
JB
48%attr(755,root,root) %{_bindir}/setxkbmap
49%{_mandir}/man1/setxkbmap.1x*
This page took 0.069749 seconds and 4 git commands to generate.