[leechcraft/f17] 0.5.0-4

Minh Ngo ignotusp at fedoraproject.org
Wed Mar 14 19:29:16 UTC 2012


commit b32c8f75a64dc172f89bb89ead773431eb3df320
Author: Minh Ngo <nlminhtl at gmail.com>
Date:   Wed Mar 14 21:29:03 2012 +0200

    0.5.0-4

 leechcraft.spec |   29 ++++++-----------------------
 1 files changed, 6 insertions(+), 23 deletions(-)
---
diff --git a/leechcraft.spec b/leechcraft.spec
index 9a28517..0626669 100644
--- a/leechcraft.spec
+++ b/leechcraft.spec
@@ -7,7 +7,7 @@
 Name:           leechcraft 
 Summary:        A Cross-Platform Modular Internet-Client 
 Version:        0.5.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 License:        GPLv2+
 Group:          Applications/Internet
 Url:            http://leechcraft.org
@@ -699,17 +699,6 @@ Requires:   rb_libtorrent-devel >= 0.15.6
 BitTorrent, the BitTorrent client for LeechCraft.
 
 
-%package eiskaltdcpp
-Summary:        LeechCraft DC++ Module
-Requires:       %{name}%{?_isa} = %{full_version}
-
-%description eiskaltdcpp
-DC++ client for LeechCraft.
-
-This package contains EiskaltDC++ DirectConnect client ported to
-LeechCraft.
-
-
 %package advancednotifications
 Summary:        LeechCraft AdvancedNotifications Module
 Requires:       %{name}%{?_isa} = %{full_version}
@@ -794,9 +783,6 @@ This package provides a image viewer for LeechCraft IC.
 
 %prep
 %setup -qn %{name}-%{version}
-pushd src/plugins/eiskaltdcpp/
-%patch1 -p1
-popd
 %patch0
 %patch2
 
@@ -817,7 +803,7 @@ pushd %{_target_platform}
     -DENABLE_FTP=False \
     -DENABLE_POPISHU=True \
     -DENABLE_AZOTH=True \
-    -DENABLE_EISKALTDCPP=True \
+    -DENABLE_EISKALTDCPP=False \
     -DENABLE_SYNCER=True \
     -DENABLE_GLANCE=True \
     -DENABLE_TABSLIST=True \
@@ -844,8 +830,6 @@ desktop-file-install                                    \
   %{SOURCE1}
 
 rm ${RPM_BUILD_ROOT}%{_datadir}/%{name}/icons/Tango.mapping
-root_dir=`echo ${RPM_BUILD_ROOT} | sed 's,\/,\\\/,g'`
-find ${RPM_BUILD_ROOT}%{translations_dir} -name libeiskaltdcpp.mo | sed 's/^.*ions\/\([a-z]*\)\/LC.*/%lang(\1) \0/g;s/'$root_dir'//g' > libeiskaltdcpp.lang
 %find_lang leechcraft --with-qt --without-mo
 %find_lang leechcraft_advancednotifications --with-qt --without-mo
 %find_lang leechcraft_bittorrent --with-qt --without-mo
@@ -952,11 +936,6 @@ fi
 %{settings_dir}/torrentsettings.xml
 %{plugin_dir}/libleechcraft_bittorrent.so
 
-%files eiskaltdcpp -f libeiskaltdcpp.lang
-%{_datadir}/%{name}/eiskaltdcpp
-%{plugin_dir}/libleechcraft_eiskaltdcpp.so
-%doc %{_mandir}/man1/eiskaltdcpp-qt.1.gz
-
 %files aggregator -f leechcraft_aggregator.lang
 %{settings_dir}/aggregatorsettings.xml
 %{plugin_dir}/libleechcraft_aggregator.so
@@ -1189,6 +1168,10 @@ fi
 %{plugin_dir}/libleechcraft_lackman.so
 
 %changelog
+* Wed Mar 14 2012 Minh Ngo <nlminhtl at gmail.com> 0.5.0-4
+- Disabling eiskaltcpp plugin (Cannot be built for F17
+- http://dev.leechcraft.org/issues/600 )
+
 * Sun Mar 11 2012 Minh Ngo <nlminhtl at gmail.com> 0.5.0-3
 - fixing dependencies
 


More information about the scm-commits mailing list