11
0

Compare commits

...

4 Commits

Author SHA256 Message Date
Alessio Biancalana
b76f2c78be fix: avoid cat-ting a headers file previously printed for debug purposes 2025-08-22 10:55:26 +02:00
Alessio Biancalana
0ddf804b43 fix: document spec-cleaner applying in the changes file 2025-08-22 10:15:24 +02:00
Alessio Biancalana
9a7c566b66 fix: add kakasi-devel to buildrequires 2025-08-22 10:05:45 +02:00
97add02197 Add Gitea build results 2025-08-12 18:18:03 +02:00
3 changed files with 33 additions and 13 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Text-Kakasi/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Text-Kakasi)

View File

@@ -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

View File

@@ -17,24 +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/
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI/Text-Kakasi-2.04.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Perl binding for KAKASI, the kanji kana simple inverter
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Development/Libraries/Perl
%{perl_requires}
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
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/>を参照してください。
@@ -46,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
@@ -58,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