After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 100446 - Spec file is outdated
Spec file is outdated
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: build
2.0
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2002-12-05 16:22 UTC by wvholst
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to solve the problem (1017 bytes, patch)
2002-12-05 16:40 UTC, wvholst
none Details | Review
Diff for the ChangeLog (436 bytes, patch)
2002-12-05 16:46 UTC, wvholst
none Details | Review

Description wvholst 2002-12-05 16:22:10 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
Comment 1 wvholst 2002-12-05 16:40:47 UTC
Created attachment 12767 [details] [review]
Patch to solve the problem
Comment 2 wvholst 2002-12-05 16:46:33 UTC
Created attachment 12768 [details] [review]
Diff for the ChangeLog
Comment 3 Murray Cumming 2002-12-06 10:20:53 UTC
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.