Browse Source

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

kudoh 14 years ago
parent
commit
90c4c26e8a

+ 71 - 0
T/TrueType-sawarabi-gothic/TrueType-sawarabi-gothic-vl.spec

@@ -0,0 +1,71 @@
+%define fontname sawarabi-gothic
+%define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
+
+Name: TrueType-%{fontname}
+Summary: sawarabi gothic font
+Summary(ja): さわらびゴシックフォント
+Version: 20100915
+Release: 1%{?_dist_release}
+License: CC-BY
+Group: User Interface/X
+URL: http://sourceforge.jp/projects/sawarabi-fonts/
+
+Source0: %{fontname}-%{version}.tar.gz
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildArch: noarch
+Requires: TrueType-%{fontname}-doc
+
+%description
+Sawarabi gothic font is Japanese TrueType font what have been developed 
+in opensource.
+
+%description -l ja
+さわらびゴシックフォントは、オープンソースで開発されている
+日本語 TrueType フォントです。
+
+%package doc
+Summary: swarabi gothic font Documents
+Summary(ja): さわらびゴシックフォントドキュメント
+Group: User Interface/X
+
+%description doc
+This package includes important documents for Gutenberg Labo Dingbats font
+includes enduser license.
+
+%description -l ja doc
+このパッケージにはさわらびゴシックフォントのライセンスを含む
+ドキュメント類が含まれています。
+
+
+%prep
+%setup -q -n %{fontname}
+
+%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 $RPM_BUILD_ROOT%{_fontdir}
+cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
+
+%post
+%__font_install_post %{_fontdir}
+
+%postun
+%__font_install_postun %{_fontdir}
+
+%files
+%{_fontdir}/*.ttf
+
+%files doc
+%doc *.txt
+
+%changelog
+* Sat Sep 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20100915-1
+- initial build for VineSeed

+ 110 - 0
p/pdfchain/pdfchain-vl.spec

@@ -0,0 +1,110 @@
+Name:		pdfchain
+Version:	0.123
+Release:	1%{?_dist_release}
+Summary:	A GUI for pdftk
+Summary(ja):	pdftk のグラフィカルユーザーインターフェイス
+
+Group:		Applications/Productivity
+License:	GPLv3
+URL:		http://sourceforge.net/projects/pdfchain
+Source0:	http://downloads.sourceforge.net/pdfchain/%{name}-%{version}.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+# Patch to make desktop file conform to standards
+Patch0:		pdfchain-desktop.patch
+# Pacth from Debian
+Patch1:		fix_build_system
+Patch2:		do_not_restrict_to_ascii
+
+BuildRequires:	desktop-file-utils
+BuildRequires:	gettext
+BuildRequires:	glibmm-devel
+BuildRequires:	gtkmm2-devel
+BuildRequires:	intltool
+BuildRequires:	perl-XML-Parser
+
+# For dir ownership
+Requires:		hicolor-icon-theme
+Requires:		pdftk
+Requires(post):		desktop-file-utils
+Requires(postun):	desktop-file-utils
+
+%description
+PDF Chain is a GUI for pdftk written with gtkmm. You can merge some pdf files
+to one pdf file or split. There are also some options and tools.
+
+%description -l ja
+PDF Chain は gtkmm で書かれた pdftk のグラフィカルユーザーインターフェイスです。
+複数の pdf ファイルを一つのファイルにマージしたり、分割したりすることができます。
+また、幾つかのオプションとツールがあります。
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+# Stop if files acquire content
+[ -s NEWS ] && exit 1
+[ -s README ] && exit 1
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot} 
+make install DESTDIR=%{buildroot}
+# Remove doc dir
+rm -rf %{buildroot}%{_prefix}/doc/pdfchain
+# Validate desktop file
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
+
+%post
+# Update mime types
+update-desktop-database &> /dev/null || :
+# Update icon cache
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+%postun
+# Update mime types
+update-desktop-database &> /dev/null || :
+
+# Update icon cache
+if [ $1 -eq 0 ] ; then
+	touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+	gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+# Update icon cache
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+%clean
+rm -rf %{buildroot} 
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING
+%{_bindir}/%{name}
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
+%{_datadir}/pixmaps/%{name}.png
+
+%changelog
+* Sat Sep 18 2010 Toshiahru Kudoh <toshi.kd2@gmail.com> - 0.123-1
+- initial build for VineSeed
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.123-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Jul 16 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 0.123-1
+- Update to 0.123.
+
+* Wed May 27 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 0.99-3
+- Added missing BR: desktop-file-utils.
+- Set license as GPLv3 for now.
+
+* Wed May 27 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 0.99-2
+- Clean up spec file for inclusion into Fedora.
+
+* Wed May 6 2009  Leigh Scott <leigh123linux@googlemail.com> - 0.99-1
+- Initial build