SHA256
1
0
forked from pool/pidgin-sipe

Accepting request 27794 from GNOME:Apps

Copy from GNOME:Apps/pidgin-sipe based on submit request 27794 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/27794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-sipe?expand=0&rev=4
This commit is contained in:
OBS User autobuild 2009-12-29 23:29:03 +00:00 committed by Git OBS Bridge
parent caf38be11a
commit 2c6646d729
4 changed files with 89 additions and 32 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:133900731266207bd541cb75e6bbd544b8633499567f50fc626ec0296f5abf28
size 332435

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f2170e32cf4bf7ca82f2d2ecb63feba4e51cb544fcca8063772c4a11320422a
size 356282

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Sun Dec 27 00:30:08 CET 2009 - vuntz@opensuse.org
- Clean up packaging.
- Remove gconf_schemas_prereq macro, since there's nothing
involving gconf.
- Rename purple-sipe subpackage to libpurple-plugin-sipe.
- Add pidgin BuildRequires for directory ownership.
- Add pidgin Requires for pidgin-sipe.
- Add libpurple Enhances for libpurple-plugin-sipe.
-------------------------------------------------------------------
Thu Nov 26 09:54:24 UTC 2009 - john@redux.org.uk
- Update to version 1.7.1:
+ See ChangeLog for the full list of changes since version 1.3.3.
+ Support for Reuters Messaging environment.
+ Support for message formatting.
+ Invisible mode.
+ Full support for presence.
+ Better support of protocol.
+ New security framework.
+ Multi-party conversation.
+ Add telepathy-haze support.
+ Add integration with PBX (external phones).
+ New Idle status.
+ Many improvements and bug fixes.
+ Fix crashes.
+ Build fixes.
+ Updated translations.
- Split the package into pidgin-sipe and purple-sipe packages.
- Add gettext-devel, libtool BuildRequires.
- Remove pidgin, pidgin-devel, zlib-devel BuildRequires.
- Pass --with-krb5 to configure.
- Enable parallel build.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 17 00:13:39 CEST 2009 - crrodriguez@suse.de Thu Sep 17 00:13:39 CEST 2009 - crrodriguez@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package pidgin-sipe (Version 1.3.3) # spec file for package pidgin-sipe (Version 1.7.1)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -15,55 +15,76 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: pidgin-sipe Name: pidgin-sipe
Summary: Pidgin plugin for connecting to LCS Version: 1.7.1
Version: 1.3.3 Release: 1
Release: 5 License: GPLv2+
License: GPL v2 or later Summary: Pidgin third-party plugin for Microsoft LCS/OCS
Group: Productivity/Networking/Instant Messenger
Url: http://sipe.sourceforge.net/ Url: http://sipe.sourceforge.net/
Source: pidgin-sipe-1.3.3.tar.bz2 Group: Productivity/Networking/Instant Messenger
AutoReqProv: on Source: %{name}-%{version}.tar.bz2
BuildRequires: intltool pidgin pidgin-devel BuildRequires: gettext-devel
BuildRequires: libpurple-devel BuildRequires: intltool
BuildRequires: krb5-devel zlib-devel BuildRequires: krb5-devel
BuildRequires: libpurple-devel >= 2.3.1
BuildRequires: libtool
# For directory ownership
BuildRequires: pidgin
Requires: libpurple-plugin-sipe = %{version}
Requires: pidgin
Supplements: packageand(libpurple-plugin-sipe:pidgin}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: libpurple >= 2.0.0
%gconf_schemas_prereq
%description %description
Microsoft Live Communication Server (LCS) plugin for Pidgin. A third-party plugin for the Pidgin multi-protocol instant messenger. It
implements the extended version of SIP/SIMPLE used by various products:
* Microsoft Office Communications Server (OCS 2007 and newer)
* Microsoft Live Communications Server (LCS 2003/2005)
* Reuters Messaging
This package provides the icon set for Pidgin.
Authors: %package -n libpurple-plugin-sipe
-------- License: GPLv2+
Anibal Avelar "fixxxer" <debianmx@gmail.com> Summary: Libpurple third-party plugin for Microsoft LCS/OCS
Group: Productivity/Networking/Instant Messenger
Enhances: libpurple
%description -n libpurple-plugin-sipe
A third-party plugin for the libpurple multi-protocol instant messaging core.
It implements the extended version of SIP/SIMPLE used by various products:
* Microsoft Office Communications Server (OCS 2007 and newer)
* Microsoft Live Communications Server (LCS 2003/2005)
* Reuters Messaging
%prep %prep
%setup -q %setup -q
%build %build
%{?env_options} %{?env_options}
%configure %configure --with-krb5
make make %{_smp_mflags}
%install %install
%makeinstall %makeinstall
%find_lang pidgin-sipe find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{name}
%clean %clean
rm -rf "$RPM_BUILD_ROOT" rm -rf %{buildroot}
%files -f pidgin-sipe.lang %files -n libpurple-plugin-sipe -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README %doc AUTHORS ChangeLog COPYING NEWS README TODO
/usr/share/pixmaps/pidgin/protocols/16/sipe.png %{_libdir}/purple-2/libsipe.so
/usr/share/pixmaps/pidgin/protocols/22/sipe.png
/usr/share/pixmaps/pidgin/protocols/48/sipe.png %files
%{_libdir}/pidgin/libsipe.* %defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_datadir}/pixmaps/pidgin/protocols/*/sipe.png
%changelog %changelog