Browse Source

giggle:fix ja.po, ctags:new upstream release, source-highlight:new package, gtk-doc: add BR and R: source-highlight

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2128 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
7c72abe2f2

+ 6 - 3
c/ctags/ctags-vl.spec

@@ -1,6 +1,6 @@
 Summary: A C programming language indexing and/or cross-reference tool.
 Name: ctags
-Version: 5.7
+Version: 5.8
 Release: 1%{?_dist_release}
 License: GPL
 Group: Development/Tools
@@ -51,6 +51,9 @@ make
 
 
 %changelog
+* Sun Oct 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.8-1
+- new upstream release
+
 * Sun May 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.7-1
 - new upstream release
 - applied new versioning policy
@@ -91,11 +94,11 @@ make
 * Mon Jun 12 2000 Preston Brown <pbrown@redhat.com>
 - FHS paths
 
-* Mon May  8 2000 Bernhard RosenkrçÏzer <bero@redhat.com>
+* Mon May  8 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
 - Update to 3.5.2
 - minor cleanups to spec file
 
-* Tue Feb 16 2000 Bernhard RosenkrçÏzer <bero@redhat.com>
+* Tue Feb 16 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
 - Update to 3.4 to fix bug #9446
 
 * Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>

+ 7 - 1
g/giggle/giggle-vl.spec

@@ -1,12 +1,14 @@
 Name:          giggle
 Version:       0.5
-Release:       1%{?_dist_release}
+Release:       2%{?_dist_release}
 Summary:       A Gtk frontend to git
 
 Group:         Development/Tools
 License:       GPLv2+
 URL:           http://live.gnome.org/giggle
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/giggle/0.5/%{name}-%{version}.tar.bz2
+# ja.po
+Source101:     giggle-0.5.ja.po
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: intltool
@@ -39,6 +41,7 @@ Headers for developing plugins for Giggle.
 
 %prep
 %setup -q
+cp -f %{SOURCE101} po/ja.po
 
 libtoolize
 aclocal
@@ -113,6 +116,9 @@ fi
 %{_libdir}/*.so
 
 %changelog
+* Sun Oct 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-2
+- add Source101(giggle-0.5.ja.po)
+
 * Sun Oct 17 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
 - initial build for Vine Linux
 

+ 6 - 1
g/gtk-doc/gtk-doc-vl.spec

@@ -1,6 +1,6 @@
 %define	name	gtk-doc
 %define	ver	1.15
-%define rel	2%{_dist_release}
+%define rel	3%{_dist_release}
 
 Summary:	API documentation generation tool for GTK+ and GNOME
 Summary(ja):	GTK+/GNOME 用 API ドキュメント生成ツール
@@ -16,7 +16,9 @@ URL:		http://www.gtk.org/gtk-doc/
 BuildArch:	noarch
 
 BuildRequires:	docbook-utils, jade, libxslt, docbook-style-xsl
+BuildRequires:	source-highlight
 Requires:	docbook-utils, jade, libxslt, docbook-style-xsl, diffutils
+Requires:	source-highlight
 Requires(post):   scrollkeeper
 Requires(postun): scrollkeeper
 
@@ -66,6 +68,9 @@ scrollkeeper-update > /dev/null 2>&1 || :
 %{_datadir}/pkgconfig/*.pc
 
 %changelog
+* Sun Oct 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.15-3
+- add BuildRequires: and Requires: source-highlight
+
 * Mon Oct 11 2010 Shu KONNO <owa@bg.wakwak.com> 1.15-2
 - rebuilt with rpm-4.8.1 for pkg-config
 - s/__find_requires/__perl_requires/

+ 99 - 0
s/source-highlight/source-highlight-vl.spec

@@ -0,0 +1,99 @@
+#
+# spec file for package GNU Source Highlight (Version 1.x)
+# 
+# Author: Christian W. Zuckschwerdt <zany@triq.net>, Jan 2003
+#
+
+Summary:   syntax highlighting for source documents
+Name:      source-highlight
+Version:   3.1.4
+Release:   1%{?_dist_release}
+License:   GPL
+Group:     Utilities/Console
+Source:    ftp://ftp.gnu.org/gnu/source-highlight/%{name}-%{version}.tar.gz
+URL:       http://www.gnu.org/software/src-highlite/
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+
+BuildRequires: libboost-devel >= 1.33.1
+BuildRequires: libboost-regex >= 1.33.1
+BuildRequires: bison
+BuildRequires: flex
+BuildRequires: ctags
+BuildRequires: help2man
+Requires: ctags
+
+Vendor: Project Vine
+Distribution: Vine Linux
+
+%description  
+This program, given a source file, produces a document
+with syntax highlighting.  Both source languages and output formats
+can be specified with a simple syntax and added dynamically.  At the
+moment this package can handle many programming languages, such as,
+e.g., Java, C/C++, Prolog, Perl, Php3, Python, Flex, ChangeLog, etc.
+as source languages, and some output formats such, as, e.g., HTML,
+XHTML, LaTeX, etc.
+
+%package devel
+Summary:        Development environment of source-highlight
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
+Requires:       libboost-devel
+Requires:       libboost-regex
+
+%description devel
+Header files and libraries for building a extension library for the
+source-highlight
+
+%prep
+%setup -q
+
+%build
+%configure --disable-static --with-boost-regex=boost_regex
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make DESTDIR=$RPM_BUILD_ROOT install
+
+rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
+rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+/sbin/install-info %{_infodir}/source-highlight.info.gz %{_infodir}/dir
+/sbin/install-info %{_infodir}/source-highlight-lib.info.gz %{_infodir}/dir
+
+%preun
+if [ $1 = 0 ]; then
+	/sbin/install-info --delete %{_infodir}/source-highlight.info.gz %{_infodir}/dir
+	/sbin/install-info --delete %{_infodir}/source-highlight-lib.info.gz %{_infodir}/dir
+fi
+
+%files
+%defattr(-, root, root)
+%doc README COPYING ChangeLog TODO.txt AUTHORS THANKS
+%{_sysconfdir}/bash_completion.d/source-highlight-bash-completion
+%{_bindir}/*
+%{_libdir}/*.so.*
+%{_datadir}/%{name}/*
+%{_datadir}/doc/source-highlight/*
+%{_mandir}/man?/*
+%{_infodir}/source-highlight*.info*
+
+%files devel
+%defattr(-, root, root)
+%{_includedir}/srchilite/*.h
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/source-highlight.pc
+%{_datadir}/aclocal/*.m4
+
+
+%changelog
+* Sun Oct 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
+- initial build for Vine Linux
+