2007-05-21 04:39:49 +02:00
#
2011-02-14 01:10:32 +01:00
# spec file for package pidgin
2007-05-21 04:39:49 +02:00
#
2017-03-13 15:31:34 +01:00
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
2007-05-21 04:39:49 +02:00
#
2008-08-23 01:56:49 +02:00
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
2007-05-21 04:39:49 +02:00
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
2012-02-28 14:14:54 +01:00
2014-11-26 20:57:31 +01:00
%define _name Pidgin
2007-05-21 04:39:49 +02:00
Name : pidgin
2017-03-13 15:31:34 +01:00
Version : 2.12.0
2014-11-26 20:57:31 +01:00
Release : 0
2011-07-08 09:38:03 +02:00
Summary : Multiprotocol Instant Messaging Client
2012-01-05 19:14:50 +01:00
License : GPL-2.0+
2007-07-24 01:33:28 +02:00
Group : Productivity/Networking/Instant Messenger
2016-01-09 23:12:58 +01:00
Url : https://pidgin.im/
Source : http://downloads.sf.net/%{name} /%{name} -%{version} .tar.bz2
Source1 : http://downloads.sf.net/%{name} /%{name} -%{version} .tar.bz2.asc
Source2 : pidgin.keyring
Source3 : pidgin-prefs.xml
2015-09-19 06:52:39 +02:00
# PATCH-FIX-OPENSUSE pidgin-nonblock-common.patch
Patch0 : pidgin-nonblock-common.patch
# PATCH-FIX-OPENSUSE pidgin-nonblock-gwim.patch
Patch1 : pidgin-nonblock-gwim.patch
# PATCH-FIX-OPENSUSE pidgin-nonblock-common2.patch
Patch2 : pidgin-nonblock-common2.patch
# PATCH-FEATURE-SLE pidgin-gnome-keyring.patch
Patch3 : pidgin-gnome-keyring.patch
2016-01-09 23:12:58 +01:00
# PATCH-FIX-OPENSUSE pidgin-fix-perl-build.patch vuntz@opensuse.org -- Revert http://developer.pidgin.im/viewmtn/revision/info/f32151852a00fb5abd3fdccdd8df2419031666de as it breaks the build.
2015-09-19 06:52:39 +02:00
Patch4 : pidgin-fix-perl-build.patch
# PATCH-FIX-UPSTREAM pidgin-crash-missing-gst-registry.patch boo#866455 pidgin.im#16224 cxiong@suse.com -- Fix crash when GST registry cache file is missing.
2016-01-09 23:12:58 +01:00
Patch5 : pidgin-crash-missing-gst-registry.patch
2016-12-16 12:06:02 +01:00
# PATCH-FIX-UPSTREAM pidgin-ncurses-6.0-accessors.patch pidgin.im#16764 dimstar@opensuse.org -- Fix build with NCurses 6.0 with WINDOW_OPAQUE set to 1.
2016-01-09 23:12:58 +01:00
Patch6 : pidgin-ncurses-6.0-accessors.patch
2016-12-16 12:06:02 +01:00
# PATCH-FIX-SLE pidgin-use-default-alsa.patch bsc#886670 tiwai@suse.de -- Use ALSA as a default for avoiding broken volume control.
Patch7 : pidgin-use-default-alsa.patch
2014-11-26 20:57:31 +01:00
BuildRequires : NetworkManager-devel
# Can use external libzephyr.
2008-08-29 01:41:51 +02:00
BuildRequires : cyrus-sasl-devel
BuildRequires : dbus-1-devel
2014-11-26 20:57:31 +01:00
BuildRequires : dbus-1-glib-devel
2008-08-29 01:41:51 +02:00
BuildRequires : doxygen
2014-11-26 20:57:31 +01:00
BuildRequires : fdupes
2008-08-29 01:41:51 +02:00
BuildRequires : graphviz
BuildRequires : gtk-doc
BuildRequires : gtkspell-devel
BuildRequires : intltool
2014-11-26 20:57:31 +01:00
BuildRequires : libavahi-glib-devel
2008-08-29 01:41:51 +02:00
BuildRequires : libgadu-devel
2014-11-26 20:57:31 +01:00
BuildRequires : libgnutls-devel
BuildRequires : libidn-devel
BuildRequires : libnotify-devel
BuildRequires : libstdc++-devel
BuildRequires : libtool
BuildRequires : libxml2-devel
BuildRequires : libxslt
BuildRequires : meanwhile-devel
BuildRequires : mozilla-nspr-devel
BuildRequires : ncurses-devel
2016-12-16 12:06:02 +01:00
BuildRequires : pkgconfig
2014-11-26 20:57:31 +01:00
BuildRequires : startup-notification-devel
BuildRequires : tk-devel
BuildRequires : update-desktop-files
2015-09-19 06:52:39 +02:00
Requires : perl-base >= %{perl_version}
2017-11-02 15:57:22 +01:00
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120300
BuildRequires : python2-devel
%else
BuildRequires : python-devel
%endif
2016-12-16 12:06:02 +01:00
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200 || (0%{?sle_version} >= 120100 && 0%{?is_opensuse})
2015-09-19 06:52:39 +02:00
BuildRequires : farstream-devel >= 0.2.7
BuildRequires : gstreamer-devel
BuildRequires : gstreamer-plugins-base-devel
Recommends: gstreamer-plugins-good
%else
BuildRequires : gstreamer-0_10-devel
BuildRequires : gstreamer-0_10-plugins-base-devel
Recommends: gstreamer-0_10-plugins-good
%endif
2016-07-21 07:41:33 +02:00
%if 0%{?suse_version} < 1120
2014-11-26 20:57:31 +01:00
Recommends: %{name} -emoticons-nld
Recommends: %{name} -emoticons-tango
2016-12-16 12:06:02 +01:00
BuildRoot : %{_tmppath} /%{name} -%{version} -build
2009-12-04 16:07:44 +01:00
%endif
2017-11-02 15:57:22 +01:00
%if 0%{?suse_version} < 1120
2015-09-19 06:52:39 +02:00
# gnome-keyring support summary (boo#566286):
# 11.1 & SLE11: patch present and active (boo#569025)
2014-11-26 20:57:31 +01:00
# 11.2 and above: patch not applied
2010-01-18 15:01:41 +01:00
# For openSUSE, it's better to avoid this patch:
# + does not work well outside GNOME
# - passwords are stored in readable form
BuildRequires : gnome-keyring-devel
%endif
2014-11-26 20:57:31 +01:00
%if 0%{?suse_version} > 1210
BuildRequires : libSM-devel
BuildRequires : libX11-devel
BuildRequires : libXScrnSaver-devel
BuildRequires : libXext-devel
2008-08-29 01:41:51 +02:00
BuildRequires : mozilla-nss-devel
2014-11-26 20:57:31 +01:00
%endif
%if 0%{?suse_version} >= 1230
2014-06-25 15:24:02 +02:00
BuildRequires : ca-certificates-mozilla
2016-07-21 07:41:33 +02:00
Requires : ca-certificates-mozilla
2014-06-25 15:24:02 +02:00
%else
2008-08-29 01:41:51 +02:00
BuildRequires : openssl-certs
2016-07-21 07:41:33 +02:00
Requires : openssl-certs
2009-12-04 16:07:44 +01:00
%endif
2016-07-21 07:41:33 +02:00
%if 0%{?suse_version} >= 1120
2009-03-18 01:37:34 +01:00
BuildRequires : translation-update-upstream
2009-12-08 12:04:47 +01:00
%endif
2007-05-21 04:39:49 +02:00
%description
2016-12-16 12:06:02 +01:00
Pidgin is a messaging application which lets you log in to accounts
on multiple chat networks simultaneously.
2007-05-21 04:39:49 +02:00
2016-12-16 12:06:02 +01:00
Pidgin is compatible with the following chat networks out of the
box: Jabber/XMPP, AIM, ICQ, Bonjour, Gadu-Gadu, IRC, SILC, SIMPLE,
2017-03-21 22:45:50 +01:00
Novell GroupWise Messenger, IBM Sametime, and Zephyr. It can
support many more with plugins.
2007-05-21 04:39:49 +02:00
%package devel
Summary : Development Headers, Documentation, and Libraries for Pidgin
2014-11-26 20:57:31 +01:00
Group : Development/Libraries/C and C++
2012-02-28 14:14:54 +01:00
Requires : %{name} = %{version}
Requires : glib2-devel
Requires : gtk2-devel
Requires : libpurple-devel = %{version}
2007-09-14 00:47:58 +02:00
2014-11-26 20:57:31 +01:00
%description devel
The pidgin-devel package contains the header files, developer
documentation, and libraries required for development of Pidgin scripts
and plugins.
2007-05-21 04:39:49 +02:00
%package -n libpurple
2011-07-08 09:38:03 +02:00
Summary : GLib-based Instant Messenger Library
2017-04-18 13:47:22 +02:00
# Not really required, but standard XMPP accounts require it, if compiled with SASL support.
2017-05-24 14:23:22 +02:00
Group : System/Libraries
2012-02-28 14:14:54 +01:00
Requires : cyrus-sasl-digestmd5
Requires : cyrus-sasl-plain
2014-11-26 20:57:31 +01:00
# Needed for purple-url-handler.
2007-10-03 01:08:35 +02:00
Requires : dbus-1-python
2016-12-16 12:06:02 +01:00
Requires : libpurple-branding
2015-09-19 06:52:39 +02:00
Requires : perl >= %{perl_version}
Recommends: libpurple-lang
2014-11-26 20:57:31 +01:00
%if 0%{?suse_version} >= 1230
2014-06-25 15:24:02 +02:00
Requires : ca-certificates-mozilla
%else
2009-03-04 15:09:03 +01:00
Requires : openssl-certs
2009-12-08 12:04:47 +01:00
%endif
2014-11-26 20:57:31 +01:00
%description -n libpurple
libpurple is a library intended to be used by programmers seeking
to write an IM client that connects to many IM networks.
2016-12-16 12:06:02 +01:00
libpurple is compatible with the following chat networks out of the
box: Jabber/XMPP, AIM, ICQ, Bonjour, Gadu-Gadu, IRC, SILC, SIMPLE,
2017-03-21 22:45:50 +01:00
Novell GroupWise Messenger, IBM Sametime, and Zephyr. It can
support many more with plugins.
2014-11-26 20:57:31 +01:00
%lang_package -n libpurple
2007-09-14 00:47:58 +02:00
2015-09-19 06:52:39 +02:00
%package -n libpurple-branding-upstream
Summary : GLib-based Instant Messenger Library -- Upstream default configuration
Group : System/Libraries
Requires : libpurple = %{version}
Supplements: packageand(libpurple:branding-upstream)
Conflicts : otherproviders(libpurple-branding)
Provides : libpurple-branding = %{version}
2016-12-16 12:06:02 +01:00
%if 0%{?suse_version} >= 1210
2015-09-19 06:52:39 +02:00
BuildArch : noarch
2016-12-16 12:06:02 +01:00
%endif
2015-09-19 06:52:39 +02:00
#BRAND: Provides /etc/purple/prefs.xml, the default configuration for
#BRAND: libpurple, and libpurple-based clients.
%description -n libpurple-branding-upstream
libpurple is a library intended to be used by programmers seeking
to write an IM client that connects to many IM networks.
2016-12-16 12:06:02 +01:00
libpurple is compatible with the following chat networks out of the
box: Jabber/XMPP, AIM, ICQ, Bonjour, Gadu-Gadu, IRC, SILC, SIMPLE,
2017-03-21 22:45:50 +01:00
Novell GroupWise Messenger, IBM Sametime, and Zephyr. It can
support many more with plugins.
2015-09-19 06:52:39 +02:00
2016-12-16 12:06:02 +01:00
This package provides the upstream default configuration for Pidgin.
2015-09-19 06:52:39 +02:00
2007-05-21 04:39:49 +02:00
%package -n libpurple-devel
Summary : Development Headers, Documentation, and Libraries for libpurple
2014-11-26 20:57:31 +01:00
Group : Development/Libraries/C and C++
2012-02-28 14:14:54 +01:00
Requires : NetworkManager-devel
Requires : NetworkManager-glib
Requires : glib2-devel
Requires : libpurple = %{version}
Requires : libxml2-devel
2010-08-27 14:55:53 +02:00
2014-11-26 20:57:31 +01:00
%description -n libpurple-devel
The libpurple-devel package contains the header files, developer
documentation, and libraries required for development of libpurple
based instant messaging clients or plugins for any libpurple based
client.
2007-09-14 00:47:58 +02:00
2009-08-17 14:53:02 +02:00
%package -n libpurple-tcl
Summary : TCL Plugin Support for Pidgin
Group : Productivity/Networking/Instant Messenger
Requires : libpurple = %{version}
Supplements: packageand(libpurple:tcl)
2014-11-26 20:57:31 +01:00
%description -n libpurple-tcl
2016-12-16 12:06:02 +01:00
TCL plugin loader for Pidgin. This package will allow you to write
or use Pidgin plugins written in the TCL programming language.
%package -n libpurple-plugin-sametime
Summary : Sametime Plugin for Pidgin using the Meanwhile Library
Group : Productivity/Networking/Instant Messenger
Requires : libpurple = %{version}
# libpurple-meanwhile was last used in openSUSE Leap 42.2.
Provides : libpurple-meanwhile = %{version} -%{release}
Obsoletes : libpurple-meanwhile < %{version} -%{release}
%description -n libpurple-plugin-sametime
IBM Sametime plugin for Pidgin using the Meanwhile library.
2014-11-26 20:57:31 +01:00
2007-05-21 04:39:49 +02:00
%package -n finch
Summary : Text-Based User Interface for Pidgin Instant Messaging Client
2007-07-24 01:33:28 +02:00
Group : Productivity/Networking/Instant Messenger
2007-05-21 04:39:49 +02:00
Requires : libpurple = %{version}
2014-11-26 20:57:31 +01:00
%description -n finch
2016-12-16 12:06:02 +01:00
A text-based user interface to use with libpurple. This can be run
from a standard text console or from a graphical terminal emulator.
It uses ncurses and our homegrown gnt library for drawing windows
and text.
2007-09-14 00:47:58 +02:00
2007-05-21 04:39:49 +02:00
%package -n finch-devel
Summary : Headers etc. for finch Stuffs
2014-11-26 20:57:31 +01:00
Group : Development/Libraries/C and C++
2012-02-28 14:14:54 +01:00
Requires : finch = %{version}
Requires : glib2-devel
Requires : glibc-devel
Requires : libpurple-devel = %{version}
Requires : ncurses-devel
2007-05-21 04:39:49 +02:00
2014-11-26 20:57:31 +01:00
%description -n finch-devel
The finch-devel package contains the header files, developer
2016-12-16 12:06:02 +01:00
documentation, and libraries required for development of Finch
scripts and plugins.
2011-07-08 09:38:18 +02:00
2007-05-21 04:39:49 +02:00
%prep
2016-12-16 12:06:02 +01:00
%setup -q
2016-07-21 07:41:33 +02:00
%if 0%{?suse_version} >= 1120
2009-03-18 01:37:34 +01:00
translation-update-upstream
2009-12-04 16:07:44 +01:00
%endif
2014-11-26 20:57:31 +01:00
%patch0 -p1
2007-05-21 04:39:49 +02:00
%patch1 -p1
2014-11-26 20:57:31 +01:00
%patch2 -p1
2007-05-21 04:39:49 +02:00
%patch3 -p1
%patch4 -p1
2016-01-09 23:12:58 +01:00
%patch5 -p1
2014-11-26 20:57:31 +01:00
%patch6 -p1
2016-12-16 12:06:02 +01:00
%if 0%{?sle_version} >= 120000 && !0%{?is_opensuse}
%patch7 -p1
2016-09-09 10:19:33 +02:00
%endif
2016-01-09 23:12:58 +01:00
cp -f %{SOURCE3} %{name} -prefs.xml
2012-05-16 21:09:00 +02:00
2014-11-26 20:57:31 +01:00
# Change Myanmar/Myanmar to Myanmar.
2016-12-16 12:06:02 +01:00
mv po/my_MM.po po/my.po
2014-11-26 20:57:31 +01:00
sed -i " / A L L _ L I N G U A S / s / m y _ M M / m y / " configure.ac
2007-05-21 04:39:49 +02:00
2017-11-02 15:52:02 +01:00
# Do not use env for python sripts
sed -i " s | e n v p y t h o n | p y t h o n 2 | g " libpurple/purple-*
2007-05-21 04:39:49 +02:00
%build
2014-11-26 20:57:31 +01:00
export CFLAGS=" %{optflags} - f s t a c k - p r o t e c t o r - f P I C "
export CXXFLAGS=" %{optflags} - f s t a c k - p r o t e c t o r - f P I C "
export FFLAGS=" %{optflags} - f s t a c k - p r o t e c t o r - f P I C "
2007-05-21 04:39:49 +02:00
export LDFLAGS=" - p i e "
2010-08-27 14:55:53 +02:00
autoreconf -fi
2014-11-26 20:57:31 +01:00
%configure \
--disable-static \
--enable-plugins \
--enable-cyrus-sasl \
--enable-dbus \
--enable-gstreamer \
2016-12-16 12:06:02 +01:00
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200 || (0%{?sle_version} >= 120100 && 0%{?is_opensuse})
2015-08-15 11:38:18 +02:00
--with-gstreamer=1.0 \
2015-09-19 06:52:39 +02:00
--enable-vv \
%else
--with-gstreamer=0.10 \
--disable-vv \
%endif
2016-07-21 07:41:33 +02:00
%if 0%{?suse_version} < 1120
2014-11-26 20:57:31 +01:00
--enable-gnome-keyring \
%endif
--enable-nm \
--enable-dbus \
--enable-devhelp \
--with-tclconfig=%{_libdir} \
--with-tkconfig=%{_libdir} \
--with-system-ssl-certs=%{_sysconfdir} /ssl/certs/
2016-12-16 12:06:02 +01:00
make %{?_smp_mflags} V=1
2007-05-21 04:39:49 +02:00
%install
2014-11-26 20:57:31 +01:00
%make_install
2016-12-16 12:06:02 +01:00
%if 0%{?suse_version} <= 1140
2016-01-09 23:12:58 +01:00
mkdir -p %{buildroot} %{_sysconfdir} /purple/
2015-09-19 06:52:39 +02:00
rm -f %{buildroot} %{_sysconfdir} /gconf/schemas/purple.schemas
2014-11-26 20:57:31 +01:00
%endif
2016-12-16 12:06:02 +01:00
install -Dpm 0644 %{name} -prefs.xml %{buildroot} %{_sysconfdir} /purple/prefs.xml
2014-11-26 20:57:31 +01:00
%perl_process_packlist
find %{buildroot} -type f -name " p e r l l o c a l . p o d " -delete -print
find %{buildroot} -type f -name " . p a c k l i s t " -delete -print
find %{buildroot} -type f -name " * . b s " -empty -delete -print
find %{buildroot} -type f -name " * . l a " -delete -print
2015-09-19 06:52:39 +02:00
2016-12-16 12:06:02 +01:00
# FIXME: Should be a non-versioned name.
ls %{buildroot} %{_libdir} /purple-2/ | grep '\.so$' | while read libim; do
if [ -L " %{buildroot} %{_libdir} / p u r p l e - 2 / $ l i b i m " ]; then
rm " %{buildroot} %{_libdir} / p u r p l e - 2 / $ l i b i m "
2014-11-26 20:57:31 +01:00
fi
done
2015-09-19 06:52:39 +02:00
2014-11-26 20:57:31 +01:00
%fdupes %{buildroot}
%suse_update_desktop_file -N %{_name} -G " I n s t a n t M e s s e n g e r " %{name}
2011-02-14 01:10:26 +01:00
%find_lang %{name} %{?no_lang_C}
2007-05-21 04:39:49 +02:00
2017-11-02 15:57:22 +01:00
%if 0%{?suse_version} > 1130 && 0%{?suse_version} <= 1320
2011-02-14 01:10:26 +01:00
%post
%desktop_database_post
%icon_theme_cache_post
%postun
%desktop_database_postun
%icon_theme_cache_postun
%endif
2007-10-25 02:40:36 +02:00
%post -n libpurple -p /sbin/ldconfig
2007-05-31 21:10:32 +02:00
2007-10-25 02:40:36 +02:00
%postun -n libpurple -p /sbin/ldconfig
2007-05-31 21:10:32 +02:00
2007-10-25 02:40:36 +02:00
%post -n finch -p /sbin/ldconfig
2007-05-31 21:10:32 +02:00
2007-10-25 02:40:36 +02:00
%postun -n finch -p /sbin/ldconfig
2007-05-31 21:10:32 +02:00
2015-09-19 06:52:39 +02:00
%files
2007-05-21 04:39:49 +02:00
%defattr (-,root,root)
2016-01-09 23:12:58 +01:00
%doc AUTHORS COPYING COPYRIGHT ChangeLog README doc/the_penguin.txt
2014-11-26 20:57:31 +01:00
%{_bindir} /%{name}
%{_libdir} /%{name} /
2016-12-16 12:06:02 +01:00
%{_datadir} /sounds/purple/
%{_datadir} /applications/*.desktop
%{_datadir} /icons/hicolor/*/apps/*
%{_datadir} /pixmaps/%{name} /
2015-09-19 06:52:39 +02:00
%dir %{_datadir} /appdata/
2014-11-26 20:57:31 +01:00
%{_datadir} /appdata/pidgin.appdata.xml
2016-07-21 07:41:33 +02:00
%{_mandir} /man1/%{name} .1%{?ext_man}
2007-05-21 04:39:49 +02:00
%files devel
%defattr (-,root,root)
2016-12-16 12:06:02 +01:00
%{_includedir} /%{name} /
2014-11-26 20:57:31 +01:00
%{_libdir} /pkgconfig/%{name} .pc
2016-07-21 07:41:33 +02:00
%{_mandir} /man3/%{_name}.3*%{?ext_man}
2010-08-27 14:55:53 +02:00
2016-12-16 12:06:02 +01:00
%files -n libpurple
2014-11-26 20:57:31 +01:00
%defattr (-,root,root)
2011-07-08 09:38:03 +02:00
%dir %{_sysconfdir} /purple/
2007-05-21 04:39:49 +02:00
%{_bindir} /purple-client-example
%{_bindir} /purple-remote
%{_bindir} /purple-send
%{_bindir} /purple-send-async
%{_bindir} /purple-url-handler
%{_libdir} /libpurple.so.*
%{_libdir} /libpurple-client.so.*
2016-12-16 12:06:02 +01:00
%{_libdir} /purple-2/
%exclude %{_libdir} /purple-2/libsametime.so
%exclude %{_libdir} /purple-2/tcl.so
2009-12-04 16:07:44 +01:00
%files -n libpurple-lang -f %{name}.lang
2014-11-26 20:57:31 +01:00
%defattr (-,root,root)
%if 0%{?suse_version} < 1140
2015-09-19 06:52:39 +02:00
# These locales are not included in respective products.
# See https://bugzilla.opensuse.org/show_bug.cgi?id=659001
2016-01-09 23:12:58 +01:00
%dir %{_datadir} /locale/brx/
%dir %{_datadir} /locale/brx/LC_MESSAGES/
2015-09-19 06:52:39 +02:00
%dir %{_datadir} /locale/ku_IQ/
%dir %{_datadir} /locale/ku_IQ/LC_MESSAGES/
2014-11-26 20:57:31 +01:00
%dir %{_datadir} /locale/mhr/
%dir %{_datadir} /locale/mhr/LC_MESSAGES/
2016-01-09 23:12:58 +01:00
%dir %{_datadir} /locale/ms_MY/
%dir %{_datadir} /locale/ms_MY/LC_MESSAGES/
%dir %{_datadir} /locale/sd/
%dir %{_datadir} /locale/sd/LC_MESSAGES/
2011-04-15 09:21:17 +02:00
%endif
2007-05-21 04:39:49 +02:00
2015-09-19 06:52:39 +02:00
%files -n libpurple-branding-upstream
%defattr (-,root,root)
%config %{_sysconfdir} /purple/prefs.xml
2007-05-21 04:39:49 +02:00
2009-08-17 14:53:02 +02:00
%files -n libpurple-tcl
2014-11-26 20:57:31 +01:00
%defattr (-,root,root)
2009-08-17 14:53:02 +02:00
%{_libdir} /purple-2/tcl.so
2016-12-16 12:06:02 +01:00
%files -n libpurple-plugin-sametime
%defattr (-,root,root)
%{_libdir} /purple-2/libsametime.so
2007-05-21 04:39:49 +02:00
%files -n libpurple-devel
2014-11-26 20:57:31 +01:00
%defattr (-,root,root)
2007-05-21 04:39:49 +02:00
%doc ChangeLog.API HACKING PLUGIN_HOWTO
2015-09-19 06:52:39 +02:00
%doc libpurple/purple-notifications-example
2014-11-26 20:57:31 +01:00
%{_includedir} /libpurple/
2007-05-21 04:39:49 +02:00
%{_datadir} /aclocal/purple.m4
%{_libdir} /libpurple.so
%{_libdir} /libpurple-client.so
%{_libdir} /pkgconfig/purple.pc
2015-09-19 06:52:39 +02:00
%{_mandir} /man3/Purple.3*
2007-05-21 04:39:49 +02:00
2016-12-16 12:06:02 +01:00
%files -n finch
2014-11-26 20:57:31 +01:00
%defattr (-,root,root)
2007-05-21 04:39:49 +02:00
%{_bindir} /finch
2016-12-16 12:06:02 +01:00
%{_libdir} /finch/
2007-05-21 04:39:49 +02:00
%{_libdir} /libgnt.so.*
2014-11-26 20:57:31 +01:00
%{_libdir} /gnt/
%dir %{_libdir} /finch/
2015-09-19 06:52:39 +02:00
%{_mandir} /man1/finch.1*
2007-05-21 04:39:49 +02:00
%files -n finch-devel
2014-11-26 20:57:31 +01:00
%defattr (-,root,root)
%{_includedir} /finch/
%{_includedir} /gnt/
2007-05-21 04:39:49 +02:00
%{_libdir} /libgnt.so
2007-11-09 23:28:11 +01:00
%{_libdir} /pkgconfig/finch.pc
2007-05-21 04:39:49 +02:00
%{_libdir} /pkgconfig/gnt.pc
2007-12-11 01:12:21 +01:00
2007-05-21 04:39:49 +02:00
%changelog