OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Jcode?expand=0&rev=5
65 lines
1.6 KiB
RPMSpec
65 lines
1.6 KiB
RPMSpec
#
|
|
# spec file for package perl-Jcode
|
|
#
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: perl-Jcode
|
|
%define cpan_name Jcode
|
|
Summary: Japanese Charset Handler
|
|
Url: http://search.cpan.org/perldoc?Jcode
|
|
Group: Development/Libraries/Perl
|
|
License: Artistic License
|
|
Version: 2.07
|
|
Release: 1
|
|
Source: %{cpan_name}-%{version}.tar.bz2
|
|
BuildRequires: perl-macros
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
%{perl_requires}
|
|
|
|
%description
|
|
Jcode is a Japanese Charset Handler. It supports both object and traditional approach.
|
|
|
|
Author:
|
|
-------
|
|
Dan Kogai <dankogai@dan.co.jp>
|
|
|
|
|
|
%prep
|
|
%setup -n %{cpan_name}-%{version}
|
|
|
|
%build
|
|
perl Makefile.PL
|
|
make %{?jobs:-j%jobs}
|
|
|
|
%check
|
|
make test
|
|
|
|
%install
|
|
%perl_make_install
|
|
%perl_process_packlist
|
|
%perl_gen_filelist
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%files -f %{name}.files
|
|
%defattr(-, root, root)
|
|
%doc Changes README MANIFEST
|
|
|
|
%changelog
|