[telepathy-kde-text-ui] 0.2.0

Rex Dieter rdieter at fedoraproject.org
Sat Nov 26 04:13:12 UTC 2011


commit fe1dfd4817f86b6a431056c3b288113c817092d4
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Fri Nov 25 22:13:59 2011 -0600

    0.2.0

 .gitignore                 |    1 +
 sources                    |    2 +-
 telepathy-kde-text-ui.spec |   32 +++++++++++++++++++++++---------
 3 files changed, 25 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aece97b..e375105 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /telepathy-kde-text-ui_0.1.0.tar.bz2
+/telepathy-kde-text-ui-0.2.0.tar.bz2
diff --git a/sources b/sources
index 298d6c9..73c913c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ca2cb7d55a38de5643dc237756a062aa  telepathy-kde-text-ui_0.1.0.tar.bz2
+ab21525772d03193ff2ca4edbbb95299  telepathy-kde-text-ui-0.2.0.tar.bz2
diff --git a/telepathy-kde-text-ui.spec b/telepathy-kde-text-ui.spec
index 73e66f9..d49ac3f 100644
--- a/telepathy-kde-text-ui.spec
+++ b/telepathy-kde-text-ui.spec
@@ -1,17 +1,24 @@
 
 Name:    telepathy-kde-text-ui
 Summary: Telepathy text chat handler 
-Version: 0.1.0
-Release: 2%{?dist}
+Version: 0.2.0
+Release: 1%{?dist}
 
 License: GPLv2+
 URL:     https://projects.kde.org/projects/playground/network/telepathy/telepathy-chat-handler 
-Source0: http://download.kde.org/unstable/telepathy-kde/%{version}/src/telepathy-kde-text-ui_%{version}.tar.bz2
+Source0: http://download.kde.org/unstable/telepathy-kde/%{version}/src/telepathy-kde-text-ui-%{version}.tar.bz2
 
 BuildRequires: desktop-file-utils
 BuildRequires: kdelibs4-devel
 BuildRequires: telepathy-qt4-devel
 
+#-----------------------------------------------------------------------------
+#-- The following OPTIONAL packages could NOT be located on your system.
+#-- Consider installing them to enable more features from this software.
+#-----------------------------------------------------------------------------
+#   * TelepathyLoggerQt4 (Needed for optional backlog support in the chat-window or higher)  <FALSE>
+#     Qt4 wrapper around telepathy-logger
+
 Requires: kdebase-runtime%{?_kde4_version: >= %{_kde4_version}}
 Requires: telepathy-kde-accounts-kcm
 
@@ -27,7 +34,7 @@ BuildArch: noarch
 
 
 %prep
-%setup -q -n %{name}_%{version}
+%setup -q -n %{name}-%{version}
 
 
 %build
@@ -44,16 +51,20 @@ rm -rf %{buildroot}
 
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
+%find_lang %{name} --all-name --with-kde
+
 
-%files
+%files -f %{name}.lang
 %doc COPYING 
-%{_kde4_bindir}/adiumxtra-protocol-handler
-%{_kde4_bindir}/telepathy-kde-text-ui
+%{_kde4_libdir}/kde4/kcm_telepathy_chat_appearance_config.so
+%{_kde4_libdir}/kde4/kcm_telepathy_chat_behavior_config.so
+%{_kde4_libexecdir}/adiumxtra-protocol-handler
+%{_kde4_libexecdir}/telepathy-kde-text-ui
+%{_kde4_datadir}/kde4/services/kcm_telepathy_chat_appearance_config.desktop
+%{_kde4_datadir}/kde4/services/kcm_telepathy_chat_behavior_config.desktop
 %{_kde4_appsdir}/ktelepathy/
 %{_kde4_appsdir}/telepathy-kde-text-ui/
 %{_kde4_datadir}/kde4/services/adiumxtra.protocol
-%{_kde4_datadir}/kde4/services/kcm_telepathy_chat_config.desktop
-%{_kde4_libdir}/kde4/kcm_telepathy_chat_config.so
 %{_kde4_libdir}/libktelepathy_chat_lib.so
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KDE.TextUi.service
 %{_datadir}/telepathy/clients/KDE.TextUi.client
@@ -63,6 +74,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
 %changelog
+* Fri Nov 25 2011 Rex Dieter <rdieter at fedoraproject.org> 0.2.0-1
+- 0.2.0
+
 * Thu Sep 15 2011 Rex Dieter <rdieter at fedoraproject.org> 0.1.0-2
 - fix Source0 URL
 - fix tabs/spaces


More information about the scm-commits mailing list