|
@@ -1,5 +1,5 @@
|
|
Name: filezilla
|
|
Name: filezilla
|
|
-Version: 3.12.0.2
|
|
|
|
|
|
+Version: 3.19.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: FileZilla is a cross-platform graphical FTP, FTPS and SFTP client
|
|
Summary: FileZilla is a cross-platform graphical FTP, FTPS and SFTP client
|
|
Summary(ja): FileZilla - クロスプラットフォームのグラフィカルな FTP/FTPS/SFTP クライアント
|
|
Summary(ja): FileZilla - クロスプラットフォームのグラフィカルな FTP/FTPS/SFTP クライアント
|
|
@@ -23,6 +23,8 @@ BuildRequires: gnutls-devel >= 2.8.3
|
|
BuildRequires: libidn-devel
|
|
BuildRequires: libidn-devel
|
|
BuildRequires: tinyxml-devel >= 2.5.3
|
|
BuildRequires: tinyxml-devel >= 2.5.3
|
|
BuildRequires: wxGTK3-devel
|
|
BuildRequires: wxGTK3-devel
|
|
|
|
+BuildRequires: libfilezilla-devel
|
|
|
|
+BuildRequires: pugixml-devel
|
|
|
|
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: xdg-utils
|
|
BuildRequires: xdg-utils
|
|
@@ -68,6 +70,7 @@ WXRC=%{_bindir}/wxrc-3.0; export WXRC
|
|
%configure \
|
|
%configure \
|
|
--with-wx-config=%{_bindir}/wx-config-3.0 \
|
|
--with-wx-config=%{_bindir}/wx-config-3.0 \
|
|
--with-tinyxml=system \
|
|
--with-tinyxml=system \
|
|
|
|
+ --with-pugixml=system \
|
|
--disable-static \
|
|
--disable-static \
|
|
--enable-locales \
|
|
--enable-locales \
|
|
--disable-manualupdatecheck \
|
|
--disable-manualupdatecheck \
|
|
@@ -134,6 +137,11 @@ fi || :
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jul 23 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.19.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added BuildRequires: libfilezilla-devel, pugixml-devel
|
|
|
|
+- added option --with-pugixml=system in %%configure
|
|
|
|
+
|
|
* Sun Apr 24 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.12.0.2-1
|
|
* Sun Apr 24 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.12.0.2-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|