]> git.pld-linux.org Git - packages/xorg-app-xeyes.git/blame - xorg-app-xeyes.spec
- updated to 1.2.0
[packages/xorg-app-xeyes.git] / xorg-app-xeyes.spec
CommitLineData
8fb5dd12
JB
1Summary: xeyes application - a follow the mouse X demo
2Summary(pl.UTF-8): Aplikacja xeyes - program demonstracyjny dla X obrazujący śledzenie myszy
59692edd 3Name: xorg-app-xeyes
ef1b286a 4Version: 1.2.0
33e2bafa 5Release: 1
59692edd
AM
6License: MIT
7Group: X11/Applications
33e2bafa 8Source0: https://xorg.freedesktop.org/releases/individual/app/xeyes-%{version}.tar.bz2
ef1b286a 9# Source0-md5: 93b707adb44ac82dbf8ac0ac29004938
f7cd8814
JB
10Source1: xeyes.desktop
11Source2: xeyes.png
33e2bafa 12URL: https://xorg.freedesktop.org/
add99151 13BuildRequires: autoconf >= 2.60
59692edd 14BuildRequires: automake
ef1b286a 15BuildRequires: libxcb-devel >= 1.9
bf133727 16BuildRequires: pkgconfig >= 1:0.19
ef1b286a
JB
17BuildRequires: pkgconfig(x11-xcb)
18BuildRequires: pkgconfig(xcb-damage)
19BuildRequires: pkgconfig(xcb-present) >= 1.9
20BuildRequires: pkgconfig(xcb-xfixes)
21BuildRequires: xorg-lib-libX11-devel
add99151 22BuildRequires: xorg-lib-libXext-devel
ef1b286a 23BuildRequires: xorg-lib-libXi-devel >= 1.7
59692edd 24BuildRequires: xorg-lib-libXmu-devel
8fb5dd12
JB
25BuildRequires: xorg-lib-libXrender-devel >= 0.4
26BuildRequires: xorg-lib-libXt-devel
33e2bafa 27BuildRequires: xorg-proto-xproto-devel >= 7.0.17
add99151 28BuildRequires: xorg-util-util-macros >= 1.8
ef1b286a
JB
29Requires: libxcb >= 1.9
30Requires: xorg-lib-libXi >= 1.7
8fb5dd12 31Requires: xorg-lib-libXrender >= 0.4
32b899fd 32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
59692edd
AM
33
34%description
8fb5dd12
JB
35xeyes application is a "follow the mouse" X demo, using the X SHAPE
36extension.
59692edd 37
6e9328fc 38%description -l pl.UTF-8
8fb5dd12
JB
39Aplikacja xeyes to program demonstracyjny dla X obrazujący śledzenie
40myszy, wykorzystujący rozszerzenie X SHAPE.
59692edd 41
59692edd
AM
42%prep
43%setup -q -n xeyes-%{version}
59692edd 44
59692edd
AM
45%build
46%{__aclocal}
47%{__autoconf}
48%{__autoheader}
49%{__automake}
50%configure
51
52%{__make}
53
59692edd
AM
54%install
55rm -rf $RPM_BUILD_ROOT
56
57%{__make} install \
1e9406f7 58 DESTDIR=$RPM_BUILD_ROOT
59692edd 59
f7cd8814
JB
60install -D %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/xeyes.desktop
61install -D %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/xeyes.png
62
59692edd
AM
63%clean
64rm -rf $RPM_BUILD_ROOT
65
59692edd
AM
66%files
67%defattr(644,root,root,755)
ef1b286a 68%doc COPYING ChangeLog README.md
76588ae1 69%attr(755,root,root) %{_bindir}/xeyes
f7cd8814
JB
70%{_desktopdir}/xeyes.desktop
71%{_pixmapsdir}/xeyes.png
5d3db512 72%{_mandir}/man1/xeyes.1*
This page took 0.127756 seconds and 4 git commands to generate.