]> git.pld-linux.org Git - packages/elvis.git/commitdiff
- updated URLs, use __mv macro master
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 9 Sep 2022 19:42:07 +0000 (21:42 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 9 Sep 2022 19:42:07 +0000 (21:42 +0200)
elvis.spec

index 43fcc8e0bcd064eff2221ccef3e8b54338af2272..6138c8a83f4772648b46efbada732f64e2998a18 100644 (file)
@@ -6,9 +6,9 @@ Release:        2
 Epoch:         1
 License:       Artistic (see LICENSE.html)
 Group:         Applications/Editors
-Source0:       ftp://ftp.cs.pdx.edu/pub/elvis/%{name}-%{version}.tar.gz
+Source0:       http://www.the-little-red-haired-girl.org/pub/elvis/%{name}-%{version}.tar.gz
 # Source0-md5: 6831b8df3e4a530395e66c2889783752
-URL:           http://elvis.vi-editor.org/
+URL:           http://elvis.the-little-red-haired-girl.org/
 BuildRequires: glibc-static
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: ncurses-static
@@ -54,7 +54,8 @@ CC="%{__cc} %{rpmcflags}"; export CC
 
 %{__make} \
        LIBS="%{rpmldflags} -static -ltinfo"
-mv -f elvis elvis.static
+
+%{__mv} elvis elvis.static
 
 %{__make} clean
 
@@ -78,7 +79,7 @@ done
 
 cp -rf data/* $RPM_BUILD_ROOT%{_datadir}/elvis
 
-mv -f doc/license.html LICENSE.html
+%{__mv} doc/license.html LICENSE.html
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.074239 seconds and 4 git commands to generate.