[leechcraft] 0.5.0-3

Minh Ngo ignotusp at fedoraproject.org
Mon Mar 12 18:00:35 UTC 2012


commit 7e6f03d8533ec5251c1b760bc1d4030a2a6e0422
Author: Minh Ngo <nlminhtl at gmail.com>
Date:   Mon Mar 12 20:00:20 2012 +0200

    0.5.0-3

 defaultstyle.patch               |   13 +
 eiskaltdcpp-fix-php5-issue.patch |   27 +
 find_qxmpp.patch                 |   29 +
 leechcraft.desktop               |   10 +
 leechcraft.spec                  | 1255 ++++++++++++++++++++++++++++++++++++++
 sources                          |    1 +
 6 files changed, 1335 insertions(+), 0 deletions(-)
---
diff --git a/defaultstyle.patch b/defaultstyle.patch
new file mode 100644
index 0000000..1a27830
--- /dev/null
+++ b/defaultstyle.patch
@@ -0,0 +1,13 @@
+--- src/coresettings.xml.orig	2011-11-27 17:47:50.000000000 +0400
++++ src/coresettings.xml	2011-12-05 20:29:26.627129245 +0400
+@@ -30,8 +30,8 @@
+ 			</item>
+ 			<item type="combobox" property="AppQStyle" mayHaveDataSource="true">
+ 				<label lang="en" value="Style:" />
+-				<option name="Plastique" default="true">
+-					<label lang="en" value="Plastique" />
++				<option name="Default" default="true">
++					<label lang="en" value="Default" />
+ 				</option>
+ 			</item>
+ 			<item type="combobox" property="Language" mayHaveDataSource="true">
diff --git a/eiskaltdcpp-fix-php5-issue.patch b/eiskaltdcpp-fix-php5-issue.patch
new file mode 100644
index 0000000..9e06cfe
--- /dev/null
+++ b/eiskaltdcpp-fix-php5-issue.patch
@@ -0,0 +1,27 @@
+diff -ur eiskaltdcpp-2.2.4.orig/eiskaltdcpp-qt/qtscripts/gnome/commands.ru_RU.UTF-8.php eiskaltdcpp-2.2.4/eiskaltdcpp-qt/qtscripts/gnome/commands.ru_RU.UTF-8.php
+--- eiskaltdcpp-2.2.4.orig/eiskaltdcpp-qt/qtscripts/gnome/commands.ru_RU.UTF-8.php	2011-10-02 19:12:43.000000000 +0400
++++ eiskaltdcpp-2.2.4/eiskaltdcpp-qt/qtscripts/gnome/commands.ru_RU.UTF-8.php	2011-12-01 14:17:54.000000000 +0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/php5
++#!/usr/bin/php
+ <?php
+ #------------------------------------------------------------------------------#
+ #------------------------------------------------------------------------------#
+diff -ur eiskaltdcpp-2.2.4.orig/examples/commands.ru_RU.UTF-8.php eiskaltdcpp-2.2.4/examples/commands.ru_RU.UTF-8.php
+--- eiskaltdcpp-2.2.4.orig/examples/commands.ru_RU.UTF-8.php	2011-10-02 19:12:43.000000000 +0400
++++ eiskaltdcpp-2.2.4/examples/commands.ru_RU.UTF-8.php	2011-12-01 14:19:04.000000000 +0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/php5
++#!/usr/bin/php
+ <?php
+ #------------------------------------------------------------------------------#
+ #------------------------------------------------------------------------------#
+diff -ur eiskaltdcpp-2.2.4.orig/examples/xmms2_audacious2.ru_RU.UTF-8.php eiskaltdcpp-2.2.4/examples/xmms2_audacious2.ru_RU.UTF-8.php
+--- eiskaltdcpp-2.2.4.orig/examples/xmms2_audacious2.ru_RU.UTF-8.php	2011-10-02 19:12:43.000000000 +0400
++++ eiskaltdcpp-2.2.4/examples/xmms2_audacious2.ru_RU.UTF-8.php	2011-12-01 14:19:28.000000000 +0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/php5
++#!/usr/bin/php
+ <?php
+ /**
+ *
diff --git a/find_qxmpp.patch b/find_qxmpp.patch
new file mode 100644
index 0000000..26b0c9e
--- /dev/null
+++ b/find_qxmpp.patch
@@ -0,0 +1,29 @@
+--- src/plugins/azoth/plugins/xoox/CMakeLists.txt	2011-07-22 17:05:39.000000000 +0300
++++ src/plugins/azoth/plugins/xoox/CMakeLists.txt	2011-08-02 13:18:39.313793312 +0300
+@@ -1,14 +1,14 @@
+ SET (CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
+ 
+-FIND_PACKAGE (QXmpp REQUIRED)
+ FIND_PACKAGE (Speex REQUIRED)
+ 
+ INCLUDE_DIRECTORIES (${AZOTH_INCLUDE_DIR}
+ 	${CMAKE_CURRENT_BINARY_DIR}
+ 	${CMAKE_CURRENT_SOURCE_DIR}
+-	${QXMPP_INCLUDE_DIR}
++	/usr/include/qxmpp-dev
+ 	${QCA2_INCLUDE_DIR}
+-	)
++  )
++
+ SET (XOOX_SRCS
+ 	xoox.cpp
+ 	glooxprotocol.cpp
+@@ -152,7 +152,7 @@
+ TARGET_LINK_LIBRARIES (leechcraft_azoth_xoox
+ 	${QT_LIBRARIES}
+ 	${LEECHCRAFT_LIBRARIES}
+-	${QXMPP_LIBRARIES}
++   libqxmpp-dev.so
+ 	${SPEEX_LIBRARIES}
+ 	${QCA2_LIBRARIES}
+ 	)
diff --git a/leechcraft.desktop b/leechcraft.desktop
new file mode 100644
index 0000000..bf6191f
--- /dev/null
+++ b/leechcraft.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Name=LeechCraft
+GenericName=Internet client
+GenericName[ru]=Интернет-клиент
+Icon=leechcraft_main
+Exec=leechcraft
+Categories=Network;FileTransfer;News;P2P;IRCClient;Qt;
+Terminal=false
+X-StandardInstall=true
diff --git a/leechcraft.spec b/leechcraft.spec
new file mode 100644
index 0000000..9a28517
--- /dev/null
+++ b/leechcraft.spec
@@ -0,0 +1,1255 @@
+%define plugin_dir %{_libdir}/%{name}/plugins
+%define translations_dir %{_datadir}/%{name}/translations
+%define settings_dir %{_datadir}/%{name}/settings
+%define azoth_dir %{_datadir}/%{name}/azoth
+%define full_version %{version}-%{release}
+
+Name:           leechcraft 
+Summary:        A Cross-Platform Modular Internet-Client 
+Version:        0.5.0
+Release:        3%{?dist}
+License:        GPLv2+
+Group:          Applications/Internet
+Url:            http://leechcraft.org
+Source0:        http://freefr.dl.sourceforge.net/project/leechcraft/LeechCraft/0.5.0/leechcraft-0.5.0.tar.xz
+Source1:        %{name}.desktop
+Patch0:         find_qxmpp.patch
+
+# PATCH-FIX-UPSTREAM eiskaltdcpp-fix-php5-issue.patch -- Fix install issue caused by installer can't resolve /usr/bin/php5 dependence
+Patch1:         eiskaltdcpp-fix-php5-issue.patch
+Patch2:         defaultstyle.patch
+
+Requires:       %{name}-iconset = %{full_version}
+
+BuildRequires:  cmake
+BuildRequires:  xz
+BuildRequires:  openssl-devel
+BuildRequires:  boost-devel 
+BuildRequires:  qt4-devel
+BuildRequires:  qt-webkit-devel
+BuildRequires:  bzip2-devel
+BuildRequires:  desktop-file-utils
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  oxygen-icon-theme
+BuildRequires:  gettext-devel
+BuildRequires:  gtk2
+
+#Poshuku dependencies
+BuildRequires:  qjson-devel
+
+#LMP dependencies
+BuildRequires:  phonon-devel
+
+#Popishu dependencies
+BuildRequires:  qscintilla-devel
+
+#BitTorrent dependencies
+BuildRequires:  rb_libtorrent-devel >= 0.15.6
+
+#Azoth dependencies
+BuildRequires:  aspell-devel
+BuildRequires:  aspell
+BuildRequires:  speex-devel
+BuildRequires:  qxmpp-dev-devel >= 0.3.45.1
+BuildRequires:  GeoIP-devel 
+BuildRequires:  qca2-devel
+
+#for leechcraft-anhero
+BuildRequires:  kdelibs4-devel
+
+%description
+Core executable of Leechcraft
+Leechcraft is a free modular "internet client" application.
+
+Leechcraft allows to browse the web, read rss/atom feeds, download
+files via bittorrent, http, ftp and dc, automatically stream,
+download or play podcasts and other media files and much more.
+
+features can be easily added via plugins that can be integrated with
+each other with no effort while staying abstract from the exact
+implementation.
+
+this package contains the main leechcraft executable, which connects
+all the plugins with each other, routes requests between them, tracks
+dependencies and performs several other housekeeping tasks.
+
+%package full
+Summary:        Metapackage Containing All Ready-To-Use LeechCraft Plugins
+Requires:       %{name}-aggregator%{?_isa} = %{full_version}
+Requires:       %{name}-aggregator-bodyfetch%{?_isa} = %{full_version}
+Requires:       %{name}-auscrie%{?_isa} = %{full_version}
+Requires:       %{name}-popishu%{?_isa} = %{full_version}
+Requires:       %{name}-cstp%{?_isa} = %{full_version}
+Requires:       %{name}-dbusmanager%{?_isa} = %{full_version}
+Requires:       %{name}-deadlyrics%{?_isa} = %{full_version}
+Requires:       %{name}-historyholder%{?_isa} = %{full_version}
+Requires:       %{name}-kinotify%{?_isa} = %{full_version}
+Requires:       %{name}-lmp%{?_isa} = %{full_version}
+Requires:       %{name}-networkmonitor%{?_isa} = %{full_version}
+Requires:       %{name}-newlife%{?_isa} = %{full_version}
+Requires:       %{name}-poshuku%{?_isa} = %{full_version}
+Requires:       %{name}-poshuku-fatape%{?_isa} = %{full_version}
+Requires:       %{name}-poshuku-cleanweb%{?_isa} = %{full_version}
+Requires:       %{name}-poshuku-filescheme%{?_isa} = %{full_version}
+Requires:       %{name}-poshuku-fua%{?_isa} = %{full_version}
+Requires:       %{name}-poshuku-wyfv%{?_isa} = %{full_version}
+Requires:       %{name}-poshuku-pintab%{?_isa} = %{full_version}
+Requires:       %{name}-poshuku-keywords%{?_isa} = %{full_version}
+Requires:       %{name}-poshuku-pogooglue%{?_isa} = %{full_version}
+Requires:       %{name}-poshuku-onlinebookmarks%{?_isa} = %{full_version}
+Requires:       %{name}-poshuku-delicious%{?_isa} = %{full_version}
+Requires:       %{name}-poshuku-readitlater%{?_isa} = %{full_version}
+Requires:       %{name}-seekthru%{?_isa} = %{full_version}
+Requires:       %{name}-summary%{?_isa} = %{full_version}
+Requires:       %{name}-tabpp%{?_isa} = %{full_version}
+Requires:       %{name}-vgrabber%{?_isa} = %{full_version}
+Requires:       %{name}-shellopen%{?_isa} = %{full_version}
+Requires:       %{name}-secman%{?_isa} = %{full_version}
+Requires:       %{name}-secman-simplestorage%{?_isa} = %{full_version}
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-acetamide%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-chathistory%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-autopaste%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-embedmedia%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-hili%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-juick%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-nativeemoticons%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-p100q%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-standardstyles%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-xoox%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-xtazy%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-depester%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-herbicide%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-rosenthal%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-lastseen%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-adiumstyles%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-autoidler%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-metacontacts%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-modnok%{?_isa} = %{full_version}
+Requires:       %{name}-azoth-isterique%{?_isa} = %{full_version}
+Requires:       %{name}-iconset-oxygen = %{full_version}
+Requires:       %{name}-bittorrent%{?_isa} = %{full_version}
+Requires:       %{name}-advancednotifications%{?_isa} = %{full_version}
+Requires:       %{name}-glance%{?_isa} = %{full_version}
+Requires:       %{name}-tabslist%{?_isa} = %{full_version}
+Requires:       %{name}-syncer%{?_isa} = %{full_version}
+Requires:       %{name}-knowhow%{?_isa} = %{full_version}
+Requires:       %{name}-blackdash%{?_isa} = %{full_version}
+Requires:       %{name}-choroid%{?_isa} = %{full_version}
+Requires:       %{name}-gmailnotifier%{?_isa} = %{full_version}
+Requires:       %{name}-lackman%{?_isa} = %{full_version}
+
+%description full
+Metapackage containing all ready-to-use LeechCraft plugins.
+
+
+%package devel
+Summary:    Leechcraft Development Files
+Requires:   %{name}%{?_isa} = %{full_version}
+Group:      Development/Libraries
+
+%description devel
+This package contains header files required to develop new modules for
+LeechCraft.
+
+
+%package aggregator
+Summary:        LeechCraft Aggregator Module
+Requires:       %{name}-cstp%{?_isa} = %{full_version}
+ 
+%description aggregator
+RSS/Atom feed reader for LeechCraft.
+ 
+A web browser plugin is recommended to show the news in a fancy way.
+
+
+%package aggregator-bodyfetch
+Summary:        LeechCraft Aggregator Bodyfetch Module
+Requires:       %{name}-aggregator%{?_isa} = %{full_version}
+ 
+%description aggregator-bodyfetch
+Aggregator BodyFetch plugin for automatic fetching of full news bodies.
+
+
+%package auscrie
+Summary:        LeechCraft Auscrie Module
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description auscrie
+Screenshooter for LeechCraft.
+ 
+This package contains Auscrie, an auto screenshooter for LeechCraft.
+It can make screenshots of LeechCraft and then either save them locally
+or upload them to an imagebin.
+
+ 
+%package popishu
+Summary:        Leechcraft Popishu Module
+Requires:       %{name}%{?_isa} = %{full_version}
+Requires:       qscintilla
+
+%description popishu
+Popishu is a text editor for Leechcraft.
+
+ 
+%package cstp
+Summary:        LeechCraft HTTP Module
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description cstp
+HTTP client for LeechCraft.
+ 
+This package contains clean and simple HTTP implementation.
+
+ 
+%package dbusmanager
+Summary:        Leechcraft D-Bus Module
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description dbusmanager
+D-Bus side of LeechCraft.
+ 
+This package provides some DBus-related features, like integration with
+desktop notifications (KDE ≥ 4.4 and others supporting libnotify
+interfaces).
+
+ 
+%package deadlyrics
+Summary:        LeechCraft Lyrics Module
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description deadlyrics
+Song lyrics finder for LeechCraft.
+ 
+This package contains a simple client for finding song lyrics on various
+sites.
+
+ 
+%package historyholder
+Summary:        LeechCraft History Module
+Requires:       %{name}%{?_isa} = %{full_version}
+
+%description historyholder
+History keeper for LeechCraft.
+ 
+This package contains a history keeper that stores information about
+finished downloads and similar events.
+
+ 
+%package kinotify
+Summary:        LeechCraft Kinotify Module
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description kinotify
+Fancy notifications for LeechCraft.
+ 
+This package contains Kinotify which provides fancy notifications for
+LeechCraft instead of old-style tray-based ones.
+
+ 
+%package lmp
+Summary:        LeechCraft LMP Module
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description lmp
+Media previewer for LeechCraft.
+ 
+This package contains the LMP, LeechCraft Media Previewer, small and
+dirty media player designed to preview already downloaded files or to
+stream media content live.
+
+
+%package networkmonitor
+Summary:        LeechCraft Network Monitor Module
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description networkmonitor
+Network monitor for LeechCraft.
+ 
+This package contains a monitor that watches for HTTP requests
+and responses around.
+
+ 
+%package newlife
+Summary:        LeechCraft Importer Module
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description newlife
+Settings importer for LeechCraft.
+ 
+This package contains importer of settings, preferences etc. from
+various applications into LeechCraft. Currently it supports importing
+RSS feeds and settings from Akregator and Liferea.
+
+ 
+%package poshuku
+Summary:        LeechCraft Web Browser Module
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description poshuku
+Web browser for LeechCraft.
+ 
+This package contains a full-featured web browser for LeechCraft based
+on WebKit. Poshuku is fully extensible with plugins. Currently it
+features:
+ * support for all major web-standards;
+ * integration with other plugins;
+ * autodiscovery;
+ * tagging bookmarks;
+ * support for SQLite or PostgreSQL storage.
+
+ 
+%package poshuku-fatape
+Summary:        LeechCraft Greasemonkey Module
+Requires:       %{name}-poshuku%{?_isa} = %{full_version}
+ 
+%description poshuku-fatape
+Greasemonkey scripts for leechcraft-poshuku.
+
+ 
+%package poshuku-cleanweb
+Summary:        LeechCraft Ad Filter Module
+Requires:       %{name}-poshuku%{?_isa} = %{full_version}
+ 
+%description poshuku-cleanweb
+Ad filter for Web browser for LeechCraft.
+ 
+This package contains a plugin for the Poshuku web browser that
+filters out ads according to predefined rules. It is compatible with
+Firefox's AdBlock rules list files. It also supports disabling Flash
+and allowing it to load only after you click on the corresponding
+button.
+
+ 
+%package poshuku-filescheme
+Summary:        LeechCraft Schemes Module
+Requires:       %{name}-poshuku%{?_isa} = %{full_version}
+ 
+%description poshuku-filescheme
+file://-schemes support for a Web browser for LeechCraft.
+ 
+This package contains a plugin for the Poshuku web browser that allows
+it to handle file:// schemes.
+
+ 
+%package poshuku-fua
+Summary:        LeechCraft User Agent Module
+Requires:       %{name}-poshuku%{?_isa} = %{full_version}
+ 
+%description poshuku-fua
+Fake user agent plugin for Web browser for LeechCraft.
+ 
+This package contains a plugin for the Poshuku web browser that allows
+it to set fake user agents for different domains or even URLs based on
+regexps.
+
+ 
+%package poshuku-wyfv
+Summary:        LeechCraft Flash Video Replacer Module
+Requires:       %{name}-poshuku%{?_isa} = %{full_version}
+ 
+%description poshuku-wyfv
+Flash video replacer for Web browser for LeechCraft.
+ 
+This package contains a plugin for the Poshuku web browser that
+replaces default flash-based video players on some sites with any
+suitable LeechCraft's media player thus avoiding the need for Flash.
+
+
+%package poshuku-pintab
+Summary:        LeechCraft Pintab Module
+Requires:       %{name}-poshuku%{?_isa} = %{full_version}
+ 
+%description poshuku-pintab
+Poshuku PinTab allows to pin selected Poshuku tabs so that they cannot
+be closed until unpinned.
+
+
+%package poshuku-keywords
+Summary:        Support of url keywords for LeechCraft Poshuku browser
+Requires:       %{name}-poshuku%{?_isa} = %{full_version}
+
+%description poshuku-keywords
+This package contains a plugin for supporting url keywords for LeechCraft
+Poshuku browser
+
+
+%package poshuku-pogooglue
+Summary:        LeechCraft Poshuku Pogooglue Module
+Requires:       %{name}-poshuku%{?_isa} = %{full_version}
+
+%description poshuku-pogooglue
+Instantly searching selected text in Google.
+
+
+%package poshuku-onlinebookmarks
+Summary:        LeechCraft Online Bookmarks Module
+Requires:       %{name}-poshuku%{?_isa} = %{full_version}
+ 
+%description poshuku-onlinebookmarks
+Online bookmarks plugin for LeechCraft.
+ 
+This package contains a plugin for the Poshuku web browser that allows
+to synchronize bookmarks with services like Read It Later.
+
+
+%package poshuku-delicious
+Summary:        LeechCraft Poshuku Onlinebookmarks Delicious Module
+Requires:       %{name}-poshuku-onlinebookmarks%{?_isa} = %{full_version}
+
+%description poshuku-delicious
+Poshuku OB Del.icio.us provides support for the Del.icio.us service.
+
+
+%package poshuku-readitlater
+Summary:        LeechCraft Poshuku Onlinebookmarks ReadItLaterModule
+Requires:       %{name}-poshuku-onlinebookmarks%{?_isa} = %{full_version}
+
+%description poshuku-readitlater
+Poshuku OB Read it Later provides support for the Read it Later service.
+
+
+%package seekthru
+Summary:        LeechCraft OpenSearch Module
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description seekthru
+OpenSearch-support plugin for LeechCraft.
+ 
+This package contains a search client for OpenSearch-aware web sites.
+
+ 
+%package summary
+Summary:        LeechCraft Summary Module
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description summary
+Quick summary of what's going on in LeechCraft.
+ 
+This package contains Summary which shows currently running download
+tasks like BitTorrent files as well as news, events and statuses, like
+unread items in RSS feed reader. It also allows to perform search
+queries with instaled search plugins.
+
+ 
+%package tabpp
+Summary:        LeechCraft Tab++ Module
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description tabpp
+Tabbing experience enhancer for LeechCraft.
+ 
+This package contains Tab++ which shows the tree of tabs in groups. For
+example, tabs with pages in a browser that belong to the same subdomain
+will be grouped, and subdomains of the same parent domain will become
+its children as well.
+
+ 
+%package vgrabber
+Summary:        LeechCraft Vkontakte Module
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description vgrabber
+Vkontakte.ru plugin for LeechCraft.
+ 
+This package contains a music search/grabber for the vkontakte.ru social
+network.
+
+ 
+%package shellopen
+Summary:        Leechcraft Shellopen Module
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description shellopen
+Support for opening files with external apps in LeechCraft.
+ 
+This package contains module that adds an option to open files and
+handle entities with external applications. For example, you may choose
+to open a video file with your favorite media player instead of LC's
+one.
+
+ 
+%package secman
+Summary:        LeechCraft Security Manager Module
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description secman
+Security manager for LeechCraft.
+ 
+This package contains the base plugin for secure storage and such
+stuff for LeechCraft. Particular storage backends are implemented
+by plugins for this plugin.
+
+ 
+%package secman-simplestorage
+Summary:        LeechCraft Simple Storage Module
+Requires:       %{name}-secman%{?_isa} = %{full_version}
+
+%description secman-simplestorage
+Simple storage backend for SecMan.
+ 
+This package contains a simple, unencrypted storage backend for
+SecMan, LeechCraft's security manager plugin.
+
+ 
+%package azoth
+Summary:        LeechCraft Messenger Module
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description azoth
+IM client for LeechCraft.
+ 
+This package contains a simple IM client for LeechCraft.
+
+ 
+%package azoth-acetamide
+Summary:        IRC Support for LeechCraft Azoth Module
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-acetamide
+This package contains a IRC support for LeechCraft Azoth Module.
+
+ 
+%package azoth-chathistory
+Summary:        Chat History for LeechCraft Azoth Module
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-chathistory
+This package contains a chat history module for LeechCraft Azoth
+Module.
+
+ 
+%package azoth-autopaste
+Summary:        Autopaste for LeechCraft Azoth Module
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-autopaste
+This package contains an autopaste for automatic pasting of long
+messages to pastebins
+
+ 
+%package azoth-embedmedia
+Summary:        Media Objects for LeechCraft Azoth Module
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-embedmedia
+This package enables embedding different media objects in chat
+tab for LeechCraft Azoth Module.
+
+ 
+%package azoth-hili
+Summary:        Conference Highlights for LeechCraft Azoth Module
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-hili
+This package contains a plugin for customizing conference highlights
+for LeechCraft Azoth Module.
+
+ 
+%package azoth-juick
+Summary:        Juick.com Service for LeechCraft Azoth Module
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-juick
+This package contains a plugin for the juick.com microblogging service
+for LeechCraft Azoth Module.
+
+ 
+%package azoth-nativeemoticons
+Summary:        Emoticons Packs for LeechCraft Azoth Module
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-nativeemoticons
+This package contains a plugin for supporting emoticons packs in LeechCraft
+Azoth Module.
+
+ 
+%package azoth-p100q
+Summary:        Psto.net Service for LeechCraft Azoth Module
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-p100q
+This package contains a plugin for the psto.net microblogging service
+for LeechCraft Azoth Module.
+
+ 
+%package azoth-standardstyles
+Summary:        Standard Styles for LeechCraft Azoth Module
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-standardstyles
+This package provides standard styles for LeechCraft Azoth Module.
+
+ 
+%package azoth-xoox
+Summary:        XMPP Support for LeechCraft Azoth Module
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-xoox
+This package contains a XMPP support for LeechCraft Azoth Module.
+
+ 
+%package azoth-xtazy
+Summary:        Publishing Current User Tune for LeechCraft Azoth Module
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-xtazy
+This package contains a plugin for publishing current user tune for
+LeechCraft Azoth Module.
+
+ 
+%package azoth-depester
+Summary:        LeechCraft Azoth Module for Ignoring Unwanted Participants
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-depester
+This package contains LeechCraft Azoth Module for ignoring unwanted participants.
+
+ 
+%package azoth-herbicide
+Summary:        Antispam Plugin for LeechCraft Azoth Module
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-herbicide
+This package contains a basic antispam plugin for LeechCraft Azoth Module.
+
+ 
+%package azoth-rosenthal
+Summary:        Spell Checker Plugin for LeechCraft Azoth Module
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-rosenthal
+This package contains  a spell checker plugin for LeechCraft Azoth Module.
+
+ 
+%package azoth-lastseen
+Summary:        Client-side Recording of Contacts' Last Online
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-lastseen
+Azoth LastSeen for client-side recording of contacts' last online and
+availability time. It doesn't depend on the concrete protocol implementation.
+
+ 
+%package azoth-adiumstyles
+Summary:        Adium Styles for Leechcraft Azoth
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-adiumstyles
+Azoth AdiumStyles for, well, support for Adium styles. It is still
+experimental and quite basic, but, nevertheless, already usable.
+ 
+
+%package azoth-autoidler
+Summary:        Automatic Change of Status due to Inactivity Period
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-autoidler
+Azoth Autoidler for automatic change of status due to inactivity period.
+
+ 
+%package azoth-metacontacts
+Summary:        Metacontacts for Leechcraft Azoth
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-metacontacts
+Metacontacts for Leechcraft Azoth.
+
+ 
+%package azoth-modnok
+Summary:        LaTeX support for LeechCraft Azoth
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+ 
+%description azoth-modnok
+Azoth Modnok for inline in-chat LaTeX rendering and display. It doesn't
+depend on the underlying protocol, and if the protocol supports rich text
+formatting in outgoing messages, it is able to replace the formulas with
+corresponding images in outgoing messages as well, so your buddies would
+see nice rendered formulas instead of raw LaTeX code, even if their client
+doesn't have a LaTeX formatter.
+
+
+%package azoth-isterique
+Summary:        LeechCraft Azoth Isterique Module
+Requires:       %{name}-azoth%{?_isa} = %{full_version}
+
+%description azoth-isterique
+Azoth Isterique removes excessive CAPS usage from incoming messages.
+
+ 
+%package iconset-oxygen
+Summary:        LeechCraft Oxygen Iconset
+Requires:       %{name} = %{full_version}
+Requires:       oxygen-icon-theme
+Provides:       %{name}-iconset = %{full_version}
+BuildArch:      noarch
+ 
+%description iconset-oxygen
+Oxygen-based iconset for LeechCraft.
+ 
+This package contains icons taken from the Oxygen project for LeechCraft.
+
+ 
+%package bittorrent
+Summary:    BitTorrent, the BitTorrent client
+Requires:   %{name}%{?_isa} = %{full_version}
+Requires:   rb_libtorrent-devel >= 0.15.6
+
+%description bittorrent
+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}
+
+%description advancednotifications
+Advanced Notifications module for more customizable notifications for
+Leechcraft.
+
+
+%package glance
+Summary:        Glance Feature Moved From the Core to a Separate Plugin
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description glance
+%{summary}.
+
+ 
+%package tabslist
+Summary:        TabsList for LeechCraft Internet Client
+Requires:       %{name}%{?_isa} = %{full_version}
+ 
+%description tabslist
+TabsList for showing the list of currently opened tabs and quickly selecting
+one of them.
+
+
+%package syncer
+Summary:        Sync Setting Module for LeechCraft
+Requires:       %{name}%{?_isa} = %{full_version}
+
+%description syncer
+Allows to synchronize data and settings between LeechCraft instances running on
+different machines.
+
+
+%package knowhow
+Summary:        Tips of the day Module for LeechCraft
+Requires:       %{name}%{?_isa} = %{full_version}
+
+%description knowhow
+Display tips of the day window after launch LeechCraft.
+
+
+%package gmailnotifier
+Summary:        GMail Notifier LeechCraft Plugin
+Requires:       %{name}%{?_isa} = %{full_version}
+
+%description gmailnotifier
+GMail Notifier which notifies about new mail in your GMail inbox.
+
+
+%package lackman
+Summary:        Userspace Package Manager for LeechCraft
+Requires:       %{name}%{?_isa} = %{full_version}
+
+%description lackman
+This package provides a userspace package manager for LeechCraft IC.
+
+
+%package blackdash 
+Summary:        Dashboard Plugin for LeechCraft
+Requires:       %{name}%{?_isa} = %{full_version}
+
+%description blackdash
+This package provides a dashboard plugin for LeechCraft IC.
+
+
+%package anhero
+Summary:        Crash Handler for LeechCraft
+Requires:       %{name}%{?_isa} = %{full_version}
+
+%description anhero
+This package provides a crash handler for LeechCraft IC.
+
+
+%package choroid
+Summary:        Image Viewer for LeechCraft
+Requires:       %{name}%{?_isa} = %{full_version}
+
+%description choroid
+This package provides a image viewer for LeechCraft IC.
+
+%prep
+%setup -qn %{name}-%{version}
+pushd src/plugins/eiskaltdcpp/
+%patch1 -p1
+popd
+%patch0
+%patch2
+
+#removing non-free icons
+rm -rf src/plugins/azoth/share/azoth/iconsets/clients/default
+
+#removing hidden files
+find src/plugins/azoth/plugins/adiumstyles/share/azoth/styles/adium/ -name ".?*" -delete
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake} \
+    -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+    -DLEECHCRAFT_VERSION="%{version}" \
+    -DENABLE_TORRENT=True \
+    -DENABLE_SECMAN=True \
+    -DENABLE_FTP=False \
+    -DENABLE_POPISHU=True \
+    -DENABLE_AZOTH=True \
+    -DENABLE_EISKALTDCPP=True \
+    -DENABLE_SYNCER=True \
+    -DENABLE_GLANCE=True \
+    -DENABLE_TABSLIST=True \
+    -DENABLE_MEDIACALLS=False \
+    -DSTRICT_LICENSING=True \
+    -DENABLE_ADVANCEDNOTIFICATIONS=True \
+    -DENABLE_KNOWHOW=True \
+    -DENABLE_GMAILNOTIFIER=True \
+    -DENABLE_LACKMAN=True \
+    -DENABLE_QROSP=False \
+    -DENABLE_VFSCORE=False \
+    -DENABLE_BLACKDASH=True \
+    -DENABLE_CHOROID=True \
+    ../src  
+popd
+make %{?_smp_mflags} -C %{_target_platform} 
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
+
+desktop-file-install                                    \
+  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications         \
+  %{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
+%find_lang leechcraft_aggregator --with-qt --without-mo
+%find_lang leechcraft_auscrie --with-qt --without-mo
+%find_lang leechcraft_azoth --with-qt --without-mo
+%find_lang leechcraft_azoth_acetamide --with-qt --without-mo
+%find_lang leechcraft_azoth_autopaste --with-qt --without-mo
+%find_lang leechcraft_azoth_chathistory --with-qt --without-mo
+%find_lang leechcraft_azoth_hili --with-qt --without-mo
+%find_lang leechcraft_azoth_p100q --with-qt --without-mo
+%find_lang leechcraft_azoth_xoox --with-qt --without-mo
+%find_lang leechcraft_azoth_xtazy --with-qt --without-mo
+%find_lang leechcraft_azoth_depester --with-qt --without-mo
+%find_lang leechcraft_azoth_herbicide --with-qt --without-mo
+%find_lang leechcraft_azoth_rosenthal --with-qt --without-mo
+%find_lang leechcraft_azoth_autoidler --with-qt --without-mo
+%find_lang leechcraft_azoth_lastseen --with-qt --without-mo
+%find_lang leechcraft_azoth_metacontacts --with-qt --without-mo
+%find_lang leechcraft_azoth_modnok --with-qt --without-mo
+%find_lang leechcraft_azoth_isterique --with-qt --without-mo
+%find_lang leechcraft_cstp --with-qt --without-mo
+%find_lang leechcraft_dbusmanager --with-qt --without-mo
+%find_lang leechcraft_deadlyrics --with-qt --without-mo
+%find_lang leechcraft_historyholder --with-qt --without-mo
+%find_lang leechcraft_lmp --with-qt --without-mo
+%find_lang leechcraft_networkmonitor --with-qt --without-mo
+%find_lang leechcraft_newlife --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_popishu --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
+%find_lang leechcraft_poshuku_onlinebookmarks --with-qt --without-mo
+%find_lang leechcraft_seekthru --with-qt --without-mo
+%find_lang leechcraft_shellopen --with-qt --without-mo
+%find_lang leechcraft_summary --with-qt --without-mo
+%find_lang leechcraft_tabpp --with-qt --without-mo
+%find_lang leechcraft_vgrabber --with-qt --without-mo
+%find_lang leechcraft_glance --with-qt --without-mo
+%find_lang leechcraft_tabslist --with-qt --without-mo
+%find_lang leechcraft_syncer --with-qt --without-mo
+%find_lang leechcraft_anhero --with-qt --without-mo
+%find_lang leechcraft_gmailnotifier --with-qt --without-mo
+%find_lang leechcraft_lackman --with-qt --without-mo
+%find_lang leechcraft_poshuku_onlinebookmarks_delicious --with-qt --without-mo
+%find_lang leechcraft_poshuku_onlinebookmarks_readitlater --with-qt --without-mo
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%post iconset-oxygen 
+/bin/touch --no-create %{_datadir}/icons/oxygen &>/dev/null || :
+ 
+%postun iconset-oxygen
+if [ $1 -eq 0 ] ; then
+    /bin/touch --no-create %{_datadir}/icons/oxygen &>/dev/null
+    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/oxygen &>/dev/null || :
+fi
+
+%posttrans iconset-oxygen
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/oxygen &>/dev/null || :
+
+%files -f leechcraft.lang
+%doc README COPYING INSTALL
+%{_bindir}/%{name}
+%{_bindir}/%{name}-add-file
+%{settings_dir}/coresettings.xml
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/*/*/*
+%dir %{_datadir}/icons/hicolor/14x14
+%dir %{_datadir}/icons/hicolor/14x14/apps
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/icons
+%dir %{_datadir}/%{name}/installed
+%dir %{settings_dir}
+%dir %{translations_dir}
+%dir %{_datadir}/%{name}/scripts
+%dir %{_datadir}/%{name}/qml
+%dir %{_libdir}/%{name}
+%dir %{plugin_dir}
+%{_libdir}/liblcutil.so.0.5.0
+%{_libdir}/libxmlsettingsdialog.so.0.3.0
+%doc %{_mandir}/man1/%{name}.1.gz
+%{_datadir}/%{name}/sounds
+
+%files full
+
+%files devel
+%{_datadir}/%{name}/cmake
+%{_includedir}/%{name}
+%{_libdir}/*lcutil.so
+%{_libdir}/*xmlsettingsdialog.so
+
+%files advancednotifications -f leechcraft_advancednotifications.lang
+%{plugin_dir}/libleechcraft_advancednotifications.so
+%{settings_dir}/advancednotificationssettings.xml
+%{_datadir}/%{name}/qml/advancednotifications
+
+%files bittorrent -f leechcraft_bittorrent.lang
+%{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
+%{_datadir}/%{name}/scripts/aggregator/
+ 
+%files aggregator-bodyfetch
+%{plugin_dir}/libleechcraft_aggregator_bodyfetch.so
+ 
+%files auscrie -f leechcraft_auscrie.lang
+%{plugin_dir}/lib%{name}_auscrie.so
+ 
+%files azoth -f leechcraft_azoth.lang
+%dir %{azoth_dir}
+%dir %{azoth_dir}/styles
+%{azoth_dir}/emoticons
+%{azoth_dir}/iconsets
+%{settings_dir}/azothsettings.xml
+%{plugin_dir}/libleechcraft_azoth.so
+ 
+%files azoth-acetamide -f leechcraft_azoth_acetamide.lang
+%{settings_dir}/azothacetamidesettings.xml
+%{plugin_dir}/libleechcraft_azoth_acetamide.so
+ 
+%files azoth-autopaste -f leechcraft_azoth_autopaste.lang
+%{settings_dir}/azothautopastesettings.xml
+%{plugin_dir}/libleechcraft_azoth_autopaste.so
+ 
+%files azoth-chathistory -f leechcraft_azoth_chathistory.lang
+%{plugin_dir}/libleechcraft_azoth_chathistory.so
+ 
+%files azoth-embedmedia
+%{plugin_dir}/libleechcraft_azoth_embedmedia.so
+ 
+%files azoth-hili -f leechcraft_azoth_hili.lang
+%{settings_dir}/azothhilisettings.xml
+%{plugin_dir}/libleechcraft_azoth_hili.so
+ 
+%files azoth-juick
+%{plugin_dir}/libleechcraft_azoth_juick.so
+ 
+%files azoth-nativeemoticons
+%{plugin_dir}/libleechcraft_azoth_nativeemoticons.so
+ 
+%files azoth-p100q -f leechcraft_azoth_p100q.lang
+%{settings_dir}/azothp100qsettings.xml
+%{plugin_dir}/libleechcraft_azoth_p100q.so
+ 
+%files azoth-standardstyles
+%{plugin_dir}/libleechcraft_azoth_standardstyles.so
+%{azoth_dir}/styles/standard
+
+%files azoth-xoox -f leechcraft_azoth_xoox.lang
+%{plugin_dir}/libleechcraft_azoth_xoox.so
+ 
+%files azoth-xtazy -f leechcraft_azoth_xtazy.lang
+%{settings_dir}/azothxtazysettings.xml
+%{plugin_dir}/libleechcraft_azoth_xtazy.so
+ 
+%files azoth-depester -f leechcraft_azoth_depester.lang
+%{plugin_dir}/libleechcraft_azoth_depester.so
+ 
+%files azoth-herbicide -f leechcraft_azoth_herbicide.lang
+%{plugin_dir}/libleechcraft_azoth_herbicide.so
+%{settings_dir}/azothherbicidesettings.xml
+ 
+%files azoth-rosenthal -f leechcraft_azoth_rosenthal.lang
+%{plugin_dir}/libleechcraft_azoth_rosenthal.so
+%{settings_dir}/azothrosenthalsettings.xml
+ 
+%files azoth-adiumstyles
+%{plugin_dir}/libleechcraft_azoth_adiumstyles*
+%{azoth_dir}/styles/adium
+
+%files azoth-autoidler -f leechcraft_azoth_autoidler.lang
+%{plugin_dir}/libleechcraft_azoth_autoidler*
+%{settings_dir}/azothautoidlersettings.xml
+ 
+%files azoth-lastseen -f leechcraft_azoth_lastseen.lang
+%{plugin_dir}/libleechcraft_azoth_lastseen*
+ 
+%files azoth-metacontacts -f leechcraft_azoth_metacontacts.lang
+%{plugin_dir}/libleechcraft_azoth_metacontacts*
+ 
+%files azoth-modnok -f leechcraft_azoth_modnok.lang
+%{plugin_dir}/libleechcraft_azoth_modnok*
+%{settings_dir}/azothmodnoksettings.xml
+%{azoth_dir}/lc_azoth_modnok_latexconvert.sh
+
+%files azoth-isterique -f leechcraft_azoth_isterique.lang
+%{plugin_dir}/libleechcraft_azoth_isterique*
+%{settings_dir}/azothisteriquesettings.xml
+ 
+%files cstp -f leechcraft_cstp.lang
+%{settings_dir}/cstpsettings.xml
+%{plugin_dir}/*leechcraft_cstp.so
+ 
+%files dbusmanager -f leechcraft_dbusmanager.lang
+%{plugin_dir}/*leechcraft_dbusmanager.so
+%{settings_dir}/dbusmanagersettings.xml
+ 
+%files deadlyrics -f leechcraft_deadlyrics.lang
+%{settings_dir}/deadlyricssettings.xml
+%{plugin_dir}/libleechcraft_deadlyrics.so
+ 
+%files historyholder -f leechcraft_historyholder.lang
+%{plugin_dir}/*leechcraft_historyholder.so
+ 
+%files iconset-oxygen
+%{_datadir}/icons/oxygen/*/*/*
+%{_datadir}/%{name}/icons/oxygen.mapping
+ 
+%files kinotify
+%{_datadir}/%{name}/kinotify
+%{settings_dir}/kinotifysettings.xml
+%{plugin_dir}/libleechcraft_kinotify.so
+ 
+%files lmp -f leechcraft_lmp.lang
+%{settings_dir}/lmpsettings.xml
+%{plugin_dir}/libleechcraft_lmp.so
+ 
+%files networkmonitor -f leechcraft_networkmonitor.lang
+%{plugin_dir}/libleechcraft_networkmonitor.so
+ 
+%files newlife -f leechcraft_newlife.lang
+%{plugin_dir}/libleechcraft_newlife.so
+ 
+%files poshuku-cleanweb -f leechcraft_poshuku_cleanweb.lang
+%{settings_dir}/poshukucleanwebsettings.xml
+%{plugin_dir}/libleechcraft_poshuku_cleanweb.so
+ 
+%files poshuku-filescheme -f leechcraft_poshuku_filescheme.lang
+%{plugin_dir}/libleechcraft_poshuku_filescheme.so
+ 
+%files poshuku-pintab
+%{plugin_dir}/*_poshuku_pintab.so
+ 
+%files poshuku-keywords
+%{plugin_dir}/libleechcraft_poshuku_keywords.so
+%{settings_dir}/poshukukeywordssettings.xml
+ 
+%files poshuku-fua -f leechcraft_poshuku_fua.lang
+%{settings_dir}/poshukufuasettings.xml
+%{plugin_dir}/libleechcraft_poshuku_fua.so
+ 
+%files popishu -f leechcraft_popishu.lang
+%{settings_dir}/popishusettings.xml
+%{plugin_dir}/libleechcraft_popishu.so
+ 
+%files poshuku -f leechcraft_poshuku.lang
+%{_datadir}/%{name}/installed/poshuku/
+%{settings_dir}/poshukusettings.xml
+%{plugin_dir}/libleechcraft_poshuku.so
+ 
+%files poshuku-fatape -f leechcraft_poshuku_fatape.lang
+%{settings_dir}/poshukufatapesettings.xml
+%{plugin_dir}/libleechcraft_poshuku_fatape.so
+ 
+%files poshuku-wyfv -f leechcraft_poshuku_wyfv.lang
+%{settings_dir}/poshukuwyfvsettings.xml
+%{plugin_dir}/libleechcraft_poshuku_wyfv.so
+
+%files poshuku-pogooglue -f leechcraft_poshuku_pogooglue.lang
+%{plugin_dir}/libleechcraft_poshuku_pogooglue*
+ 
+%files poshuku-onlinebookmarks -f leechcraft_poshuku_onlinebookmarks.lang
+%{settings_dir}/poshukuonlinebookmarkssettings.xml
+%{plugin_dir}/libleechcraft_poshuku_onlinebookmarks.so
+
+%files poshuku-delicious -f leechcraft_poshuku_onlinebookmarks_delicious.lang
+%{plugin_dir}/*_delicious.so
+
+%files poshuku-readitlater -f leechcraft_poshuku_onlinebookmarks_readitlater.lang
+%{plugin_dir}/*_readitlater.so
+
+%files secman
+%{plugin_dir}/libleechcraft_secman.so
+ 
+%files secman-simplestorage
+%{plugin_dir}/libleechcraft_secman_simplestorage.so
+ 
+%files seekthru -f leechcraft_seekthru.lang
+%{settings_dir}/seekthrusettings.xml
+%{plugin_dir}/libleechcraft_seekthru.so
+ 
+%files shellopen -f leechcraft_shellopen.lang
+%{plugin_dir}/libleechcraft_shellopen.so
+ 
+%files summary -f leechcraft_summary.lang
+%{plugin_dir}/libleechcraft_summary.so
+ 
+%files tabpp -f leechcraft_tabpp.lang
+%{settings_dir}/tabppsettings.xml
+%{plugin_dir}/libleechcraft_tabpp.so
+ 
+%files vgrabber -f leechcraft_vgrabber.lang
+%{settings_dir}/vgrabbersettings.xml
+%{plugin_dir}/libleechcraft_vgrabber.so
+ 
+%files glance -f leechcraft_glance.lang
+%{plugin_dir}/libleechcraft_glance.so
+ 
+%files tabslist -f leechcraft_tabslist.lang
+%{plugin_dir}/libleechcraft_tabslist.so
+
+%files syncer -f leechcraft_syncer.lang
+%{plugin_dir}/libleechcraft_syncer.so
+%{settings_dir}/syncersettings.xml
+
+%files knowhow
+%{_datadir}/%{name}/knowhow
+%{plugin_dir}/libleechcraft_knowhow.so
+%{settings_dir}/knowhowsettings.xml
+
+%files anhero -f leechcraft_anhero.lang
+%{plugin_dir}/libleechcraft_anhero.so
+
+%files blackdash
+%{plugin_dir}/libleechcraft_blackdash.so
+
+%files choroid
+%{_datadir}/%{name}/qml/choroid
+%{plugin_dir}/libleechcraft_choroid.so
+
+%files gmailnotifier -f leechcraft_gmailnotifier.lang
+%{plugin_dir}/libleechcraft_gmailnotifier.so
+%{settings_dir}/gmailnotifiersettings.xml
+
+%files lackman -f leechcraft_lackman.lang
+%{settings_dir}/lackmansettings.xml
+%{plugin_dir}/libleechcraft_lackman.so
+
+%changelog
+* Sun Mar 11 2012 Minh Ngo <nlminhtl at gmail.com> 0.5.0-3
+- fixing dependencies
+
+* Sat Mar 08 2012 Minh Ngo <nlminhtl at gmail.com> 0.5.0-2
+- fixing the cmake command
+- fixing dependencies of iconset packages
+- removing tango-iconset package
+- updating icon cache
+- find_lang scripts
+
+* Sun Feb 19 2012 Minh Ngo <nlminhtl at gmail.com> 0.5.0-1
+- 0.5.0 release
+- Changes http://leechcraft.org/leechcraft-0.5.0-is-released 
+
+* Tue Feb 07 2012 Minh Ngo <nlminhtl at gmail.com> 0.4.99-1
+- 0.4.99 release
+- Changes http://leechcraft.org/leechcraft-0.4.99-is-released
+
+* Mon Feb 06 2012 Minh Ngo <nlminhtl at gmail.com> 0.4.98-3
+- fixing the package leechcraft-acetamide name.
+- fixing the description.
+
+* Sun Jan 15 2012 Minh Ngo <nlminhtl at gmail.com> 0.4.98-2
+- New packages:
+- * gmailnotifier - Google GMail service notifier
+- * lackman - userspace package manager
+- * anhero - crash handler
+- Removing %%defattr(-,root,root,-) tag
+- Removing tags for f14 or earlier
+
+* Fri Jan 13 2012 Minh Ngo <nlminhtl at gmail.com> 0.4.98-1
+- leechcraft metapackage
+- Changes http://leechcraft.org/leechcraft-0.4.98-is-released
+
+* Tue Jan 10 2012 Minh Ngo <nlminhtl at gmail.com> 0.4.97-1
+- Adding %%{?_isa} macro into Requires tags
+- Chaging the default style from Plastique to Default
+- Release notes http://leechcraft.org/leechcraft-0.4.97-is-released
+
+* Mon Dec 05 2011 Minh Ngo <nlminhtl at gmail.com> 0.4.95-2
+- Add eiskaltdcpp-fix-php5-issue.patch - fix resolving 
+- /usr/bin/php5 dependence
+
+* Wed Nov 30 2011 Minh Ngo <nlminhtl at gmail.com> 0.4.95-1
+- new packages: pogooglue, delicious, readitlater, isterique
+- removing qt-multimedia from dependencies
+- optimizing the spec file by using macros
+
+* Thu Aug 04 2011 Minh Ngo <nlminhtl at gmail.com> 0.4.85-2
+- some patches for dynamic qxmpp libraries
+
+* Mon Jul 25 2011 Minh Ngo <nlminhtl at gmail.com> 0.4.85-1
+- new packages: tabslist, glance, azoth-modnok,
+- azoth-metacontacts, azoth-lastseen, azoth-adiumstyles,
+- azoth-autoidler
+
+* Mon Jul 04 2011 Minh Ngo <nlminhtl at gmail.com> - 0.4.80-0.1
+- 0.4.80 release
+- azoth depester plugin
+- azoth herbicide plugin
+- azoth rosenthal plugin
+
+* Mon Jun 06 2011 Minh Ngo <nlminhtl at gmail.com> - 0.4.75-0.1.gitga29292b
+- initial build 
diff --git a/sources b/sources
index e69de29..3f4099f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7daefb3130a475f9260eac069942076e  leechcraft-0.5.0.tar.xz


More information about the scm-commits mailing list