]> git.pld-linux.org Git - packages/xorg-app-xrefresh.git/blob - xorg-app-xrefresh.spec
- cleanups, kill /usr/X11R6
[packages/xorg-app-xrefresh.git] / xorg-app-xrefresh.spec
1 Summary:        xrefresh application
2 Summary(pl):    Aplikacja xrefresh
3 Name:           xorg-app-xrefresh
4 Version:        0.99.0
5 Release:        0.02
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/X11R7.0-RC0/app/xrefresh-%{version}.tar.bz2
9 # Source0-md5:  edb913d2bd1b4d3ca4fc446d1dbbc051
10 Patch0:         xrefresh-man.patch
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  xorg-lib-libX11-devel
15 BuildRequires:  xorg-util-util-macros
16 BuildRequires:  pkgconfig >= 0.19
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 xrefresh application.
21
22 %description -l pl
23 Aplikacja xrefresh.
24
25 %prep
26 %setup -q -n xrefresh-%{version}
27 %patch0 -p1
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 %attr(755,root,wheel) %{_bindir}/*
50 %{_mandir}/man1/*.1*
This page took 0.064943 seconds and 3 git commands to generate.