]> git.pld-linux.org Git - packages/seed.git/commitdiff
- fix for new gtkdoc not producing any sgml files auto/th/seed-3.8.1-7
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 20 Oct 2016 07:22:13 +0000 (09:22 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 20 Oct 2016 07:22:13 +0000 (09:22 +0200)
- rel 7

gtkdoc.patch [new file with mode: 0644]
seed.spec

diff --git a/gtkdoc.patch b/gtkdoc.patch
new file mode 100644 (file)
index 0000000..3422e8f
--- /dev/null
@@ -0,0 +1,11 @@
+--- seed-3.8.1/doc/modules/Makefile.am~        2013-04-16 09:58:20.000000000 +0200
++++ seed-3.8.1/doc/modules/Makefile.am 2016-10-20 09:20:47.464596674 +0200
+@@ -5,7 +5,7 @@
+ html/index.html: version.xml book.xml sqlite/sqlite.xml sqlite/sqlite-funcs.xml readline/readline.xml readline/readline-funcs.xml make-functions.js gtkbuilder/gtkbuilder-funcs.xml gtkbuilder/gtkbuilder.xml sandbox/sandbox.xml sandbox/sandbox-funcs.xml
+       mkdir -p html;
+       gtkdoc-mkhtml "Seed" book.xml;
+-      mv *.html *.css *.png *.sgml *.devhelp* html
++      mv *.html *.css *.png *.devhelp* html
+ bookdir = $(docdir)/modules/html
+ book_DATA = html/index.html
index c36386d6111ef676c56bcadec2f6602a5d5b0274..7b8093170e7e145640fc5c0a96c6601ed981007c 100644 (file)
--- a/seed.spec
+++ b/seed.spec
@@ -6,12 +6,13 @@ Summary:      JavaScript interpreter
 Summary(pl.UTF-8):     Interpreter JavaScriptu
 Name:          seed
 Version:       3.8.1
-Release:       6
+Release:       7
 License:       LGPL v2+
 Group:         Development/Languages
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/seed/3.8/%{name}-%{version}.tar.xz
 # Source0-md5: f5afeb04343e0cb56d2396f0d0458988
 Patch0:                format-security.patch
+Patch1:                gtkdoc.patch
 URL:           http://live.gnome.org/Seed
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.7
@@ -95,6 +96,7 @@ Dokumentacja API biblioteki seed.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__intltoolize}
This page took 0.163005 seconds and 4 git commands to generate.