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