- Clean up the autotools calles in %prep.
This commit is contained in:
parent
7644d94312
commit
8fc72a4878
16
gtk2.spec
16
gtk2.spec
@ -16,7 +16,7 @@
|
|||||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
||||||
Name: gtk2
|
Name: gtk2
|
||||||
Version: %{base_version}
|
Version: %{base_version}
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://ftp.gnome.org/pub/gnome/sources/gtk+/2.10/gtk+-%{version}.tar.bz2
|
Source: http://ftp.gnome.org/pub/gnome/sources/gtk+/2.10/gtk+-%{version}.tar.bz2
|
||||||
@ -130,19 +130,12 @@ done
|
|||||||
%build
|
%build
|
||||||
libtoolize --force
|
libtoolize --force
|
||||||
|
|
||||||
|
# Patch2 modifies gdk/Makefile.am
|
||||||
# Patch3 modifies gdk-pixbuf/Makefile.am
|
# Patch3 modifies gdk-pixbuf/Makefile.am
|
||||||
# Patch9 modifies configure.in
|
|
||||||
autoheader
|
|
||||||
aclocal-1.7
|
aclocal-1.7
|
||||||
automake-1.7
|
automake-1.7
|
||||||
|
|
||||||
if test -x /usr/bin/autoconf-2.53; then
|
|
||||||
autoconf-2.53
|
|
||||||
elif test -x /usr/bin/autoconf-2.52; then
|
|
||||||
autoconf-2.52
|
|
||||||
elif test -x /usr/bin/autoconf; then
|
|
||||||
autoconf
|
autoconf
|
||||||
fi
|
autoheader
|
||||||
|
|
||||||
if ! pkg-config --exists pangoxft ; then
|
if ! pkg-config --exists pangoxft ; then
|
||||||
echo "No pangoxft.pc!"
|
echo "No pangoxft.pc!"
|
||||||
@ -295,6 +288,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc tmpdocs/examples
|
%doc tmpdocs/examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 9 2007 Stepan Kasal <skasal@redhat.com> - 2.10.9-4
|
||||||
|
- Clean up the autotools calles in %%prep.
|
||||||
|
|
||||||
* Fri Feb 2 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.9-3
|
* Fri Feb 2 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.9-3
|
||||||
- Fix update-gtk-immodules and update-gdk-pixbuf-loaders
|
- Fix update-gtk-immodules and update-gdk-pixbuf-loaders
|
||||||
being swapped (#227134)
|
being swapped (#227134)
|
||||||
|
Loading…
Reference in New Issue
Block a user