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:
parent
caf38be11a
commit
2c6646d729
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:133900731266207bd541cb75e6bbd544b8633499567f50fc626ec0296f5abf28
|
||||
size 332435
|
3
pidgin-sipe-1.7.1.tar.bz2
Normal file
3
pidgin-sipe-1.7.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f2170e32cf4bf7ca82f2d2ecb63feba4e51cb544fcca8063772c4a11320422a
|
||||
size 356282
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
#
|
||||
@ -15,55 +15,76 @@
|
||||
# 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: 5
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
Version: 1.7.1
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: Pidgin third-party plugin for Microsoft LCS/OCS
|
||||
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
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: intltool
|
||||
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
|
||||
Requires: libpurple >= 2.0.0
|
||||
%gconf_schemas_prereq
|
||||
|
||||
%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:
|
||||
--------
|
||||
Anibal Avelar "fixxxer" <debianmx@gmail.com>
|
||||
%package -n libpurple-plugin-sipe
|
||||
License: GPLv2+
|
||||
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
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%{?env_options}
|
||||
%configure
|
||||
make
|
||||
%configure --with-krb5
|
||||
make %{_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%find_lang pidgin-sipe
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
rm -rf "$RPM_BUILD_ROOT"
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files -f pidgin-sipe.lang
|
||||
%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
|
||||
%{_libdir}/pidgin/libsipe.*
|
||||
%files -n libpurple-plugin-sipe -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README TODO
|
||||
%{_libdir}/purple-2/libsipe.so
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING
|
||||
%{_datadir}/pixmaps/pidgin/protocols/*/sipe.png
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user