]> git.pld-linux.org Git - packages/xorg-app-xsetroot.git/blob - xorg-app-xsetroot.spec
- 1.0.1 (X11R7.0 release)
[packages/xorg-app-xsetroot.git] / xorg-app-xsetroot.spec
1 Summary:        xsetroot application
2 Summary(pl):    Aplikacja xsetroot
3 Name:           xorg-app-xsetroot
4 Version:        1.0.1
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0/src/app/xsetroot-%{version}.tar.bz2
9 # Source0-md5:  fc7eeb7130bb54345671a9dbaab567ac
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-data-xbitmaps
15 # just xmuu
16 BuildRequires:  xorg-lib-libXmu-devel
17 BuildRequires:  xorg-util-util-macros >= 0.99.2
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 xsetroot application.
22
23 %description -l pl
24 Aplikacja xsetroot.
25
26 %prep
27 %setup -q -n xsetroot-%{version}
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 %doc COPYING ChangeLog
50 %attr(755,root,root) %{_bindir}/*
51 %{_mandir}/man1/*.1x*
This page took 0.106165 seconds and 3 git commands to generate.