]> git.pld-linux.org Git - packages/xorg-app-xrefresh.git/blame_incremental - xorg-app-xrefresh.spec
- updated to 1.0.3
[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.3
5Release: 1
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/releases/individual/app/xrefresh-%{version}.tar.bz2
9# Source0-md5: 8f4fafcfb77b3c6972cc44bb3f1c899c
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake
13BuildRequires: pkgconfig >= 1:0.19
14BuildRequires: xorg-lib-libX11-devel
15BuildRequires: xorg-util-util-macros >= 1.3
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19xrefresh application is a simple X program that causes all or part of
20your screen to be repainted.
21
22%description -l pl.UTF-8
23Aplikacja xrefresh to prosty program X powodujący ponowne narysowanie
24cał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
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
44%clean
45rm -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.045845 seconds and 4 git commands to generate.