GNOME Bugzilla – Bug 100446
Spec file is outdated
Last modified: 2004-12-22 21:47:04 UTC
The gtkmm.spec.in file is outdated, it can be fixed by applying the following patch: --- gtkmm.spec.in Thu Dec 5 17:04:29 2002 +++ gtkmm.spec.in.new Thu Dec 5 17:07:37 2002 @@ -39,7 +39,6 @@ developing gtkmm applications. %prep %setup -q -n gtkmm-%{version} -%patch -p1 %build %configure --enable-static --enable-shared @@ -78,6 +77,15 @@ rm -rf %{buildroot} %doc AUTHORS ChangeLog COPYING NEWS README TODO %{_libdir}/*.so.* +%if %{build_docs} +/usr/share/doc/gtkmm-2.0/images/gtkmm_logo.gif +/usr/share/doc/gtkmm-2.0/images/top.gif +/usr/share/doc/gtkmm-2.0/index.html +/usr/share/doc/gtkmm-2.0/reference/html/* +/usr/share/doc/gtkmm-2.0/tutorial/figures/* +/usr/share/doc/gtkmm-2.0/tutorial/html/* +%endif + %files devel %defattr(-, root, root) %doc CHANGES PORTING @@ -89,6 +97,10 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/*.pc %changelog +* Thu Dec 5 2002 Walter H. van Holst <rpm-maintainer@fossiel.xs4all.nl> 1.0.2 +- Removed reference to patch +- Added the documentation files in %files + * Thu Oct 31 2002 Gary Peck <gbpeck@sbcglobal.net> 2.0.0-gp1 - Update to 2.0.0
Created attachment 12767 [details] [review] Patch to solve the problem
Created attachment 12768 [details] [review] Diff for the ChangeLog
Applied to both branches. Thanks. Please supply one complete patch in future. Please see the patch instructions on the website and tell us if they are not clear enough.