rpms/pidgin-sipe/F-13 .cvsignore, 1.5, 1.6 pidgin-sipe.spec, 1.4, 1.5 sources, 1.5, 1.6

Konstantin Ryabitsev icon at fedoraproject.org
Thu Mar 11 19:31:26 UTC 2010


Author: icon

Update of /cvs/pkgs/rpms/pidgin-sipe/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28975/F-13

Modified Files:
	.cvsignore pidgin-sipe.spec sources 
Log Message:
Upstream 1.9.0 (bugfixes, new features).



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pidgin-sipe/F-13/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	16 Feb 2010 13:06:40 -0000	1.5
+++ .cvsignore	11 Mar 2010 19:31:25 -0000	1.6
@@ -1 +1 @@
-pidgin-sipe-1.8.1.tar.bz2
+pidgin-sipe-1.9.0.tar.bz2


Index: pidgin-sipe.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pidgin-sipe/F-13/pidgin-sipe.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- pidgin-sipe.spec	16 Feb 2010 13:06:40 -0000	1.4
+++ pidgin-sipe.spec	11 Mar 2010 19:31:25 -0000	1.5
@@ -1,21 +1,48 @@
 Name:           pidgin-sipe
-Version:        1.8.1
+Version:        1.9.0
 Release:        1%{?dist}
-Summary:        Pidgin plugin for connecting to MS Communications Server
+Summary:        Pidgin protocol plugin to connect to MS Office Communicator
 
 Group:          Applications/Internet
 License:        GPLv2+
 URL:            http://sipe.sourceforge.net/
-Source0:        http://download.sourceforge.net/pidgin-sipe/pidgin-sipe-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-1.9.0/pidgin-sipe-%{version}.tar.bz2
 
-BuildRequires:  zlib-devel, libpurple-devel, e2fsprogs-devel, intltool
+BuildRequires:  zlib-devel, libpurple-devel >= 2.4.0, e2fsprogs-devel, intltool
 BuildRequires:  krb5-devel, gettext
 
+Requires:       purple-sipe = %{version}-%{release}
+
 
 %description
-Provides an Open Implementation of SIP/Simple protocol for connecting Pidgin to
-Live Communications Server 2003/2005 and Office Communications Server 2007.
+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/2007 R2 and newer)
+    * Microsoft Live Communications Server (LCS 2003/2005)
+    * Reuters Messaging
+
+With this plugin you should be able to replace your Microsoft Office
+Communicator client with Pidgin.
+
+This package provides the icon set for Pidgin.
+
+
+%package -n purple-sipe
+Summary:        Libpurple protocol plugin to connect to MS Office Communicator
+Group:          %{pkg_group}
+License:        GPLv2+
+
+
+%description -n purple-sipe
+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/2007 R2 and newer)
+    * Microsoft Live Communications Server (LCS 2003/2005)
+    * Reuters Messaging
+
+This package provides the protocol plugin for libpurple clients.
 
 
 %prep
@@ -23,29 +50,49 @@ Live Communications Server 2003/2005 and
 
 
 %build
-%configure --with-krb5
+%configure \
+    --with-krb5 \
+    --with-purple \
+    --without-telepathy
 make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT%{_libdir}/purple-2/*.la
+%makeinstall
+find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name}
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
-%files -f %{name}.lang
+%files -n purple-sipe -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog HACKING COPYING NEWS README TODO
+%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
+* Thu Mar 11 2010 Konstantin Ryabitsev <icon at fedoraproject.org> - 1.9.0-1
+- Upstream 1.9.0:
+        - Contributed File transfer functionality. File encryption is supported.
+        - NTLMv2 and NTLMv2 Session Security support
+        - Implemented SIP Authentication Extensions protocol version 4 and 3
+        - another shot at presence update problems
+        - fix crash caused by uninitialized security contexts
+        - Updated translations: ru, de, es, pt_BR
+        - Bugfixes and crash fixes
+- BR libpurple >= 2.4.0
+- Split into purple-sipe and pidgin-sipe
+- Other spec fixes to match upstream's spec file
+
 * Tue Feb 16 2010 Konstantin Ryabitsev <icon at fedoraproject.org> - 1.8.1-1
 - Upstream 1.8.1 (crash fixes)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pidgin-sipe/F-13/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	16 Feb 2010 13:06:41 -0000	1.5
+++ sources	11 Mar 2010 19:31:25 -0000	1.6
@@ -1 +1 @@
-06234ddf19d9e6d91cd5cb3bb9b23407  pidgin-sipe-1.8.1.tar.bz2
+ba67eb6e45f77a665370d4a42c461aca  pidgin-sipe-1.9.0.tar.bz2



More information about the scm-commits mailing list