]> git.pld-linux.org Git - packages/rygel.git/commitdiff
- fix hardcoded gtk-doc path
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 9 Oct 2013 17:08:56 +0000 (19:08 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 9 Oct 2013 17:08:56 +0000 (19:08 +0200)
gtk-doc.patch [new file with mode: 0644]
rygel.spec

diff --git a/gtk-doc.patch b/gtk-doc.patch
new file mode 100644 (file)
index 0000000..c1668c8
--- /dev/null
@@ -0,0 +1,11 @@
+--- rygel-0.20.0/doc/reference/doc-build.am~   2013-05-12 17:15:55.000000000 +0200
++++ rygel-0.20.0/doc/reference/doc-build.am    2013-10-09 19:07:46.751738394 +0200
+@@ -77,7 +77,7 @@
+ endif
+-RYGEL_GTKDOC_INSTALL_DIR = $(DESTDIR)$(datadir)/gtk-doc/html/lib$(RYGEL_DOCBUILD_MODULE)
++RYGEL_GTKDOC_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/gtk-doc/html/lib$(RYGEL_DOCBUILD_MODULE)
+ uninstall-hook:
+       rm -rf $(RYGEL_GTKDOC_INSTALL_DIR)
index 7418f23f29879eb6250edd1d4fe5b42d3d08072f..770552ea80c4501d1d1749c70ec0d8c97b345942 100644 (file)
@@ -7,6 +7,7 @@ Group:          X11/Applications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/rygel/0.20/%{name}-%{version}.tar.xz
 # Source0-md5: 7583935dd8e60b5db0d73db99f2258a6
 Source1:       git-version-gen
+Patch0:                gtk-doc.patch
 URL:           http://live.gnome.org/Rygel
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1.11.1
@@ -54,6 +55,7 @@ Pliki nagłówkowe rygel.
 
 %prep
 %setup -q
+%patch0 -p1
 #install -m755 %{SOURCE1} build-aux/git-version-gen
 
 %build
@@ -66,8 +68,7 @@ Pliki nagłówkowe rygel.
 %configure \
        --enable-gst-launch-plugin \
        --enable-mediathek-plugin \
-       --disable-silent-rules \
-       --with-html-dir=%{_gtkdocdir}
+       --disable-silent-rules
 
 %{__make}
 
This page took 0.594324 seconds and 4 git commands to generate.