66 lines
2.2 KiB
RPMSpec
66 lines
2.2 KiB
RPMSpec
|
#
|
||
|
# spec file for package perl-Unicode-LineBreak
|
||
|
#
|
||
|
# Copyright (c) 2012 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/
|
||
|
#
|
||
|
|
||
|
|
||
|
Name: perl-Unicode-LineBreak
|
||
|
Version: 2012.10
|
||
|
Release: 0
|
||
|
%define cpan_name Unicode-LineBreak
|
||
|
Summary: UAX #14 Unicode Line Breaking Algorithm
|
||
|
License: Artistic-1.0 or GPL-1.0+
|
||
|
Group: Development/Libraries/Perl
|
||
|
Url: http://search.cpan.org/dist/Unicode-LineBreak/
|
||
|
Source: http://www.cpan.org/authors/id/N/NE/NEZUMI/%{cpan_name}-%{version}.tar.gz
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
|
BuildRequires: perl
|
||
|
BuildRequires: perl-macros
|
||
|
BuildRequires: perl(MIME::Charset) >= 1.006.2
|
||
|
#BuildRequires: perl(Text::LineFold)
|
||
|
#BuildRequires: perl(Unicode::GCString)
|
||
|
#BuildRequires: perl(Unicode::LineBreak)
|
||
|
#BuildRequires: perl(Unicode::LineBreak::Constants)
|
||
|
#BuildRequires: perl(Unicode::LineBreak::Defaults)
|
||
|
Requires: perl(MIME::Charset) >= 1.006.2
|
||
|
%{perl_requires}
|
||
|
|
||
|
%description
|
||
|
Unicode::LineBreak performs Line Breaking Algorithm described in Unicode
|
||
|
Standard Annex #14 [UAX #14]. East_Asian_Width informative property defined
|
||
|
by Annex #11 [UAX #11] will be concerned to determine breaking positions.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n %{cpan_name}-%{version}
|
||
|
find . -type f -print0 | xargs -0 chmod 644
|
||
|
|
||
|
%build
|
||
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||
|
%{__make} %{?_smp_mflags}
|
||
|
|
||
|
%check
|
||
|
%{__make} test
|
||
|
|
||
|
%install
|
||
|
%perl_make_install
|
||
|
%perl_process_packlist
|
||
|
%perl_gen_filelist
|
||
|
|
||
|
%files -f %{name}.files
|
||
|
%defattr(-,root,root,755)
|
||
|
%doc ARTISTIC Changes Changes.REL1 GPL Makefile.PL.sombok perl-Unicode-LineBreak.spec README Todo.REL1
|
||
|
|
||
|
%changelog
|