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