[filezilla] Update to 3.3.5.1

Nicolas Chauvet kwizart at fedoraproject.org
Sat Nov 27 23:59:25 UTC 2010


commit 494088a0576eadfe7153bc30ecad0d40ad32a989
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Sun Nov 28 00:59:11 2010 +0100

    Update to 3.3.5.1

 .gitignore     |    3 +++
 filezilla.spec |   24 ++++++++++++++++++++++--
 sources        |    2 +-
 3 files changed, 26 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd7bdf7..dccd7c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
 FileZilla_3.3.3_src.tar.bz2
 FileZilla_3.3.4_src.tar.bz2
+/FileZilla_3.3.4.1_src.tar.bz2
+/FileZilla_3.3.5_src.tar.bz2
+/FileZilla_3.3.5.1_src.tar.bz2
diff --git a/filezilla.spec b/filezilla.spec
index 4b9f917..a0087af 100644
--- a/filezilla.spec
+++ b/filezilla.spec
@@ -1,7 +1,7 @@
 #global fz_rc   rc1
 
 Name:           filezilla
-Version:        3.3.4
+Version:        3.3.5.1
 Release:        1%{?fz_rc:_%{?fz_rc}}%{?dist}
 Summary:        FileZilla FTP, FTPS and SFTP client
 
@@ -55,7 +55,7 @@ FileZilla is a FTP, FTPS and SFTP client for Linux with a lot of features.
   --disable-static \
   --enable-locales \
   --disable-manualupdatecheck \
-  --with-tinyxml=system \
+  --with-tinyxml=builtin \
   --disable-autoupdatecheck 
 
 ## Do not use --enable-buildtype=official 
@@ -85,6 +85,13 @@ desktop-file-install --vendor "fedora" \
   --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
   ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
+#Create directory for system wide settings
+mkdir -p $RPM_BUILD_ROOT%{_syscondir}/%{name}
+#Ghost configuration file
+touch $RPM_BUILD_ROOT%{_syscondir}/%{name}/fzdefaults.xml
+mv $RPM_BUILD_ROOT%{_datadir}/%{name}/docs/fzdefaults.xml.example \
+  $RPM_BUILD_ROOT%{_syscondir}/%{name}
+
 
 %find_lang %{name}
 
@@ -112,6 +119,9 @@ fi || :
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS
 %doc %{_datadir}/%{name}/docs/*
+%dir %{_syscondir}/%{name}
+%ghost %{_syscondir}/%{name}/fzdefaults.xml
+%config %{_syscondir}/%{name}/fzdefaults.xml.example
 %{_bindir}/*
 %{_datadir}/filezilla/
 %{_datadir}/applications/*%{name}.desktop
@@ -121,6 +131,16 @@ fi || :
 
 
 %changelog
+* Sun Nov 28 2010 Nicolas Chauvet <kwizart at gmail.com> - 3.3.5.1-1
+- Update to 3.3.5.1
+
+* Thu Nov 18 2010 Nicolas Chauvet <kwizart at gmail.com> - 3.3.5-0.1
+- Update to 3.3.5
+- Add RPM registration for system wide settings
+
+* Sun Aug 22 2010 Nicolas Chauvet <kwizart at gmail.com> - 3.3.4.1-1
+- Update to 3.3.4.1
+
 * Fri Aug 13 2010 Nicolas Chauvet <kwizart at gmail.com> - 3.3.4-1
 - Update to 3.3.4
 
diff --git a/sources b/sources
index 2abb2fd..1b347f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-690f2bb184bc150138fb0b1082ba9f8b  FileZilla_3.3.4_src.tar.bz2
+25617d75167d07c0d3cfced69a4cf7cc  FileZilla_3.3.5.1_src.tar.bz2


More information about the scm-commits mailing list