]> git.pld-linux.org Git - SPECS.git/blob - xsri.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / xsri.spec
1 Summary:        X Set Root Image - display image on the root window
2 Summary(pl.UTF-8):      X Set Root Image - wyświetlanie obrazu w głównym oknie
3 Name:           xsri
4 Version:        2.1.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Window Managers/Tools
8 Source0:        http://www.pleyades.net/pawm/utils/%{name}-%{version}.tar.gz
9 # Source0-md5:  624a8edc75e347fb0f5de7e3a921f67d
10 URL:            http://www.pleyades.net/pawm/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gtk+2-devel >= 1.3.13
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig
16 BuildRequires:  popt-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 X Set Root Image - displays images on the root window with parameters.
21
22 %description -l pl.UTF-8
23 X Set Root Image - wyświetla obraz w głównym oknie (jako tapetę) z
24 podanymi parametrami.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %{__autoheader}
33 %{__automake}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog README
49 %attr(755,root,root) %{_bindir}/*
This page took 0.647073 seconds and 3 git commands to generate.