rpms/perl-Text-Kakasi/devel Text-Kakasi-1.04-perl580.diff, NONE, 1.1 perl-Text-Kakasi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Mon May 30 02:36:59 UTC 2005


Author: tagoh

Update of /cvs/extras/rpms/perl-Text-Kakasi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6303/devel

Modified Files:
	.cvsignore sources 
Added Files:
	Text-Kakasi-1.04-perl580.diff perl-Text-Kakasi.spec 
Log Message:
auto-import perl-Text-Kakasi-1.05-13 on branch devel from perl-Text-Kakasi-1.05-13.src.rpm

Text-Kakasi-1.04-perl580.diff:

--- NEW FILE Text-Kakasi-1.04-perl580.diff ---
--- Text-Kakasi-1.04/Makefile.PL.perl580	1999-09-29 15:55:02.000000000 +0900
+++ Text-Kakasi-1.04/Makefile.PL	2002-06-25 19:26:01.000000000 +0900
@@ -6,4 +6,5 @@
 	      'INC' => '-I/usr/local/include',
 	      'LIBS' => ['-L/usr/local/lib -lkakasi'],
 	      'DEFINE' => '-DWAKATIGAKI',
+	      'PREFIX' => '$(DESTDIR)/usr',
 );


--- NEW FILE perl-Text-Kakasi.spec ---
Name:           perl-Text-Kakasi
Version:        1.05
Release:        13
Summary:        Kakasi library module for perl

Group:          Development/Libraries
License:        GPL
Url:            http://www.daionet.gr.jp/~knok/kakasi/
Source0:        http://www.daionet.gr.jp/~knok/kakasi/Text-Kakasi-1.05.tar.gz
Patch:          Text-Kakasi-1.04-perl580.diff
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  perl >= 2:5.8.0
BuildRequires:  kakasi-devel >= 2.3.1, kakasi-dict
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires:       kakasi >= 2.3.1

%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/>.


%prep
%setup -n Text-Kakasi-%{version}
%patch -p1 -b .perl580

%build
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

file=$RPM_BUILD_ROOT%{_mandir}/man3/Text::Kakasi.3pm
iconv -f euc-jp -t utf-8 < "$file" > "${file}_"
mv -f "${file}_" "$file"

%check || :
make test

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING
%{perl_vendorarch}/Text/
%{perl_vendorarch}/auto/Text/
%{_mandir}/man3/*.3*


%changelog
* Sat Apr 30 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-13
- Added missing build requirement: kakasi-dict. (#156479)
- Bring up to date with current Fedora.Extras perl spec template.

* Thu Nov 25 2004 Miloslav Trmac <mitr at redhat.com> - 1.05-12
- Convert man page to UTF-8

* Tue Jun 15 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Tue Mar 02 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Fri Feb 13 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Wed Jun 04 2003 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Mon Jun 02 2003 Akira TAGOH <tagoh at redhat.com> 1.05-7
- don't specify rpath. (#66120)
- removed Kakasi.bs.

* Thu May 22 2003 Jeremy Katz <katzj at redhat.com> 1.05-6
- fix rebuilding

* Wed Jan 22 2003 Tim Powers <timp at redhat.com>
- rebuilt

* Sat Dec 14 2002 Tim Powers <timp at redhat.com> 1.05-4
- don't use rpms internal dep generator

* Wed Nov 20 2002 Tim Powers <timp at redhat.com>
- rebuild in current collinst

* Thu Aug 15 2002 Tim Powers <timp at redhat.com>
- clean up file list so that we pick up the man page from the correct place

* Thu Jul 18 2002 Akira TAGOH <tagoh at redhat.com> 1.05-1
- New upstream release.
- add the owned directory.
- clean up for spec.
- moved site_perl to vendor_perl

* Tue Jun 25 2002 Yukihiro Nakai <ynakai at redhat.com>
- Delete Japanese description
- Fix for perl 5.8.0 (#67002)

* Thu May 23 2002 Tim Powers <timp at redhat.com>
- automated rebuild

* Wed Jan 09 2002 Tim Powers <timp at redhat.com>
- automated rebuild

* Wed Jul 25 2001 Tim Powers <timp at redhat.com>
- remove perl temp files

* Sun Jun 24 2001 Elliot Lee <sopwith at redhat.com>
- Bump release + rebuild.

* Mon Dec 11 2000 Akira Tagoh <tagoh at redhat.com>
- Rebuild for 7.1

* Mon Aug 07 2000 Yukihiro Nakai <ynakai at redhat.com>
- Rebuild for 7.0J

* Mon Apr 10 2000 Ryuji Abe <raeva at t3.rim.or.jp>
- version 1.04.

* Thu Apr 06 2000 Ryuji Abe <raeva at t3.rim.or.jp>
- version 1.02.

* Tue Feb 08 2000 Ryuji Abe <raeva at t3.rim.or.jp>
- Changed group (Utilities/Text -> Applications/Text).

* Sat Dec 11 1999 Ryuji Abe <raeva at t3.rim.or.jp>
- Rebuild for RHL-6.1.

* Fri Dec 03 1999 Ryuji Abe <raeva at t3.rim.or.jp>
- version 1.01.

* Wed Dec 01 1999 Ryuji Abe <raeva at t3.rim.or.jp>
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Kakasi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 May 2005 02:36:03 -0000	1.1
+++ .cvsignore	30 May 2005 02:36:57 -0000	1.2
@@ -0,0 +1 @@
+Text-Kakasi-1.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Kakasi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 May 2005 02:36:03 -0000	1.1
+++ sources	30 May 2005 02:36:57 -0000	1.2
@@ -0,0 +1 @@
+6c50ca6dce1fcc2f01446f6e305571a5  Text-Kakasi-1.05.tar.gz




More information about the fedora-extras-commits mailing list