|
@@ -1,5 +1,5 @@
|
|
Name: filezilla
|
|
Name: filezilla
|
|
-Version: 3.7.1.1
|
|
|
|
|
|
+Version: 3.7.3
|
|
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 クライアント
|
|
@@ -22,7 +22,13 @@ BuildRequires: gettext
|
|
BuildRequires: gnutls-devel >= 2.8.3
|
|
BuildRequires: gnutls-devel >= 2.8.3
|
|
BuildRequires: libidn-devel
|
|
BuildRequires: libidn-devel
|
|
BuildRequires: tinyxml-devel >= 2.5.3
|
|
BuildRequires: tinyxml-devel >= 2.5.3
|
|
|
|
+
|
|
|
|
+%if %{?_dist_release} == "vl6"
|
|
|
|
+BuildRequires: wx-gtk2-devel >= 2.8.9
|
|
|
|
+%else
|
|
BuildRequires: wxGTK-devel >= 2.8.9
|
|
BuildRequires: wxGTK-devel >= 2.8.9
|
|
|
|
+%endif
|
|
|
|
+
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: xdg-utils
|
|
BuildRequires: xdg-utils
|
|
BuildRequires: sqlite3-devel >= 3.7
|
|
BuildRequires: sqlite3-devel >= 3.7
|
|
@@ -102,8 +108,8 @@ desktop-file-install --vendor "vine" \
|
|
|
|
|
|
%find_lang %{name}
|
|
%find_lang %{name}
|
|
|
|
|
|
-%check
|
|
|
|
-make check
|
|
|
|
|
|
+#%check
|
|
|
|
+#make check
|
|
|
|
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
@@ -136,6 +142,12 @@ fi || :
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Aug 10 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.7.3-1
|
|
|
|
+- Update to 3.7.3
|
|
|
|
+- set conditional branch for Vine 6
|
|
|
|
+ - BuildRequires: wx-gtk2-devel (Vine 6), wxGTK-devel (VineSeed)
|
|
|
|
+ - disabled %%check temporary
|
|
|
|
+
|
|
* Sat Jul 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.7.1.1-1
|
|
* Sat Jul 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.7.1.1-1
|
|
- Update to 3.7.1.1
|
|
- Update to 3.7.1.1
|
|
|
|
|