]> git.pld-linux.org Git - packages/xorg-app-xsetroot.git/blob - xorg-app-xsetroot.spec
4696ab79e3049c703da158a7dae95d0438ea7fba
[packages/xorg-app-xsetroot.git] / xorg-app-xsetroot.spec
1 # $Rev: 3421 $, $Date: 2005-08-27 17:42:47 $
2 #
3 Summary:        xsetroot application
4 Summary(pl):    Aplikacja xsetroot
5 Name:           xorg-app-xsetroot
6 Version:        0.99.0
7 Release:        0.02
8 License:        MIT
9 Group:          X11/Applications
10 Source0:        http://xorg.freedesktop.org/X11R7.0-RC0/app/xsetroot-%{version}.tar.bz2
11 # Source0-md5:  66d8db8638c21db7e6bd2d7ed4578f0a
12 Patch0:         xsetroot-man.patch
13 URL:            http://xorg.freedesktop.org/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  xorg-lib-libXmu-devel
17 BuildRequires:  xorg-util-util-macros
18 BuildRequires:  pkgconfig >= 0.19
19 BuildRequires:  xorg-data-xbitmaps
20 BuildRoot:      %{tmpdir}/xsetroot-%{version}-root-%(id -u -n)
21
22 %define         _prefix         /usr/X11R6
23 %define         _mandir         %{_prefix}/man
24
25 %description
26 xsetroot application.
27
28 %description -l pl
29 Aplikacja xsetroot.
30
31
32 %prep
33 %setup -q -n xsetroot-%{version}
34 %patch0 -p1
35
36
37 %build
38 %{__aclocal}
39 %{__autoconf}
40 %{__autoheader}
41 %{__automake}
42 %configure
43
44 %{__make}
45
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57
58 %files
59 %defattr(644,root,root,755)
60 %attr(755,root,wheel) %{_bindir}/*
61 %{_mandir}/man1/*.1*
This page took 0.097452 seconds and 2 git commands to generate.