]> git.pld-linux.org Git - packages/root-tail.git/commitdiff
- new URLs, updated to 1.3 master auto/th/root-tail-1.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 7 Dec 2021 20:42:42 +0000 (21:42 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 7 Dec 2021 20:42:42 +0000 (21:42 +0100)
root-tail.spec

index 9e3c1f566f28afdca0301ce2216ce01e262ae656..1ca47f659acff5eefca8ce471c775d06cad8d02b 100644 (file)
@@ -1,19 +1,15 @@
 Summary:       Displays (tails) a given file anywhere on your X root window
 Summary(pl.UTF-8):     Wyświetla (tail) dany plik jako tło w Xach
 Name:          root-tail
-Version:       1.2
+Version:       1.3
 Release:       1
 License:       GPL
 Group:         X11/Applications
-Source0:       http://goof.com/pcg/marc/data/%{name}-%{version}.tar.gz
-# Source0-md5: 5a4b3c4c7ab3bed1f4575e9688aac5de
-URL:           http://goof.com/pcg/marc/root-tail.html
-BuildRequires: rman
-BuildRequires: xorg-cf-files
+Source0:       http://dist.schmorp.de/root-tail/%{name}-%{version}.tar.gz
+# Source0-md5: 76681b2823604af8d9ea56695d774933
+URL:           http://software.schmorp.de/pkg/root-tail.html
 BuildRequires: xorg-lib-libX11-devel
-BuildRequires: xorg-lib-libXext-devel
-BuildRequires: xorg-util-gccmakedep
-BuildRequires: xorg-util-imake
+BuildRequires: xorg-lib-libXfixes-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,21 +21,21 @@ to simulate that transparent effect.
 %description -l pl.UTF-8
 Narzędzie umożliwiające wyświetlanie danego pliku w głównym oknie X11
 z przezroczystym tłem. Powstało po to, żeby nie zmieniać tła rxvt przy
-każdej zmianie tła desktopu.
+każdej zmianie tła pulpitu.
 
 %prep
 %setup -q
 
 %build
-xmkmf -a
 %{__make} \
-       CXXDEBUGFLAGS="%{rpmcflags}"
+       CC="%{__cc}" \
+       COPTS="%{rpmcflags} %{rpmcppflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -D root-tail $RPM_BUILD_ROOT%{_bindir}/root-tail
-install -D root-tail.man $RPM_BUILD_ROOT%{_mandir}/man1/root-tail.1
+install -Dp root-tail $RPM_BUILD_ROOT%{_bindir}/root-tail
+install -Dp root-tail.man $RPM_BUILD_ROOT%{_mandir}/man1/root-tail.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.077082 seconds and 4 git commands to generate.