]> git.pld-linux.org Git - packages/root-tail.git/blob - root-tail.spec
d15ad458de5e98160bb87cc4fbdcef358e344da7
[packages/root-tail.git] / root-tail.spec
1 Summary:        Displays (tails) a given file anywhere on your X root window
2 Summary(pl):    Wy¶wietla (tail) dany plik jako t³o w Xach
3 Name:           root-tail
4 Version:        0.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:  92c217c21c4388413b8fb3e0d9ffb6ac
10 URL:            http://goof.com/pcg/marc/root-tail.html
11 BuildRequires:  XFree86-devel
12 Requires:       XFree86
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Displays a given file anywhere on your X11 root window with a
17 transparent background. It was made because I'm very lazy and this was
18 easier than making a new rxvt pixmap each time I changed my background
19 to simulate that transparent effect.
20
21 %description -l pl
22 Narzêdzie umo¿liwiaj±ce wy¶wietlanie danego pliku w g³ównym oknie X11
23 z przezroczystym t³em. Powsta³o po to, ¿eby nie zmieniaæ t³a rxvt przy
24 ka¿dej zmianie t³a desktopu.
25
26 %prep
27 %setup -q
28
29 %build
30 xmkmf -a
31 %{__make} CXXDEBUGFLAGS="%{rpmcflags}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 install -D root-tail $RPM_BUILD_ROOT%{_bindir}/root-tail
37 install -D root-tail.man $RPM_BUILD_ROOT%{_mandir}/man1/root-tail.1
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README Changes
45 %attr(755,root,root) %{_bindir}/root-tail
46 %{_mandir}/man1/root-tail.1.*
This page took 0.042501 seconds and 2 git commands to generate.