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