forked from pool/perl-Unicode-LineBreak
Accepting request 138851 from home:elchevive:branches:devel:languages:perl:CPAN-U
new dependecy for po4a 0.43 OBS-URL: https://build.opensuse.org/request/show/138851 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-LineBreak?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
Unicode-LineBreak-2012.10.tar.gz
Normal file
3
Unicode-LineBreak-2012.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e4a37ace916aa74061321267364b5eeb840d50094a613ce9e0274ffff5e9e3e1
|
||||||
|
size 281832
|
5
perl-Unicode-LineBreak.changes
Normal file
5
perl-Unicode-LineBreak.changes
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 19 23:40:15 UTC 2012 - elchevive@opensuse.org
|
||||||
|
|
||||||
|
- initial packaging using 'cpansubmitter' package
|
||||||
|
|
65
perl-Unicode-LineBreak.spec
Normal file
65
perl-Unicode-LineBreak.spec
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
#
|
||||||
|
# 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
|
Reference in New Issue
Block a user