- Rebuild against new gobject-introspection
- Strip noarch docs hack, seems obsolete now
This commit is contained in:
parent
d4f3a61515
commit
8fc3db4da4
@ -3,17 +3,11 @@
|
||||
%define gobject_introspection_version 0.6.3
|
||||
%define python2_version 2.3.5
|
||||
|
||||
# XXX Disable this and use "make <my-real-arch>" instead of
|
||||
# "make local" when building locally to avoid avoid the
|
||||
# "Arch dependent binaries in noarch package" error.
|
||||
# Added in Fedora 11, hopefully only temporarily.
|
||||
%define noarch_docs 0
|
||||
|
||||
### Abstract ###
|
||||
|
||||
Name: pygobject2
|
||||
Version: 2.21.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Development/Languages
|
||||
Summary: Python bindings for GObject
|
||||
@ -64,9 +58,6 @@ libraries such as pygtk2.
|
||||
%package doc
|
||||
Summary: Documentation files for %{name}
|
||||
Group: Development/Languages
|
||||
%if %{noarch_docs}
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description doc
|
||||
This package contains documentation files for %{name}.
|
||||
@ -118,6 +109,10 @@ rm examples/Makefile*
|
||||
%{_datadir}/pygobject/xsl
|
||||
|
||||
%changelog
|
||||
* Wed Jul 14 2010 Colin Walters <walters@verbum.org> - 2.21.5-2
|
||||
- Rebuild against new gobject-introspection
|
||||
- Strip noarch docs hack, seems obsolete now
|
||||
|
||||
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 2.21.5-1
|
||||
- New upstream version
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user