update to 3.15.0.1 [release 3.15.0.1-1mamba;Tue Feb 02 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 17:42:59 +01:00
parent 4154fcaaca
commit c1d35b5c9a

View File

@ -1,5 +1,5 @@
Name: FileZilla
Version: 3.8.1
Version: 3.15.0.1
Release: 1mamba
Summary: FTP, FTPS and SFTP client
Group: Graphical Desktop/Applications/Networking
@ -10,6 +10,24 @@ URL: http://filezilla-project.org/
Source0: http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/%{version}/FileZilla_%{version}_src.tar.bz2
Source1: filezilapng.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libdbus-devel
BuildRequires: libfilezilla-devel
BuildRequires: libgcc
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libgnutls-devel
BuildRequires: libgtk-devel
BuildRequires: libpango-devel
BuildRequires: libsqlite-devel
BuildRequires: libstdc++6-devel
BuildRequires: libwx_baseu-devel
BuildRequires: libwx_gtk3u-devel
BuildRequires: pugixml-devel
## AUTOBUILDREQ-END
BuildRequires: automake
BuildRequires: autoconf
BuildRequires: libtool
@ -17,20 +35,6 @@ BuildRequires: libcppunit-devel
BuildRequires: desktop-file-utils
BuildRequires: gettext-devel
BuildRequires: libwxBase-ansi-devel
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libdbus-devel
BuildRequires: libgcc
BuildRequires: libgcrypt-devel
BuildRequires: libgnutls-devel
BuildRequires: libgpg-error-devel
BuildRequires: libidn-devel
BuildRequires: libstdc++6-devel
BuildRequires: libtasn1-devel
BuildRequires: libtinyxml-devel
BuildRequires: libwxBase-unicode-devel
BuildRequires: libwxGTK-unicode-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -46,15 +50,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
- Network configuration wizard
%prep
%setup -q -n filezilla-%{version}
%build
%configure \
--enable-locales \
--disable-precomp \
--disable-manualupdatecheck \
--with-tinyxml=system \
--disable-autoupdatecheck \
--with-wx-config=wx-config-unicode \
--with-wx-config=wx-config-unicode-3 \
CXXFLAGS="%{optflags} -I."
%make -j1
@ -88,6 +93,7 @@ fi
%{_bindir}/filezilla
%{_bindir}/fzputtygen
%{_bindir}/fzsftp
%{_datadir}/appdata/filezilla.appdata.xml
%{_datadir}/applications/filezilla.desktop
%{_datadir}/pixmaps/filezilla.png
%{_datadir}/icons/hicolor/*x*/apps/filezilla.png
@ -101,6 +107,9 @@ fi
#ChangeLog NEWS README
%changelog
* Tue Feb 02 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.15.0.1-1mamba
- update to 3.15.0.1
* Sun Jul 13 2014 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
- automatic update by autodist