auto-import gtk2-2.4.1-1 from gtk2-2.4.1-1.src.rpm
This commit is contained in:
parent
ca8deccb6c
commit
d9786ee7e5
@ -1 +1 @@
|
|||||||
gtk+-2.4.0.tar.bz2
|
gtk+-2.4.1.tar.bz2
|
||||||
|
11
gtk2.spec
11
gtk2.spec
@ -8,13 +8,12 @@
|
|||||||
%define atk_version %{atk_base_version}-1
|
%define atk_version %{atk_base_version}-1
|
||||||
%define libpng_version 2:1.2.2-16
|
%define libpng_version 2:1.2.2-16
|
||||||
|
|
||||||
%define base_version 2.4.0
|
%define base_version 2.4.1
|
||||||
%define bin_version 2.4.0
|
%define bin_version 2.4.0
|
||||||
|
|
||||||
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}
|
||||||
#Version: %{base_version}
|
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -32,6 +31,8 @@ BuildPrereq: libtiff-devel
|
|||||||
BuildPrereq: libjpeg-devel
|
BuildPrereq: libjpeg-devel
|
||||||
BuildPrereq: libpng-devel >= %{libpng_version}
|
BuildPrereq: libpng-devel >= %{libpng_version}
|
||||||
BuildPrereq: /usr/bin/automake-1.8
|
BuildPrereq: /usr/bin/automake-1.8
|
||||||
|
# needed for running aclocal
|
||||||
|
BuildPrereq: gtk-doc
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/gtk-%{PACKAGE_VERSION}-root
|
BuildRoot: %{_tmppath}/gtk-%{PACKAGE_VERSION}-root
|
||||||
Obsoletes: gtk+-gtkbeta
|
Obsoletes: gtk+-gtkbeta
|
||||||
@ -84,10 +85,11 @@ done
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
|
||||||
|
# Patch3 modifies Makefile.am
|
||||||
aclocal-1.8
|
aclocal-1.8
|
||||||
automake-1.8
|
automake-1.8
|
||||||
|
|
||||||
# Patch4 modifies configure.in
|
|
||||||
if test -x /usr/bin/autoconf-2.53; then
|
if test -x /usr/bin/autoconf-2.53; then
|
||||||
autoconf-2.53
|
autoconf-2.53
|
||||||
elif test -x /usr/bin/autoconf-2.52; then
|
elif test -x /usr/bin/autoconf-2.52; then
|
||||||
@ -196,6 +198,9 @@ fi
|
|||||||
%doc tmpdocs/examples
|
%doc tmpdocs/examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 20 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.1-1
|
||||||
|
- Upgrade to 2.4.1
|
||||||
|
|
||||||
* Wed Mar 17 2004 Alex Larsson <alexl@redhat.com> 2.4.0-1
|
* Wed Mar 17 2004 Alex Larsson <alexl@redhat.com> 2.4.0-1
|
||||||
- update to 2.4.0
|
- update to 2.4.0
|
||||||
- update bin_version to 2.4.0
|
- update bin_version to 2.4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user