forked from pool/pidgin-sipe
118 lines
3.9 KiB
RPMSpec
118 lines
3.9 KiB
RPMSpec
#
|
|
# spec file for package pidgin-sipe (Version 1.3.3)
|
|
#
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# 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.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: pidgin-sipe
|
|
Summary: Pidgin plugin for connecting to LCS
|
|
Version: 1.3.3
|
|
Release: 3
|
|
License: GPL v2 or later
|
|
Group: Productivity/Networking/Instant Messenger
|
|
Url: http://sipe.sourceforge.net/
|
|
Source: pidgin-sipe-1.3.3.tar.bz2
|
|
AutoReqProv: on
|
|
BuildRequires: intltool pidgin pidgin-devel
|
|
BuildRequires: libpurple-devel
|
|
BuildRequires: krb5-devel zlib-devel
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
Requires: libpurple >= 2.0.0
|
|
%gconf_schemas_prereq
|
|
|
|
%description
|
|
Microsoft Live Communication Server (LCS) plugin for Pidgin.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Anibal Avelar "fixxxer" <debianmx@gmail.com>
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%{?env_options}
|
|
%configure
|
|
make
|
|
|
|
%install
|
|
%makeinstall
|
|
|
|
%clean
|
|
rm -rf "$RPM_BUILD_ROOT"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
/usr/share/pixmaps/pidgin/protocols/16/sipe.png
|
|
/usr/share/pixmaps/pidgin/protocols/22/sipe.png
|
|
/usr/share/pixmaps/pidgin/protocols/48/sipe.png
|
|
/usr/share/locale/da/LC_MESSAGES/pidgin-sipe.mo
|
|
/usr/share/locale/de/LC_MESSAGES/pidgin-sipe.mo
|
|
/usr/share/locale/es/LC_MESSAGES/pidgin-sipe.mo
|
|
/usr/share/locale/fr/LC_MESSAGES/pidgin-sipe.mo
|
|
/usr/share/locale/hi/LC_MESSAGES/pidgin-sipe.mo
|
|
/usr/share/locale/ta/LC_MESSAGES/pidgin-sipe.mo
|
|
%{_libdir}/pidgin/libsipe.*
|
|
|
|
%changelog
|
|
* Mon Feb 02 2009 gburt@suse.de
|
|
- Fix total loss of functionality if user was logged on in more than
|
|
one location (bnc#459117)
|
|
* Thu Jan 22 2009 gburt@suse.de
|
|
- Patch fixing support for LCS 2005 buddy auth/blocking
|
|
- Fix logging in with TCP when no SRV records found
|
|
- Fix several crasher bugs
|
|
* Mon Jan 05 2009 gburt@suse.de
|
|
- Update to 1.3.3 which includes fixes for translation support,
|
|
typos, crashes, and error handling.
|
|
* Tue Dec 09 2008 gburt@suse.de
|
|
- Remove -lang package, too late for package splits
|
|
* Sun Dec 07 2008 gburt@suse.de
|
|
- Create -lang package
|
|
* Sun Dec 07 2008 gburt@suse.de
|
|
- Fix a segfault, fix compatibility bug with OCS 2005 (not handling
|
|
180 Ringing responses properly).
|
|
* Fri Dec 05 2008 gburt@suse.de
|
|
- Fix automatic support (redirecting) for LCS/OCS proxy servers,
|
|
and show the user the error when 403 forbidden is received.
|
|
* Thu Dec 04 2008 gburt@suse.de
|
|
- Fix bugs with ability to set status, add support for setting a
|
|
note (at least against some servers), fix OCS 2005 support, and
|
|
improve account editing dialog to be more friendly, and improve
|
|
error messages.
|
|
* Wed Dec 03 2008 gburt@suse.de
|
|
- Fix bugs with ability to add, modify, and remove contacts and
|
|
groups. Fix support for detecting contacts' away status, and
|
|
to send them ours. Fix support for saving and reading buddy
|
|
aliases to/from the server. Fix many crashes.
|
|
* Thu Nov 20 2008 gburt@suse.de
|
|
- Fix compatibility with Microsoft OCS 2007; 2-way IMing working
|
|
* Fri Nov 07 2008 gburt@suse.de
|
|
- Replace gz with bz2
|
|
* Fri Nov 07 2008 gburt@suse.de
|
|
- Update tarball with latest code from git plus a patch to get
|
|
NTLM signing of messages working (eco#5322)
|
|
* Tue Sep 02 2008 gburt@suse.de
|
|
- Clarify and simplify the package description
|
|
* Mon Aug 11 2008 gburt@suse.de
|
|
- Initial package for pidgin-sipe
|
|
- SIPE 1.2
|
|
- http://sipe.sourceforge.net/
|