purple-hangouts remove ppc64 and add optflags
Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>master
parent
77224bc4e9
commit
7e75a9b9a3
|
@ -10,11 +10,9 @@ Version: 0
|
|||
Release: 62.%{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)
|
||||
|
@ -22,10 +20,6 @@ BuildRequires: pkgconfig(purple)
|
|||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: gcc
|
||||
|
||||
%if 0%{?rhel}
|
||||
ExcludeArch: ppc64
|
||||
%endif
|
||||
|
||||
%package -n pidgin-%{plugin_name}
|
||||
Summary: Adds pixmaps, icons and smileys for Hangouts protocol
|
||||
BuildArch: noarch
|
||||
|
@ -47,7 +41,7 @@ hangouts-purple.
|
|||
sed -i -e "s,\r,," README.md
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
export CFLAGS='%{optflags}'
|
||||
%make_build
|
||||
|
||||
%install
|
||||
|
|
Loading…
Reference in New Issue