]> git.pld-linux.org Git - packages/libdmapsharing.git/commitdiff
- use %{_gtkdocdir} macro auto/ti/libdmapsharing-1_9_0_21-2
authorhawk <hawk@pld-linux.org>
Wed, 25 Aug 2010 18:39:35 +0000 (18:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libdmapsharing.spec -> 1.2

libdmapsharing.spec

index 54240edde4fd9c822ee2534e373e9e3f2a16835d..a1c2f0ed5ef7cf1086dab60fe4196655425dd0da 100644 (file)
@@ -5,7 +5,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
@@ -57,7 +57,8 @@ Dokumentacja API biblioteki libdmapsharing.
 
 %build
 %configure \
-       --disable-static
+       --disable-static \
+       --with-html-dir=%{_gtkdocdir}
 
 %{__make}
 
@@ -90,5 +91,5 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with apidocs}
 %files apidocs
 %defattr(644,root,root,755)
-%{_datadir}/gtk-doc/html/%{name}
+%{_gtkdocdir}/%{name}
 %endif
This page took 0.685346 seconds and 4 git commands to generate.