[lftp/f21] corrected path to tarball in spec file

Jiri Skala jskala at fedoraproject.org
Wed Aug 13 19:42:24 UTC 2014


commit d5075dc9919d79260a0aeb385ebfe22025384b65
Author: Jiri Skala <jskala at redhat.com>
Date:   Wed Aug 13 21:42:26 2014 +0200

    corrected path to tarball in spec file

 lftp.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lftp.spec b/lftp.spec
index d96a876..17e7c75 100644
--- a/lftp.spec
+++ b/lftp.spec
@@ -1,10 +1,10 @@
 Summary:	A sophisticated file transfer program
 Name:		lftp
 Version:	4.5.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv3+
 Group:		Applications/Internet
-Source0:	ftp://ftp.yar.ru/lftp/lftp-%{version}.tar.xz
+Source0:	ftp://ftp.yar.ru/pub/source/%{name}/%{name}-%{version}.tar.xz
 URL:		http://lftp.yar.ru/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	ncurses-devel, gnutls-devel, pkgconfig, readline-devel, gettext
@@ -93,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 13 2014 Jiri Skala <jskala at redhat.com> - 4.5.4-2
+- corrected path to tarball in spec file
+
 * Fri Aug 08 2014 Jiri Skala <jskala at redhat.com> - 4.5.4-1
 - updated to latest upstream 4.5.4
 


More information about the scm-commits mailing list