[licq/f19: 1/2] Add missing icq plugin.

Christopher Meng cicku at fedoraproject.org
Fri Sep 13 16:31:55 UTC 2013


commit 4894a534a518b7591f15817978a7c10729d1edbd
Author: Christopher Meng <rpm at cicku.me>
Date:   Sat Sep 14 00:25:31 2013 +0800

    Add missing icq plugin.

 licq.spec |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/licq.spec b/licq.spec
index 257fa99..d39c7dc 100644
--- a/licq.spec
+++ b/licq.spec
@@ -1,6 +1,6 @@
 Name:           licq
 Version:        1.8.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPLv2+
 Summary:        A graphical ICQ client with multiple protocols support
 URL:            http://www.licq.org
@@ -72,6 +72,13 @@ cd build
 make %{?_smp_mflags}
 popd
 
+pushd plugins/icq
+mkdir build
+cd build
+%cmake $cmakeopts ..
+make %{?_smp_mflags}
+popd
+
 pushd plugins/jabber
 mkdir build
 cd build
@@ -130,6 +137,10 @@ pushd plugins/forwarder/build
 make DESTDIR=%{buildroot} install
 popd
 
+pushd plugins/icq/build
+make DESTDIR=%{buildroot} install
+popd
+
 pushd plugins/jabber/build
 make DESTDIR=%{buildroot} install
 popd
@@ -164,6 +175,7 @@ find %{buildroot} -name '*.la' -delete
 %{_libdir}/%{name}/protocol_msn.so
 %{_libdir}/%{name}/licq_autoreply.so
 %{_libdir}/%{name}/licq_forwarder.so
+%{_libdir}/%{name}/protocol_icq.so
 %{_libdir}/%{name}/protocol_jabber.so
 %{_libdir}/%{name}/licq_rms.so
 %{_datadir}/licq
@@ -179,6 +191,9 @@ find %{buildroot} -name '*.la' -delete
 %{_includedir}/*
 
 %changelog
+* Fri Sep 13 2013 Christopher Meng <rpm at cicku.me> - 1.8.0-2
+- Add missing icq plugin build due to upstream changes.
+
 * 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)


More information about the scm-commits mailing list