packages: libdmapsharing/libdmapsharing.spec - use %{_gtkdocdir} macro
hawk
hawk at pld-linux.org
Wed Aug 25 20:39:40 CEST 2010
Author: hawk Date: Wed Aug 25 18:39:40 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- use %{_gtkdocdir} macro
---- Files affected:
packages/libdmapsharing:
libdmapsharing.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/libdmapsharing/libdmapsharing.spec
diff -u packages/libdmapsharing/libdmapsharing.spec:1.1 packages/libdmapsharing/libdmapsharing.spec:1.2
--- packages/libdmapsharing/libdmapsharing.spec:1.1 Sun Jul 11 22:54:07 2010
+++ packages/libdmapsharing/libdmapsharing.spec Wed Aug 25 20:39:35 2010
@@ -6,7 +6,7 @@
Summary: A DMAP client and server library
Name: libdmapsharing
Version: 1.9.0.21
-Release: 1
+Release: 2
License: LGPL v2+
Group: Development/Libraries
Source0: http://www.flyn.org/projects/libdmapsharing/%{name}-%{version}.tar.gz
@@ -58,7 +58,8 @@
%build
%configure \
- --disable-static
+ --disable-static \
+ --with-html-dir=%{_gtkdocdir}
%{__make}
@@ -91,7 +92,7 @@
%if %{with apidocs}
%files apidocs
%defattr(644,root,root,755)
-%{_datadir}/gtk-doc/html/%{name}
+%{_gtkdocdir}/%{name}
%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -100,5 +101,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2010/08/25 18:39:35 hawk
+- use %{_gtkdocdir} macro
+
Revision 1.1 2010/07/11 20:54:07 glen
- new, based on fc spec
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libdmapsharing/libdmapsharing.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list