]> git.pld-linux.org Git - packages/root-tail.git/blob - root-tail.spec
9e3c1f566f28afdca0301ce2216ce01e262ae656
[packages/root-tail.git] / root-tail.spec
1 Summary:        Displays (tails) a given file anywhere on your X root window
2 Summary(pl.UTF-8):      Wyświetla (tail) dany plik jako tło w Xach
3 Name:           root-tail
4 Version:        1.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://goof.com/pcg/marc/data/%{name}-%{version}.tar.gz
9 # Source0-md5:  5a4b3c4c7ab3bed1f4575e9688aac5de
10 URL:            http://goof.com/pcg/marc/root-tail.html
11 BuildRequires:  rman
12 BuildRequires:  xorg-cf-files
13 BuildRequires:  xorg-lib-libX11-devel
14 BuildRequires:  xorg-lib-libXext-devel
15 BuildRequires:  xorg-util-gccmakedep
16 BuildRequires:  xorg-util-imake
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Displays a given file anywhere on your X11 root window with a
21 transparent background. It was made because I'm very lazy and this was
22 easier than making a new rxvt pixmap each time I changed my background
23 to simulate that transparent effect.
24
25 %description -l pl.UTF-8
26 Narzędzie umożliwiające wyświetlanie danego pliku w głównym oknie X11
27 z przezroczystym tłem. Powstało po to, żeby nie zmieniać tła rxvt przy
28 każdej zmianie tła desktopu.
29
30 %prep
31 %setup -q
32
33 %build
34 xmkmf -a
35 %{__make} \
36         CXXDEBUGFLAGS="%{rpmcflags}"
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 install -D root-tail $RPM_BUILD_ROOT%{_bindir}/root-tail
42 install -D root-tail.man $RPM_BUILD_ROOT%{_mandir}/man1/root-tail.1
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc README Changes
50 %attr(755,root,root) %{_bindir}/root-tail
51 %{_mandir}/man1/root-tail.1*
This page took 0.03947 seconds and 2 git commands to generate.