[packages/task-spooler] Do not use %{url} macro

glen glen at pld-linux.org
Mon Mar 23 20:27:37 CET 2020


commit d9b8f71642d4c1addf0c177e587f88c552e638a2
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Mon Mar 23 21:27:14 2020 +0200

    Do not use %{url} macro
    
    Distfiles fetcher is unable to expand the macro

 task-spooler.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/task-spooler.spec b/task-spooler.spec
index 56e4175..3251415 100644
--- a/task-spooler.spec
+++ b/task-spooler.spec
@@ -1,12 +1,12 @@
 Summary:	Personal job scheduler
 Name:		task-spooler
 Version:	1.0
-Release:	0.1
+Release:	1
 License:	GPL v2+
 Group:		Applications
-URL:		http://vicerveza.homeunix.net/~viric/soft/ts
-Source0:	%{url}/ts-%{version}.tar.gz
+Source0:	http://vicerveza.homeunix.net/~viric/soft/ts/ts-%{version}.tar.gz
 # Source0-md5:	c7589cdc28115d8925794d713ff72dba
+URL:		http://vicerveza.homeunix.net/~viric/soft/ts
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/task-spooler.git/commitdiff/d9b8f71642d4c1addf0c177e587f88c552e638a2



More information about the pld-cvs-commit mailing list