[leechcraft] 0.5.75

Minh Ngo ignotusp at fedoraproject.org
Sun Jul 29 07:28:07 UTC 2012


commit 5d830dd92217995c8427a87b8b2f83d94d23de7f
Author: Minh Ngo <nlminhtl at gmail.com>
Date:   Sun Jul 29 10:27:36 2012 +0300

    0.5.75

 .gitignore      |    1 +
 leechcraft.spec |   39 ++++++++++++++++++++++++++++++---------
 sources         |    2 +-
 3 files changed, 32 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 23865dd..2595c81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /leechcraft-0.5.60.tar.xz
 /leechcraft-0.5.65.tar.xz
 /leechcraft-0.5.70.tar.xz
+/leechcraft-0.5.75.tar.xz
diff --git a/leechcraft.spec b/leechcraft.spec
index d67b5a9..e3c4637 100644
--- a/leechcraft.spec
+++ b/leechcraft.spec
@@ -6,12 +6,12 @@
 
 Name:           leechcraft 
 Summary:        A Cross-Platform Modular Internet-Client 
-Version:        0.5.70
-Release:        4%{?dist}
+Version:        0.5.75
+Release:        1%{?dist}
 License:        GPLv2+
 Group:          Applications/Internet
 Url:            http://leechcraft.org
-Source0:        http://freefr.dl.sourceforge.net/project/leechcraft/LeechCraft/0.5.70/leechcraft-0.5.70.tar.xz
+Source0:        http://freefr.dl.sourceforge.net/project/leechcraft/LeechCraft/0.5.75/leechcraft-0.5.75.tar.xz
 Source1:        %{name}.desktop
 Patch1:         poppler.patch
 Patch2:         defaultstyle.patch
@@ -583,6 +583,7 @@ 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}
@@ -590,19 +591,30 @@ Requires:       %{name}%{?_isa} = %{full_version}
 %description xproxy
 The advanced proxy manager for Leechcraft IC.
 
+
 %package monocle
 Summary:         Document Viewer Module
 Requires:        %{name}%{?_isa} = %{full_version}
 
 %description monocle
-Modular document viewer for Leechcraft IC.
+Modular document viewer for LeechCraft IC.
+
 
 %package nacheku
 Summary:         Directory Watcher Module
 Requires:        %{name}%{?_isa} = %{full_version}
 
 %description nacheku
-Clipboard/download dir watcher for Leechcraft IC.
+Clipboard/download dir watcher for LeechCraft IC.
+
+
+%package vrooby
+Summary:         Storage Device Manager Module
+Requires:        %{name}%{?_isa} = %{full_version}
+
+%description vrooby
+Removable storage device manager for LeechCraft IC.
+
 
 %prep
 %setup -qn %{name}-%{version}
@@ -649,6 +661,7 @@ pushd %{_target_platform}
     -DENABLE_OTLOZHU=True \
     -DENABLE_DOLOZHEE=True \
     -DENABLE_XPROXY=True \
+    -DENABLE_LADS=False \
     ../src  
 popd
 make %{?_smp_mflags} -C %{_target_platform} 
@@ -698,13 +711,14 @@ cat leechcraft_azoth*.lang > leechcraft_azoths.lang
 %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_vrooby --with-qt --without-mo
+%find_lang leechcraft_monocle --with-qt --without-mo
 
 %find_lang leechcraft_poshuku_cleanweb --with-qt --without-mo
 %find_lang leechcraft_poshuku_filescheme --with-qt --without-mo
 %find_lang leechcraft_poshuku_fua --with-qt --without-mo
 %find_lang leechcraft_poshuku --with-qt --without-mo
 %find_lang leechcraft_poshuku_fatape --with-qt --without-mo
-%find_lang leechcraft_poshuku_wyfv --with-qt --without-mo
 %find_lang leechcraft_poshuku_pogooglue --with-qt --without-mo
 cat leechcraft_poshuku*.lang > leechcraft_poshukus.lang
 
@@ -870,6 +884,7 @@ cat leechcraft_netstoremanager*.lang > leechcraft_netstoremanagers.lang
 %files lmp -f leechcraft_lmp.lang
 %{settings_dir}/lmpsettings.xml
 %{plugin_dir}/libleechcraft_lmp.so
+%{plugin_dir}/libleechcraft_lmp_dumbsync.so
  
 %files networkmonitor -f leechcraft_networkmonitor.lang
 %{plugin_dir}/libleechcraft_networkmonitor.so
@@ -897,8 +912,6 @@ cat leechcraft_netstoremanager*.lang > leechcraft_netstoremanagers.lang
 %{plugin_dir}/libleechcraft_poshuku_fua.so
 %{settings_dir}/poshukufatapesettings.xml
 %{plugin_dir}/libleechcraft_poshuku_fatape.so
-%{settings_dir}/poshukuwyfvsettings.xml
-%{plugin_dir}/libleechcraft_poshuku_wyfv.so
 %{plugin_dir}/libleechcraft_poshuku_pogooglue*
  
 %files poshuku-onlinebookmarks -f leechcraft_poshuku_onlinebookmarkss.lang
@@ -975,10 +988,18 @@ cat leechcraft_netstoremanager*.lang > leechcraft_netstoremanagers.lang
 %{plugin_dir}/libleechcraft_nacheku.so
 %{settings_dir}/nachekusettings.xml
 
-%files monocle
+%files monocle -f leechcraft_monocle.lang
 %{plugin_dir}/libleechcraft_monocle*.so
+%{settings_dir}/monoclesettings.xml
+
+%files vrooby -f leechcraft_vrooby.lang
+%{plugin_dir}/libleechcraft_vrooby*.so
 
 %changelog
+* Sun Jul 29 2012 Minh Ngo <nlminhtl at gmail.com> 0.5.75-1
+- Removing poshuku wyfv
+- Storage device manager plugin package 
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.70-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 0859589..4e457a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7ba568fac204056186495e3325912ce7  leechcraft-0.5.70.tar.xz
+d857f9e082ac18a0cad020c5a1fb414f  leechcraft-0.5.75.tar.xz


More information about the scm-commits mailing list