[leechcraft/f16] 0.5.65

Minh Ngo ignotusp at fedoraproject.org
Thu Apr 26 21:02:06 UTC 2012


commit 3542ec471c2c76cfbfc6602ac106408dc98bf743
Author: Minh Ngo <nlminhtl at gmail.com>
Date:   Fri Apr 27 00:01:48 2012 +0300

    0.5.65

 .gitignore       |    1 +
 find_qxmpp.patch |   14 --------------
 leechcraft.spec  |   52 ++++++++++++++++++++++++++++++++++++++++++++++------
 sources          |    2 +-
 4 files changed, 48 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 74e82b7..c5bd930 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /leechcraft-0.5.60.tar.xz
+/leechcraft-0.5.65.tar.xz
diff --git a/leechcraft.spec b/leechcraft.spec
index 7140226..feaae51 100644
--- a/leechcraft.spec
+++ b/leechcraft.spec
@@ -6,15 +6,14 @@
 
 Name:           leechcraft 
 Summary:        A Cross-Platform Modular Internet-Client 
-Version:        0.5.60
-Release:        5%{?dist}
+Version:        0.5.65
+Release:        1%{?dist}
 License:        GPLv2+
 Group:          Applications/Internet
 Url:            http://leechcraft.org
-Source0:        http://freefr.dl.sourceforge.net/project/leechcraft/LeechCraft/0.5.60/leechcraft-0.5.60.tar.xz
+Source0:        http://freefr.dl.sourceforge.net/project/leechcraft/LeechCraft/0.5.65/leechcraft-0.5.65.tar.xz
 Source1:        %{name}.desktop
 
-Patch1:         find_qxmpp.patch
 Patch2:         defaultstyle.patch
 Patch3:         eiskaltdcpp-fix-php5-issue.patch
 
@@ -49,7 +48,7 @@ BuildRequires:  rb_libtorrent-devel >= 0.15.6
 BuildRequires:  aspell-devel
 BuildRequires:  aspell
 BuildRequires:  speex-devel
-BuildRequires:  qxmpp-dev-devel >= 0.3.47
+BuildRequires:  qxmpp-dev-devel >= 0.3.61
 BuildRequires:  GeoIP-devel 
 BuildRequires:  qca2-devel
 
@@ -573,9 +572,30 @@ DC++ client for LeechCraft.
 This package contains EiskaltDC++ DirectConnect client ported to
 LeechCraft.
 
+%package dolozhee
+Summary:        LeechCraft Bug Reporter Module
+Requires:       %{name}%{?_isa} = %{full_version}
+
+%description dolozhee
+The feature request and bug reporter for LeechCraft IC.
+
+
+%package otlozhu
+Summary:        GTD-inspired TODO Manager Module
+Requires:       %{name}%{?_isa} = %{full_version}
+
+%description otlozhu
+GTD-inspired TODO manager module for Leechcraft IC.
+
+%package xproxy
+Summary:        Proxy Manager Module
+Requires:       %{name}%{?_isa} = %{full_version}
+
+%description xproxy
+The advanced proxy manager for Leechcraft IC.
+
 %prep
 %setup -qn %{name}-%{version}
-%patch1
 %patch2
 %patch3
 
@@ -615,6 +635,9 @@ pushd %{_target_platform}
     -DENABLE_AZOTH_ZHEET=True \
     -DENABLE_AZOTH_ASTRALITY=True \
     -DENABLE_GACTS=False \
+    -DENABLE_OTLOZHU=True \
+    -DENABLE_DOLOZHEE=True \
+    -DENABLE_XPROXY=True \
     ../src  
 popd
 make %{?_smp_mflags} -C %{_target_platform} 
@@ -665,6 +688,7 @@ cat leechcraft_azoth*.lang > leechcraft_azoths.lang
 %find_lang leechcraft_networkmonitor --with-qt --without-mo
 %find_lang leechcraft_newlife --with-qt --without-mo
 %find_lang leechcraft_popishu --with-qt --without-mo
+%find_lang leechcraft_xproxy --with-qt --without-mo
 
 %find_lang leechcraft_poshuku_cleanweb --with-qt --without-mo
 %find_lang leechcraft_poshuku_filescheme --with-qt --without-mo
@@ -675,6 +699,8 @@ cat leechcraft_azoth*.lang > leechcraft_azoths.lang
 %find_lang leechcraft_poshuku_pogooglue --with-qt --without-mo
 cat leechcraft_poshuku*.lang > leechcraft_poshukus.lang
 
+%find_lang leechcraft_otlozhu --with-qt --without-mo
+%find_lang leechcraft_dolozhee --with-qt --without-mo
 %find_lang leechcraft_poshuku_onlinebookmarks_delicious --with-qt --without-mo
 %find_lang leechcraft_poshuku_onlinebookmarks_readitlater --with-qt --without-mo
 %find_lang leechcraft_poshuku_onlinebookmarks --with-qt --without-mo
@@ -748,6 +774,16 @@ cat leechcraft_netstoremanager*.lang > leechcraft_netstoremanagers.lang
 %{plugin_dir}/libleechcraft_eiskaltdcpp.so
 %doc %{_mandir}/man1/eiskaltdcpp-qt.1.gz
 
+%files otlozhu -f leechcraft_otlozhu.lang
+%{plugin_dir}/libleechcraft_otlozhu.so
+
+%files dolozhee -f leechcraft_dolozhee.lang
+%{plugin_dir}/libleechcraft_dolozhee.so
+
+%files xproxy -f leechcraft_xproxy.lang
+%{plugin_dir}/libleechcraft_xproxy.so
+%{settings_dir}/xproxysettings.xml
+
 %files aggregator -f leechcraft_aggregator.lang
 %{settings_dir}/aggregatorsettings.xml
 %{plugin_dir}/libleechcraft_aggregator.so
@@ -932,6 +968,10 @@ cat leechcraft_netstoremanager*.lang > leechcraft_netstoremanagers.lang
 %{plugin_dir}/libleechcraft_tabsessmanager.so
 
 %changelog
+* Wed Apr 25 2012 Minh Ngo <nlminhtl at gmail.com> 0.5.65-1
+- Adding bug reporter and GTD-inspired TODO manager plugins.
+- Other fixes http://leechcraft.org/leechcraft-0.5.65-is-released
+
 * Sat Mar 24 2012 Minh Ngo <nlminhtl at gmail.com> 0.5.60-5
 - Cleaning the spec file
 
diff --git a/sources b/sources
index 8794245..a7617a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c46093c465365bbcaff55a637ffda04  leechcraft-0.5.60.tar.xz
+cdd13070f1025e895a45960144029902  leechcraft-0.5.65.tar.xz


More information about the scm-commits mailing list