From f01379957457cbce245d4075279fefe912c09434 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Mon, 15 Oct 2001 18:34:35 +0000 Subject: move headers to a version-specific directory so we can have old 2001-10-15 Matt Wilson * pygtk-2.0.pc.in (pygtkincludedir): move headers to a version-specific directory so we can have old pygtk-devel and pygtk2-devel installed at the same time. * Makefile.am (pkgincludedir): likewise * gtk/Makefile.am (pkgincludedir): likewise * pygtk.spec.in (%files devel): pick up the new header location --- pygtk.spec.in | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'pygtk.spec.in') diff --git a/pygtk.spec.in b/pygtk.spec.in index fec72ea1..c3ea5278 100644 --- a/pygtk.spec.in +++ b/pygtk.spec.in @@ -3,7 +3,7 @@ Summary: Python bindings for the GTK+ widget set. Name: pygtk2 Version: @VERSION@ -Release: 2 +Release: 3 Copyright: LGPL Group: Development/Languages Source: ftp://ftp.gtk.org/pub/gtk/python/pygtk-%{version}.tar.gz @@ -38,6 +38,9 @@ This package contains files required to build wrappers for GTK+ addon libraries so that they interoperate with pygtk. %changelog +* Mon Oct 15 2001 Matt Wilson +- get the headers from their new version-specific location + * Thu Oct 11 2001 Matt Wilson - fixed typo in devel filelist - added macro that tests to see if we have libglade2, make the @@ -80,8 +83,9 @@ make DESTDIR=$RPM_BUILD_ROOT install %defattr(755, root, root, 755) %{_prefix}/bin/pygtk-codegen-2.0 %defattr(644, root, root, 755) -%dir %{_prefix}/include/pygtk -%{_prefix}/include/pygtk/*.h +%dir %{_prefix}/include/pygtk-2.0 +%dir %{_prefix}/include/pygtk-2.0/pygtk +%{_prefix}/include/pygtk-2.0/pygtk/*.h %{_prefix}/lib/pkgconfig/pygtk-2.0.pc %dir %{_prefix}/share/pygtk %dir %{_prefix}/share/pygtk/2.0 -- cgit v1.2.1