Forgot to run autoreconf after applying patch 2...
This commit is contained in:
parent
29be6f4185
commit
e57e20462b
@ -13,7 +13,7 @@
|
||||
|
||||
Name: spice-gtk
|
||||
Version: 0.13.29
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A GTK+ widget for SPICE clients
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -50,6 +50,8 @@ BuildRequires: pyparsing
|
||||
BuildRequires: spice-protocol
|
||||
# Hack because of bz #613466
|
||||
BuildRequires: libtool
|
||||
# For patch #2
|
||||
BuildRequires: autoconf automake
|
||||
Requires: spice-glib%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description
|
||||
@ -151,6 +153,8 @@ fi
|
||||
pushd spice-gtk-%{version}
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
# Patch 2 changes Makefile.am
|
||||
autoreconf -fi
|
||||
popd
|
||||
|
||||
%if %{with_gtk3}
|
||||
@ -270,6 +274,9 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc
|
||||
%{_bindir}/spicy-stats
|
||||
|
||||
%changelog
|
||||
* Thu Sep 13 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.13.29-3
|
||||
- Run autoreconf after applying patch 2 as it only modifies Makefile.am
|
||||
|
||||
* Tue Sep 11 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.13.29-2
|
||||
- Add patch to fix symbol versioning
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user