gtkam.spec
changeset 3750 28711737d9c6
parent 3746 9599d7d8b488
child 3846 9ab79af72b15
--- a/gtkam.spec	Wed Aug 25 15:20:15 2004 +0000
+++ b/gtkam.spec	Wed Aug 25 15:35:21 2004 +0000
@@ -4,7 +4,7 @@
 License:      GPL
 Group:        Hardware/Other
 Version:      0.1.11
-Release:      22
+Release:      23
 Distribution: Cinnabar
 Vendor:       Sun Microsystems, Inc.
 Summary:      A GTK Digital Camera Viewing Tool
@@ -18,8 +18,7 @@
 Patch5:       gtkam-05-short-cut-key.diff
 URL:          http://www.gphoto.org
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
-DocDir:       %{_defaultdocdir}/gtkam
-
+Docdir:	      %{_datadir}/doc 
 
 %define libgphoto2_version 2.1.1
 %define libexif_gtk_version 0.3.2
@@ -62,7 +61,8 @@
 aclocal $ACLOCAL_FLAGS -I %{_datadir}/aclocal/gnome2-macros
 automake -a -c -f
 autoconf
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix}
+CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \
+		--mandir=%{_mandir}
 make -j $CPUS
 
 cd gexif-*
@@ -98,11 +98,13 @@
 %{_datadir}/applications/*
 %{_datadir}/gnome/*
 %{_datadir}/omf/*
-%{_mandir}
 %{_libdir}/gimp/*/plug-ins/gtkam-gimp
+%{_mandir}/man1/*
 
 %changelog -n gtkam
 * Wed Aug 25 2004 - [email protected]
+- fixed man pages and docs installation
+* Wed Aug 25 2004 - [email protected]
 - fixed glib-gettextize call
 * Wed Aug 25 2004 - [email protected]
 - Add unpackaged files to %files section.