|
@@ -1,5 +1,5 @@
|
|
Name: filezilla
|
|
Name: filezilla
|
|
-Version: 3.8.1
|
|
+Version: 3.9.0.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,12 +22,7 @@ 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
|
|
-
|
|
+BuildRequires: wxGTK3-devel
|
|
-%if %{?_dist_release} == "vl6"
|
|
|
|
-BuildRequires: wx-gtk2-devel >= 2.8.9
|
|
|
|
-%else
|
|
|
|
-BuildRequires: wxGTK-devel >= 2.8.9
|
|
|
|
-%endif
|
|
|
|
|
|
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: xdg-utils
|
|
BuildRequires: xdg-utils
|
|
@@ -64,27 +59,24 @@ FileZilla は多くの機能を備えた Linux のための FTP/FTPS/SFTP クラ
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{name}-%{version}
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
|
-#sed -i -e 's/2.0.4/1.6.3/' configure.in
|
|
|
|
-
|
|
|
|
# Run autotools if needed
|
|
# Run autotools if needed
|
|
# sh autoconf
|
|
# sh autoconf
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
+WXRC=%{_bindir}/wxrc-3.0; export WXRC
|
|
%configure \
|
|
%configure \
|
|
|
|
+ --with-wx-config=%{_bindir}/wx-config-3.0 \
|
|
|
|
+ --with-tinyxml=system \
|
|
--disable-static \
|
|
--disable-static \
|
|
--enable-locales \
|
|
--enable-locales \
|
|
--disable-manualupdatecheck \
|
|
--disable-manualupdatecheck \
|
|
- --with-tinyxml=system \
|
|
|
|
--disable-autoupdatecheck
|
|
--disable-autoupdatecheck
|
|
|
|
|
|
## Do not use --enable-buildtype=official
|
|
## Do not use --enable-buildtype=official
|
|
## that option enables the "check for updates" dialog to download
|
|
## that option enables the "check for updates" dialog to download
|
|
## new binaries from the official website.
|
|
## new binaries from the official website.
|
|
|
|
|
|
-# Remove the timyxml internal static lib to configure will not fails
|
|
|
|
-#rm -rf src/tinyxml/
|
|
|
|
-
|
|
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
@@ -108,7 +100,7 @@ desktop-file-install --vendor "vine" \
|
|
|
|
|
|
%find_lang %{name}
|
|
%find_lang %{name}
|
|
|
|
|
|
-#%check
|
|
+%check
|
|
make check
|
|
make check
|
|
|
|
|
|
%clean
|
|
%clean
|
|
@@ -131,7 +123,6 @@ fi || :
|
|
%files -f %{name}.lang
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc AUTHORS ChangeLog COPYING NEWS
|
|
%doc AUTHORS ChangeLog COPYING NEWS
|
|
-#%doc %{_datadir}/%{name}/docs/*
|
|
|
|
%{_bindir}/*
|
|
%{_bindir}/*
|
|
%{_datadir}/filezilla/*
|
|
%{_datadir}/filezilla/*
|
|
%{_datadir}/applications/*%{name}.desktop
|
|
%{_datadir}/applications/*%{name}.desktop
|
|
@@ -142,6 +133,14 @@ fi || :
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Sep 06 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.9.0.3-1
|
|
|
|
+- new upstream release
|
|
|
|
+- unset conditional branch for Vine 6
|
|
|
|
+- changed BuildRequires: wxGTK-devel to wxGTK3-devel
|
|
|
|
+- modified configure
|
|
|
|
+ - added --with-wx-config=%%{_bindir}/wx-config-3.0
|
|
|
|
+ - exported WXRC path
|
|
|
|
+
|
|
* Tue Jul 01 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.8.1-1
|
|
* Tue Jul 01 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.8.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|