[licq/f18: 1/2] Obsolete -console.

Christopher Meng cicku at fedoraproject.org
Thu Sep 12 13:26:20 UTC 2013


commit 0a9bf2c4da8591a681c0f089332f0bd0773c3c2f
Author: Christopher Meng <rpm at cicku.me>
Date:   Thu Sep 12 21:24:52 2013 +0800

    Obsolete -console.

 licq.spec |   26 ++------------------------
 1 files changed, 2 insertions(+), 24 deletions(-)
---
diff --git a/licq.spec b/licq.spec
index 3a3947e..257fa99 100644
--- a/licq.spec
+++ b/licq.spec
@@ -18,7 +18,7 @@ BuildRequires:  gloox-devel libgcrypt-devel gnutls-devel libidn-devel
 Requires:       sox
 
 Provides:       %{name}-kde = %{version}-%{release}, %{name}-msn = %{version}-%{release}, %{name}-icqnd = %{version}-%{release}, %{name}-auto-reply = %{version}-%{release}
-Obsoletes:      %{name}-kde < 1.6.1, %{name}-msn < 1.6.1, %{name}-icqnd < 1.6.1, %{name}-auto-reply < 1.6.1
+Obsoletes:      %{name}-kde < 1.6.1, %{name}-msn < 1.6.1, %{name}-icqnd < 1.6.1, %{name}-auto-reply < 1.6.1, %{name}-console < 1.8.0
 
 %description
 Licq is a instant messaging client for UNIX supporting multiple 
@@ -42,14 +42,6 @@ This is a small plugin, which uses libxosd2 to
 display new arriving messages as OSD (On Screen Display)
 text on your desktop.
 
-%package        console
-Summary:        Console plugin for Licq
-Requires:       %{name}%{?_isa} = %{version}-%{release}
-
-%description    console
-This is a console ui plugin for the Licq ICQ client. It is considered beta
-at this point and does not have all the features that the qt-gui supports.
-
 %prep
 %setup -q
 #remove cvs stuff
@@ -73,13 +65,6 @@ cd build
 make %{?_smp_mflags}
 popd
 
-pushd plugins/console
-mkdir build
-cd build
-%cmake $cmakeopts ..
-make %{?_smp_mflags}
-popd
-
 pushd plugins/forwarder
 mkdir build
 cd build
@@ -141,10 +126,6 @@ pushd plugins/auto-reply/build
 make DESTDIR=%{buildroot} install
 popd
 
-pushd plugins/console/build
-make DESTDIR=%{buildroot} install
-popd
-
 pushd plugins/forwarder/build
 make DESTDIR=%{buildroot} install
 popd
@@ -194,16 +175,13 @@ find %{buildroot} -name '*.la' -delete
 %{_libdir}/%{name}/licq_osd.so
 %doc plugins/osd*/{AUTHORS,TODO,README,changelog}
 
-%files console
-%{_libdir}/%{name}/licq_console.so
-%doc plugins/console/{README,licq_console.conf}
-
 %files devel 
 %{_includedir}/*
 
 %changelog
 * Thu Sep 12 2013 Christopher Meng <rpm at cicku.me> - 1.8.0-1
 - New bugfix release introduces support for multiple accounts per protocol.
+- Removed console plugin (no longer maintained)
 
 * Mon Aug 05 2013 Christopher Meng <rpm at cicku.me> - 1.7.1-5
 - Add devel package.


More information about the scm-commits mailing list