forked from pool/perl-Text-Kakasi
fix: add kakasi-devel to buildrequires #1
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 07:43:16 UTC 2025 - Alessio Biancalana <dottorblaster@opensuse.org>
|
||||
|
||||
- Add kakasi-devel as a BuildRequires dependency
|
||||
- Apply spec-cleaner to the rpmspec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 19 18:07:07 UTC 2014 - schwab@linux-m68k.org
|
||||
|
||||
|
@@ -17,25 +17,26 @@
|
||||
|
||||
|
||||
Name: perl-Text-Kakasi
|
||||
BuildRequires: kakasi-devel
|
||||
Requires: kakasi >= 2.3.4
|
||||
Version: 2.04
|
||||
Release: 0
|
||||
Url: http://www.daionet.gr.jp/~knok/kakasi/
|
||||
Summary: Perl binding for KAKASI, the kanji kana simple inverter
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
URL: http://www.daionet.gr.jp/~knok/kakasi/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI/Text-Kakasi-2.04.tar.gz
|
||||
Source100: README.md
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Perl binding for KAKASI, the kanji kana simple inverter
|
||||
License: GPL-2.0+
|
||||
Group: Development/Libraries/Perl
|
||||
%{perl_requires}
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: kakasi-devel
|
||||
BuildRequires: kakasi-dict
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Requires: kakasi >= 2.3.4
|
||||
%{perl_requires}
|
||||
# Summary(ja): KAKASIを perlから利用するためのモジュールです。
|
||||
# %description -l ja
|
||||
# このモジュールは、高橋裕信さんの作成されたソフトウェアKAKASIを
|
||||
# perlから用いるためのものです。
|
||||
#
|
||||
#
|
||||
# このモジュールを使うためには、最新版のKAKASI(2.3.0以降)が必要です。最
|
||||
# 新版に関しては、<http://kakasi.namazu.org/>を参照してください。
|
||||
|
||||
@@ -47,11 +48,11 @@ Japanese documents. More information about KAKASI is available at
|
||||
<http://kakasi.namazu.org/>.
|
||||
|
||||
%prep
|
||||
%setup -n Text-Kakasi-%{version}
|
||||
%setup -q -n Text-Kakasi-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
||||
make %{?_smp_mflags}
|
||||
CFLAGS="%{optflags}" perl Makefile.PL
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -59,7 +60,7 @@ make %{?_smp_mflags}
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING Changes ChangeLog* MANIFEST README*
|
||||
%license COPYING
|
||||
%doc Changes ChangeLog* MANIFEST README*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user