]> git.pld-linux.org Git - packages/root-tail.git/blame - root-tail.spec
- new URLs, updated to 1.3
[packages/root-tail.git] / root-tail.spec
CommitLineData
3bd23c28 1Summary: Displays (tails) a given file anywhere on your X root window
72bc2b25 2Summary(pl.UTF-8): Wyświetla (tail) dany plik jako tło w Xach
16778d5e 3Name: root-tail
22504df0 4Version: 1.3
5fe54905 5Release: 1
16778d5e 6License: GPL
7Group: X11/Applications
22504df0
JB
8Source0: http://dist.schmorp.de/root-tail/%{name}-%{version}.tar.gz
9# Source0-md5: 76681b2823604af8d9ea56695d774933
10URL: http://software.schmorp.de/pkg/root-tail.html
cd208ad0 11BuildRequires: xorg-lib-libX11-devel
22504df0 12BuildRequires: xorg-lib-libXfixes-devel
0783ebd2 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16778d5e 14
15%description
16Displays a given file anywhere on your X11 root window with a
17transparent background. It was made because I'm very lazy and this was
18easier than making a new rxvt pixmap each time I changed my background
19to simulate that transparent effect.
20
dbe7888c
JR
21%description -l pl.UTF-8
22Narzędzie umożliwiające wyświetlanie danego pliku w głównym oknie X11
23z przezroczystym tłem. Powstało po to, żeby nie zmieniać tła rxvt przy
22504df0 24każdej zmianie tła pulpitu.
16778d5e 25
26%prep
27%setup -q
28
29%build
cd208ad0 30%{__make} \
22504df0
JB
31 CC="%{__cc}" \
32 COPTS="%{rpmcflags} %{rpmcppflags}"
16778d5e 33
34%install
3677af07 35rm -rf $RPM_BUILD_ROOT
3bd23c28 36
22504df0
JB
37install -Dp root-tail $RPM_BUILD_ROOT%{_bindir}/root-tail
38install -Dp root-tail.man $RPM_BUILD_ROOT%{_mandir}/man1/root-tail.1
3bd23c28 39
16778d5e 40%clean
3677af07 41rm -rf $RPM_BUILD_ROOT
16778d5e 42
43%files
44%defattr(644,root,root,755)
4ae7a7aa 45%doc README Changes
16778d5e 46%attr(755,root,root) %{_bindir}/root-tail
d5e6d147 47%{_mandir}/man1/root-tail.1*
This page took 0.088195 seconds and 4 git commands to generate.