pidgin-sipe update to 2.14.0
Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>master
parent
f33ba2cd97
commit
ddec15f90a
|
@ -6,10 +6,11 @@ Release: 1%{?dist}
|
|||
Group: Applications/Communications
|
||||
License: GPLv2+
|
||||
URL: http://sipe.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-%{version}/pidgin-sipe-%{version}.tar.bz2
|
||||
Source0: https://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-%{version}/pidgin-sipe-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(farstream-0.2)
|
||||
#BuildRequires: pkgconfig(freerdp-shadow2)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.18.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.18.0
|
||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.18.0
|
||||
|
@ -20,8 +21,10 @@ BuildRequires: pkgconfig(libxml-2.0)
|
|||
BuildRequires: pkgconfig(nice) >= 0.1.0
|
||||
BuildRequires: pkgconfig(nss)
|
||||
BuildRequires: pkgconfig(purple) >= 2.8.0
|
||||
#BuildRequires: appstream
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gssntlmssp-devel >= 0.5.0
|
||||
BuildRequires: intltool
|
||||
|
@ -94,24 +97,59 @@ rm -f \
|
|||
make %{?_smp_mflags} check
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
|
||||
%files -n purple-sipe -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog NEWS README TODO
|
||||
%license COPYING
|
||||
%{_libdir}/purple-2/libsipe.so
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/appdata/%{name}.metainfo.xml
|
||||
%{_datadir}/metainfo/%{name}.metainfo.xml
|
||||
%{_datadir}/pixmaps/pidgin/protocols/*/sipe.*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Nov 10 2018 Stefan Becker <chemobejk@gmail.com> - 1.24.0-1
|
||||
- update to 1.24.0:
|
||||
- add support for Application Sharing Server
|
||||
- use user agent also for HTTP
|
||||
- add support for new AppStream metadata file location
|
||||
- add BR appstream & freerdp-shadow2
|
||||
|
||||
* Mon Aug 20 2018 Stefan Becker <chemobejk@gmail.com> - 1.23.3-1
|
||||
- update to 1.23.3:
|
||||
- various bug fixes
|
||||
- drop obsolete patch for Remmina v1.2.0 rcgit.27 fix
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.23.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Jun 27 2018 Stefan Becker <chemobejk@gmail.com> - 1.23.2-2
|
||||
- add upstream patch for Remmina v1.2.0 rcgit.27 (bz #1594900)
|
||||
|
||||
* Sat Mar 10 2018 Stefan Becker <chemobejk@gmail.com> - 1.23.2-1
|
||||
- update to 1.23.2:
|
||||
- fix some HTTP requests that were not sent
|
||||
|
||||
* Sun Feb 25 2018 Stefan Becker <chemobejk@gmail.com> - 1.23.1-1
|
||||
- update to 1.23.1:
|
||||
- add support for user redirect in Lync autodiscover
|
||||
- enable audio/video calls for Office365 cloud-based accounts
|
||||
- drop obsolete patch for GCC 8.0 compilation error
|
||||
|
||||
* Sun Feb 18 2018 Stefan Becker <chemobejk@gmail.com> - 1.23.0-5
|
||||
- add BR gcc
|
||||
|
||||
* Sun Feb 18 2018 Stefan Becker <chemobejk@gmail.com> - 1.23.0-4
|
||||
- change source URL to https://
|
||||
|
||||
* Tue Feb 13 2018 Stefan Becker <chemobejk@gmail.com> - 1.23.0-3
|
||||
- add upstream patch to fix build failure on rawhide
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.23.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Sat Oct 28 2017 Stefan Becker <chemobejk@gmail.com> - 1.23.0-1
|
||||
- update to 1.23.0:
|
||||
- add support for IPv6 addresses in SIP & SDP messages
|
||||
|
|
Loading…
Reference in New Issue