]> git.pld-linux.org Git - packages/xorg-app-xrefresh.git/blob - xorg-app-xrefresh.spec
9ee50ae50b3c5e422f85c3cf5125869bbba8d1f3
[packages/xorg-app-xrefresh.git] / xorg-app-xrefresh.spec
1 Summary:        xrefresh application to refresh all or part of an X screen
2 Summary(pl.UTF-8):      Aplikacja xrefresh do odświeżania całości lub części ekranu X
3 Name:           xorg-app-xrefresh
4 Version:        1.0.3
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xrefresh-%{version}.tar.bz2
9 # Source0-md5:  8f4fafcfb77b3c6972cc44bb3f1c899c
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libX11-devel
15 BuildRequires:  xorg-util-util-macros >= 1.3
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 xrefresh application is a simple X program that causes all or part of
20 your screen to be repainted.
21
22 %description -l pl.UTF-8
23 Aplikacja xrefresh to prosty program X powodujący ponowne narysowanie
24 całości lub części ekranu.
25
26 %prep
27 %setup -q -n xrefresh-%{version}
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %{__autoheader}
33 %{__automake}
34 %configure
35
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc COPYING ChangeLog README
50 %attr(755,root,root) %{_bindir}/xrefresh
51 %{_mandir}/man1/xrefresh.1x*
This page took 0.134724 seconds and 2 git commands to generate.