purple-hangouts package update
Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>master
parent
ac4b42b189
commit
faea32723e
|
@ -1,18 +1,20 @@
|
|||
%global plugin_name hangouts
|
||||
|
||||
%global commit0 833609a6466ecba9e34493e680fd20af31c0027f
|
||||
%global commit0 3f7d89bf9ce2bf596aca4b8340c8623fe282f6b1
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global archcommit0 %(c=%{commit0}; echo ${c:0:12})
|
||||
%global date 20181118
|
||||
%global date 20190607
|
||||
|
||||
Name: purple-%{plugin_name}
|
||||
Version: 0
|
||||
Release: 62.%{date}hg%{shortcommit0}%{?dist}
|
||||
Release: 65.%{date}hg%{shortcommit0}%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Hangouts plugin for libpurple
|
||||
|
||||
License: GPLv3+
|
||||
URL: https://bitbucket.org/EionRobb/purple-hangouts
|
||||
Source0: %{url}/get/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
|
||||
|
||||
BuildRequires: pkgconfig(libprotobuf-c)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
|
@ -20,6 +22,10 @@ BuildRequires: pkgconfig(purple)
|
|||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: gcc
|
||||
|
||||
%if 0%{?rhel} && 0%{?rhel} == 7
|
||||
ExcludeArch: ppc64
|
||||
%endif
|
||||
|
||||
%package -n pidgin-%{plugin_name}
|
||||
Summary: Adds pixmaps, icons and smileys for Hangouts protocol
|
||||
BuildArch: noarch
|
||||
|
@ -41,7 +47,8 @@ hangouts-purple.
|
|||
sed -i -e "s,\r,," README.md
|
||||
|
||||
%build
|
||||
export CFLAGS='%{optflags}'
|
||||
export CFLAGS="%{optflags}"
|
||||
export CXXFLAGS="%{optflags}"
|
||||
%make_build
|
||||
|
||||
%install
|
||||
|
@ -60,6 +67,15 @@ chmod 755 %{buildroot}%{_libdir}/purple-2/lib%{plugin_name}.so
|
|||
%{_datadir}/pixmaps/pidgin/protocols/*/%{plugin_name}.png
|
||||
|
||||
%changelog
|
||||
* Tue Aug 06 2019 Vitaly Zaitsev <vitaly@easycoding.org> - 1:0-65.20190607hg3f7d89b
|
||||
- Updated to latest snapshot.
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0-64.20190303hgeffc9b4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Wed May 22 2019 Vitaly Zaitsev <vitaly@easycoding.org> - 1:0-63.20190303hgeffc9b4
|
||||
- Updated to latest snapshot.
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0-62.20181118hg833609a
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
|
Loading…
Reference in New Issue