Changes in this patch:
- run %configure, it defines correct --prefix, --libdir, and more
- fix unpackaged include files (58450351462e91f5e387078ac9a2bac808180203)
--- rep-gtk-0.90.2/rep-gtk.spec.in.orig 2010-01-02
09:01:24.000000000 +0200 +++ rep-gtk-0.90.2/rep-gtk.spec.in
2010-01-02 09:31:53.000000000 +0200 @@ -20,7 +20,8 @@
%setup -q
%build
-./autogen.sh --prefix=/usr --libdir=%{_libdir}
+./autogen.sh
+%configure
make %{?_smp_mflags}
%install
@@ -39,6 +40,7 @@
%doc README* examples/ TODO NEWS HACKING AUTHORS BUGS ChangeLog
gtk.defs gdk.defs %{_libdir}/rep/%{_host}/gui
%{_libdir}/pkgconfig/rep-gtk.pc
+%{_includedir}/rep-gtk/
%changelog
* Sat Sep 05 2009 Kim B. Heino <[email protected]>