]> git.pld-linux.org Git - packages/xorg-app-xlsatoms.git/blob - xorg-app-xlsatoms.spec
- updated to 1.1.4
[packages/xorg-app-xlsatoms.git] / xorg-app-xlsatoms.spec
1 Summary:        xlsatoms application to list the interned atoms defined on an X11 server
2 Summary(pl.UTF-8):      Aplikacja xlsatoms do wypisywania elementów zdefiniowanych w serwerze X11
3 Name:           xorg-app-xlsatoms
4 Version:        1.1.4
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xlsatoms-%{version}.tar.xz
9 # Source0-md5:  da5b7a39702841281e1d86b7349a03ba
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  libxcb-devel
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  tar >= 1:1.22
16 BuildRequires:  xorg-util-util-macros >= 1.8
17 BuildRequires:  xz
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 xlsatoms application lists the interned atoms defined on an X11
22 server.
23
24 %description -l pl.UTF-8
25 Aplikacja xlsatoms wypisuje elementy (atomy) zdefiniowane wewnątrz
26 serwera X11.
27
28 %prep
29 %setup -q -n xlsatoms-%{version}
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc COPYING ChangeLog README.md
52 %attr(755,root,root) %{_bindir}/xlsatoms
53 %{_mandir}/man1/xlsatoms.1*
This page took 0.078561 seconds and 4 git commands to generate.