|
@@ -1,5 +1,5 @@
|
|
|
%define name lftp
|
|
|
-%define version 4.0.9
|
|
|
+%define version 4.1.2
|
|
|
%define release 1%{?_dist_release}
|
|
|
|
|
|
Summary: The lftp command line ftp/http client
|
|
@@ -9,13 +9,14 @@ Version: %{version}
|
|
|
Release: %{release}
|
|
|
License: GPL3
|
|
|
Group: Applications/Internet
|
|
|
-Source: http://ftp.yars.free.net/pub/source/lftp/lftp-%{version}.tar.bz2
|
|
|
+# Source: http://ftp.yars.free.net/pub/source/lftp/lftp-%{version}.tar.bz2
|
|
|
+Source: http://ftp.yars.free.net/pub/source/lftp/lftp-%{version}.tar.xz
|
|
|
# Source10: lftp-3.0.9-0vl1-ja.po
|
|
|
Source10: lftp-3.7.4-ja.po
|
|
|
URL: http://lftp.yar.ru/
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
-BuildPrereq: ncurses-devel, openssl-devel, pkgconfig, readline-devel
|
|
|
-BuildPrereq: expat-devel
|
|
|
+BuildRequires: ncurses-devel, openssl-devel, pkgconfig, readline-devel
|
|
|
+BuildRequires: expat-devel
|
|
|
|
|
|
Packager: iwamoto
|
|
|
Vendor: Project Vine
|
|
@@ -93,6 +94,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_libdir}/lftp/%{version}/proto-*.so
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Jan 3 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.1.2-1
|
|
|
+- new upstream release
|
|
|
+- change source tarball format (bz2 -> xz)
|
|
|
+
|
|
|
* Sat Aug 7 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.0.9-1
|
|
|
- new upstream release with security fix (CVE-2010-2251)
|
|
|
|