]> git.pld-linux.org Git - packages/perl-Text-Kakasi.git/commitdiff
- based on spec from RedHat, updated to 1.05
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 7 Mar 2002 23:45:22 +0000 (23:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Text-Kakasi.spec -> 1.1

perl-Text-Kakasi.spec [new file with mode: 0644]

diff --git a/perl-Text-Kakasi.spec b/perl-Text-Kakasi.spec
new file mode 100644 (file)
index 0000000..9d34ba1
--- /dev/null
@@ -0,0 +1,61 @@
+%include       /usr/lib/rpm/macros.perl
+Summary:       kakasi library module for perl
+Summary(pl):   Interfejs perla do biblioteki kakasi
+Name:          perl-Text-Kakasi
+Version:       1.05
+Release:       1
+License:       GPL
+Group:         Development/Languages/Perl
+Source0:       http://www.daionet.gr.jp/~knok/kakasi/Text-Kakasi-%{version}.tar.gz
+URL:           http://www.daionet.gr.jp/~knok/kakasi/
+BuildRequires: kakasi-devel >= 2.3.1
+BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module provides libkakasi interface for perl. libkakasi is a part
+of KAKASI. KAKASI is the language processing filter to convert Kanji
+characters to Hiragana, Katakana or Romaji and may be helpful to read
+Japanese documents. More information about KAKASI is available at
+<http://kakasi.namazu.org/>.
+
+%description -l ja
+¤³¤Î¥â¥¸¥å¡¼¥ë¤Ï¡¢¹â¶¶Íµ¿®¤µ¤ó¤ÎºîÀ®¤µ¤ì¤¿¥½¥Õ¥È¥¦¥§¥¢KAKASI¤òperl
+¤«¤éÍѤ¤¤ë¤¿¤á¤Î¤â¤Î¤Ç¤¹¡£
+
+¤³¤Î¥â¥¸¥å¡¼¥ë¤ò»È¤¦¤¿¤á¤Ë¤Ï¡¢ºÇ¿·ÈǤÎKAKASI(2.3.0°Ê¹ß)¤¬É¬ÍפǤ¹¡£
+ºÇ¿·ÈǤ˴ؤ·¤Æ¤Ï¡¢<http://kakasi.namazu.org/>¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£
+
+%description -l pl
+Ten modu³ dostarcza interfejs libkakasi dla perla. libkakasi to czê¶æ
+pakietu KAKASI. KAKASI to filtr konwertuj±cy znaki Kanji na Hiragana,
+Katakana lub Romaji, który mo¿e byæ przydatny przy czytaniu japoñskich
+dokumentów. Wiêcej informacji o KAKASI znajduje siê na stronie
+<http://kakasi.namazu.org/>.
+
+%prep
+%setup -q -n Text-Kakasi-%{version}
+
+%build
+perl Makefile.PL
+%{__make} OPTIMIZE="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf README*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.gz
+%lang(ja) %doc README.jp.gz
+%{perl_sitearch}/Text/Kakasi.pm
+%dir %{perl_sitearch}/auto/Text/Kakasi
+%{perl_sitearch}/auto/Text/Kakasi/Kakasi.bs
+%attr(755,root,root) %{perl_sitearch}/auto/Text/Kakasi/Kakasi.so
+%{_mandir}/man3/Text::Kakasi.3pm.gz
This page took 0.128258 seconds and 4 git commands to generate.