packages: fprintd/fprintd.spec - fix apidocs packaging

glen glen at pld-linux.org
Sun Jan 23 12:18:56 CET 2011


Author: glen                         Date: Sun Jan 23 11:18:56 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix apidocs packaging

---- Files affected:
packages/fprintd:
   fprintd.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/fprintd/fprintd.spec
diff -u packages/fprintd/fprintd.spec:1.4 packages/fprintd/fprintd.spec:1.5
--- packages/fprintd/fprintd.spec:1.4	Tue Jan 18 07:05:27 2011
+++ packages/fprintd/fprintd.spec	Sun Jan 23 12:18:50 2011
@@ -7,7 +7,7 @@
 Summary(pl.UTF-8):	Demon oferujący funkcjonalność libfprint poprzez D-Bus
 Name:		fprintd
 Version:	0.2.0
-Release:	2
+Release:	3
 License:	GPL v2+
 Group:		Libraries
 Source0:	http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.bz2
@@ -35,7 +35,7 @@
 Summary(pl.UTF-8):	Dokumentacja API biblioteki fprintd
 License:	GFDL v1.1+
 Group:		Documentation
-Requires:	gtk-doc
+Requires:	gtk-doc-common
 
 %description apidocs
 API and internal documentation for fprintd library.
@@ -61,7 +61,7 @@
 
 %build
 %configure \
-	%{?with_apidocs:--enable-gtk-doc} \
+	%{?with_apidocs:--enable-gtk-doc --with-html-dir=%{_gtkdocdir}} \
 	--disable-static
 
 %{__make} \
@@ -105,7 +105,7 @@
 %if %{with apidocs}
 %files apidocs
 %defattr(644,root,root,755)
-%{_datadir}/gtk-doc/html/fprintd
+%{_gtkdocdir}
 %endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -114,6 +114,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2011/01/23 11:18:50  glen
+- fix apidocs packaging
+
 Revision 1.4  2011/01/18 06:05:27  glen
 - add dont-ever-unload.patch from fedora (fdo#31503)
 - apidocs subpackage; rel 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fprintd/fprintd.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list