|
|
@ -10,11 +10,9 @@ Version: 0 |
|
|
|
Release: 62.%{date}hg%{shortcommit0}%{?dist} |
|
|
|
Release: 62.%{date}hg%{shortcommit0}%{?dist} |
|
|
|
Epoch: 1 |
|
|
|
Epoch: 1 |
|
|
|
Summary: Hangouts plugin for libpurple |
|
|
|
Summary: Hangouts plugin for libpurple |
|
|
|
|
|
|
|
|
|
|
|
License: GPLv3+ |
|
|
|
License: GPLv3+ |
|
|
|
URL: https://bitbucket.org/EionRobb/purple-hangouts |
|
|
|
URL: https://bitbucket.org/EionRobb/purple-hangouts |
|
|
|
Source0: %{url}/get/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz |
|
|
|
Source0: %{url}/get/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz |
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(libprotobuf-c) |
|
|
|
BuildRequires: pkgconfig(libprotobuf-c) |
|
|
|
BuildRequires: pkgconfig(json-glib-1.0) |
|
|
|
BuildRequires: pkgconfig(json-glib-1.0) |
|
|
|
BuildRequires: pkgconfig(glib-2.0) |
|
|
|
BuildRequires: pkgconfig(glib-2.0) |
|
|
@ -22,10 +20,6 @@ BuildRequires: pkgconfig(purple) |
|
|
|
BuildRequires: pkgconfig(zlib) |
|
|
|
BuildRequires: pkgconfig(zlib) |
|
|
|
BuildRequires: gcc |
|
|
|
BuildRequires: gcc |
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} |
|
|
|
|
|
|
|
ExcludeArch: ppc64 |
|
|
|
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n pidgin-%{plugin_name} |
|
|
|
%package -n pidgin-%{plugin_name} |
|
|
|
Summary: Adds pixmaps, icons and smileys for Hangouts protocol |
|
|
|
Summary: Adds pixmaps, icons and smileys for Hangouts protocol |
|
|
|
BuildArch: noarch |
|
|
|
BuildArch: noarch |
|
|
@ -47,7 +41,7 @@ hangouts-purple. |
|
|
|
sed -i -e "s,\r,," README.md |
|
|
|
sed -i -e "s,\r,," README.md |
|
|
|
|
|
|
|
|
|
|
|
%build |
|
|
|
%build |
|
|
|
%set_build_flags |
|
|
|
export CFLAGS='%{optflags}' |
|
|
|
%make_build |
|
|
|
%make_build |
|
|
|
|
|
|
|
|
|
|
|
%install |
|
|
|
%install |
|
|
|