|
|
@ -220,7 +220,10 @@ git commit -m "base" -q
|
|
|
|
|
|
|
|
|
|
|
|
%patch1 -p1 -b .path
|
|
|
|
%patch1 -p1 -b .path
|
|
|
|
git commit -m "Apply Fedora specific path configuration" -a
|
|
|
|
git commit -m "Apply Fedora specific path configuration" -a
|
|
|
|
|
|
|
|
%if 0%{?use_release}
|
|
|
|
|
|
|
|
# Already fixed in git master
|
|
|
|
cat %PATCH101 | git am
|
|
|
|
cat %PATCH101 | git am
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{use_autotool} > 0
|
|
|
|
%if 0%{use_autotool} > 0
|
|
|
|
( export NOCONFIGURE=1 ; sh autogen.sh )
|
|
|
|
( export NOCONFIGURE=1 ; sh autogen.sh )
|
|
|
|