new version 4.7.0
This commit is contained in:
parent
766e7b6b24
commit
a30c48d833
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@ lftp-4.0.10.tar.xz
|
|||||||
/lftp-4.6.1.tar.xz
|
/lftp-4.6.1.tar.xz
|
||||||
/lftp-4.6.4.tar.xz
|
/lftp-4.6.4.tar.xz
|
||||||
/lftp-4.6.5.tar.xz
|
/lftp-4.6.5.tar.xz
|
||||||
|
/lftp-4.7.0.tar.xz
|
||||||
|
14
lftp.spec
14
lftp.spec
@ -1,10 +1,10 @@
|
|||||||
Summary: A sophisticated file transfer program
|
Summary: A sophisticated file transfer program
|
||||||
Name: lftp
|
Name: lftp
|
||||||
Version: 4.6.5
|
Version: 4.7.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source0: ftp://ftp.yar.ru/pub/source/%{name}/%{name}-%{version}.tar.xz
|
Source0: http://lftp.yar.ru/ftp/%{name}-%{version}.tar.xz
|
||||||
URL: http://lftp.yar.ru/
|
URL: http://lftp.yar.ru/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: ncurses-devel, gnutls-devel, pkgconfig, readline-devel, gettext
|
BuildRequires: ncurses-devel, gnutls-devel, pkgconfig, readline-devel, gettext
|
||||||
@ -38,10 +38,7 @@ sed -i.norpath -e \
|
|||||||
configure
|
configure
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-modules --disable-static --with-gnutls --without-openssl --with-debug \
|
%configure --with-modules --disable-static --with-gnutls --without-openssl --with-debug
|
||||||
%if "%{version}" == "4.6.5"
|
|
||||||
CXX="%{__cxx} -std=gnu++03"
|
|
||||||
%endif
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -96,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 30 2016 Luboš Uhliarik <luhliari@redhat.com> - 4.7.0-1
|
||||||
|
- new version 4.7.0
|
||||||
|
|
||||||
* Fri Feb 19 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 4.6.5-3
|
* Fri Feb 19 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 4.6.5-3
|
||||||
- Compile with "g++ -std=gnu++03" (F24FTBFS, RHBZ#1307711).
|
- Compile with "g++ -std=gnu++03" (F24FTBFS, RHBZ#1307711).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user