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