This commit is contained in:
parent
0e4037b477
commit
510c7dc34c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 17 15:57:20 CEST 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Fixed name of python-gobject2 in previous change.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 16 18:25:49 CEST 2007 - sbrabec@suse.cz
|
Tue Oct 16 18:25:49 CEST 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ BuildRequires: gtk-doc
|
|||||||
Url: http://www.pygtk.org/
|
Url: http://www.pygtk.org/
|
||||||
Summary: Python bindings for the GTK+ widget set
|
Summary: Python bindings for the GTK+ widget set
|
||||||
Version: 2.12.0
|
Version: 2.12.0
|
||||||
Release: 2
|
Release: 4
|
||||||
License: LGPL v2 or later
|
License: LGPL v2 or later
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Source: %{_name}-%{version}.tar.bz2
|
Source: %{_name}-%{version}.tar.bz2
|
||||||
@ -29,7 +29,7 @@ Source1: python-gtk-acinclude.m4
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define lparen (
|
%define lparen (
|
||||||
%define rparen )
|
%define rparen )
|
||||||
%define python_gtk_req %(zgrep -a _required_version %{S:0} | sed -n 's/_required_version,[[:space:]]*/ >= /;s/%{rparen}$//;s/1.0.2%{rparen} dnl or 1.1.7/1.1.7/;s/\\%{lparen}glib\\|gtk\\|libglade\\%{rparen}/&2/;s/py\\%{lparen}.*\\%{rparen} /python-\\1 /;/gtk2unixprint/d;s/^m4_define%{lparen}//p' | tr '\\n' ' ')
|
%define python_gtk_req %(zgrep -a _required_version %{S:0} | sed -n 's/_required_version,[[:space:]]*/ >= /;s/%{rparen}$//;s/1.0.2%{rparen} dnl or 1.1.7/1.1.7/;s/\\%{lparen}glib\\|gtk\\|libglade\\|gobject\\%{rparen}/&2/;s/py\\%{lparen}.*\\%{rparen} /python-\\1 /;/gtk2unixprint/d;s/^m4_define%{lparen}//p' | tr '\\n' ' ')
|
||||||
Requires: %python_gtk_req python-numeric
|
Requires: %python_gtk_req python-numeric
|
||||||
%{py_requires}
|
%{py_requires}
|
||||||
|
|
||||||
@ -118,6 +118,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 17 2007 - sbrabec@suse.cz
|
||||||
|
- Fixed name of python-gobject2 in previous change.
|
||||||
* Tue Oct 16 2007 - sbrabec@suse.cz
|
* Tue Oct 16 2007 - sbrabec@suse.cz
|
||||||
- Fixed autoreconf.
|
- Fixed autoreconf.
|
||||||
- Use requirement versions defined by upstream.
|
- Use requirement versions defined by upstream.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user