Browse Source

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

kudoh 13 years ago
parent
commit
5bf098c168

+ 86 - 0
O/OpenType-textar/OpenType-textar-vl.spec

@@ -0,0 +1,86 @@
+%define fontname textar
+%define _fontdir %{_datadir}/fonts/OpenType-%{fontname}
+
+Name: OpenType-%{fontname}
+Summary:  A Japanese proportional font for Shift_JIS art
+Summary(ja): Shift_JIS アートのための日本語プロポーショナルフォント
+Version: 0.11
+Release: 1%{?_dist_release}
+License: IPA font license
+Group: User Interface/X
+URL: http://code.google.com/p/textar-font/
+
+Source0: %{fontname}-font-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildArch: noarch
+
+Requires: OpenType-%{fontname}-doc
+
+%description
+Textar Font is a japanese propotional font, derived from 
+the IPA PGothic font ver.3.02.
+It aims to represent Shift_JIS art graphics properly, 
+almost all of which require the MS PGothic font.
+
+- textar.otf
+- textar-min.ttf (covered only level1/2 kanji character)
+
+%description -l ja
+Textarフォントは、IPA Pゴシックフォント ver.3.02に由来する
+日本語プロポーショナルフォントです。
+これは、MS Pゴシックフォントを必要とするほとんどすべての
+Shift_JIS アートグラフィックを適切に表示することを目的としています。
+
+- textar.otf
+- textar-min.ttf (第一/第二水準の漢字のみカバー)
+
+%package doc
+Summary: textar font documents
+Summary(ja): textar フォントドキュメント
+Group: User Interface/X
+
+%description doc
+This package includes important documents for textar font
+includes enduser license.
+
+%description -l ja doc
+このパッケージには textar フォントのライセンスを含む
+ドキュメント類が含まれています。
+
+
+%prep
+%setup -qn %{fontname}-font-%{version}
+rm -rf src/ipagp.ttf
+rm -rf files/%{fontname}.ttf
+%__tar cjf src-%{fontname}.tar.bz2 src/
+
+%clean
+if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
+    rm -rf ${RPM_BUILD_ROOT}
+fi
+
+%build
+
+%install
+rm -rf %{buildroot}
+
+mkdir -p %{buildroot}%{_fontdir}
+cp -a files/*.[ot]tf %{buildroot}%{_fontdir}
+
+%post
+%__font_install_post %{_fontdir}
+
+%postun
+%__font_install_postun %{_fontdir}
+
+%files
+%{_fontdir}/%{fontname}.otf
+%{_fontdir}/%{fontname}-min.ttf
+
+%files doc
+%doc IPA_Font_License_Agreement_v1.0.txt README README_JA
+%doc src-*.bz2
+
+%changelog
+* Thu Jan 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.11-1
+- initial build for VineSeed

+ 5 - 2
a/asio/asio-vl.spec

@@ -4,8 +4,8 @@
 Summary: A cross-platform C++ library for network programming
 Summary(ja): ネットワークプログラミングのためのクロスプラットフォーム C++ ライブラリ
 Name: asio
-Version: 1.4.5
-Release: 2%{?_dist_release}
+Version: 1.4.7
+Release: 1%{?_dist_release}
 URL: http://sourceforge.net/projects/asio/
 Source0: http://downloads.sourceforge.net/asio/asio-%{version}.tar.bz2
 
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/asio.hpp
 
 %changelog
+* Thu Jan 6 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.4.7-1
+- new upstream release
+
 * Wed Sep 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.4.5-2
 - rebuilt with rpm-4.8.1 for pkg-config
 - used make %%{?_smp_mflags}

+ 7 - 3
n/nautilus-actions/nautilus-actions-vl.spec

@@ -1,8 +1,8 @@
 Summary:	Nautilus extension for customizing the context menu
 Summary(ja): コンテキストメニューをカスタマイズするための Nautilus 拡張
 Name:		nautilus-actions
-Version:	3.0.3
-Release:	2%{?_dist_release}
+Version:	3.0.5
+Release:	1%{?_dist_release}
 Group:		User Interface/Desktops
 License:	GPLv2+
 URL:		http://www.nautilus-actions.org/
@@ -62,7 +62,7 @@ with %{name}.
 %setup -q
 
 %build
-%configure --enable-commandline-tool --disable-schemas-install
+%configure --disable-schemas-install
 make %{?_smp_mflags}
 
 %install
@@ -121,6 +121,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_includedir}/%{name}/
 
 %changelog
+* Thu Jan 6 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.0.5-1
+- new upstream release
+- deleted unrecognized configure option (--enable-commandline-tool)
+
 * Wed Dec 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.3-2
 - add BuildRequires: gnome-doc-utils
 - remove Release tag (devel package)

+ 4 - 1
nonfree/unrar/unrar-vl.spec

@@ -1,5 +1,5 @@
 Name:           unrar
-Version:        4.0.2
+Version:        4.0.4
 Release:        1%{?_dist_release}
 Summary:        Utility for extracting RAR archives (nonfree version)
 Summary(ja):    RAR アーカイブを解凍するためのユーティリティ (nonfree version)
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan 6 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 4.0.4-1
+- new upstream release
+
 * Sat Dec 11 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 4.0.2-1
 - new upstream release