- use --force in autoreconf to fix FTBFS
This commit is contained in:
parent
c2aef42384
commit
3f81a971ed
@ -20,7 +20,7 @@ Name: NetworkManager
|
|||||||
Summary: Network connection manager and user applications
|
Summary: Network connection manager and user applications
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.8.2
|
Version: 0.8.2
|
||||||
Release: 2%{snapshot}%{?dist}
|
Release: 3%{snapshot}%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnome.org/projects/NetworkManager/
|
URL: http://www.gnome.org/projects/NetworkManager/
|
||||||
@ -184,7 +184,7 @@ popd
|
|||||||
# multilib unhappy due to different timestamps in the generated content
|
# multilib unhappy due to different timestamps in the generated content
|
||||||
%{__cp} -R docs ORIG-docs
|
%{__cp} -R docs ORIG-docs
|
||||||
|
|
||||||
autoreconf -i
|
autoreconf -i -f
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-distro=redhat \
|
--with-distro=redhat \
|
||||||
@ -202,7 +202,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
# build the applet
|
# build the applet
|
||||||
pushd network-manager-applet-%{realversion}
|
pushd network-manager-applet-%{realversion}
|
||||||
autoreconf -i
|
autoreconf -i -f
|
||||||
intltoolize --force
|
intltoolize --force
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
@ -436,6 +436,9 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/libnm-util/*
|
%{_datadir}/gtk-doc/html/libnm-util/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 21 2010 Dan Horák <dan[at]danny.cz> - 0.8.2-3.git20101117
|
||||||
|
- use --force in autoreconf to fix FTBFS
|
||||||
|
|
||||||
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 0.8.2-2.git20101117
|
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 0.8.2-2.git20101117
|
||||||
- Rebuild against newer gtk
|
- Rebuild against newer gtk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user