Browse Source

gtk-doc: use vim for highlighting instead of source-higilight
remove BR: and R: source-highlight, add BR: and R: vim-tiny


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3810 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 13 years ago
parent
commit
3f03182bbd
1 changed files with 15 additions and 4 deletions
  1. 15 4
      g/gtk-doc/gtk-doc-vl.spec

+ 15 - 4
g/gtk-doc/gtk-doc-vl.spec

@@ -1,6 +1,6 @@
 %define	name	gtk-doc
 %define	ver	1.17
-%define rel	1%{_dist_release}
+%define rel	2%{_dist_release}
 
 Summary:	API documentation generation tool for GTK+ and GNOME
 Summary(ja):	GTK+/GNOME 用 API ドキュメント生成ツール
@@ -16,15 +16,19 @@ URL:		http://www.gtk.org/gtk-doc/
 BuildArch:	noarch
 
 BuildRequires:	docbook-utils, jade, libxslt, docbook-style-xsl
-BuildRequires:	source-highlight
+BuildRequires:	vim-tiny
 Requires:	docbook-utils, jade, libxslt, docbook-style-xsl, diffutils
-Requires:	source-highlight
+Requires:	vim-tiny
 Requires(post):   scrollkeeper
 Requires(postun): scrollkeeper
 
 #define __find_requires %{SOURCE1}
 %define __perl_requires %{SOURCE1}
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: daisuke, Takemikaduchi
+
 %description
 gtk-doc is a tool for generating API reference documentation.
 It is used for generating the documentation for GTK+, GLib
@@ -37,7 +41,9 @@ mv doc/README doc/README.docs
 
 %build
 
-%configure --enable-public-id --docdir=%{_datadir}/gnome/help/gtk-doc-manual
+%configure --enable-public-id \
+           --docdir=%{_datadir}/gnome/help/gtk-doc-manual \
+	   --with-highlight=vim
 make
 
 %install
@@ -68,6 +74,11 @@ scrollkeeper-update > /dev/null 2>&1 || :
 %{_datadir}/pkgconfig/*.pc
 
 %changelog
+* Sun May 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.17-2
+- use vim for highlighting instead of source-highlight
+- drop BR:/R: source-highlight
+- add BR:R: vim-tiny
+
 * Sun Apr 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.17-1
 - new upstream release