Hello community,
here is the log from the commit of package perl-Unicode-LineBreak for
openSUSE:Factory checked in at 2012-10-23 19:44:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Unicode-LineBreak (Old)
and /work/SRC/openSUSE:Factory/.perl-Unicode-LineBreak.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Unicode-LineBreak", Maintainer is ""
Changes:
--------
New Changes file:
--- /dev/null 2012-10-22 00:44:18.403455820 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Unicode-LineBreak.new/perl-Unicode-LineBreak.changes
2012-10-23 19:44:31.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Fri Oct 19 23:40:15 UTC 2012 - [email protected]
+
+- initial packaging using 'cpansubmitter' package
+
New:
----
Unicode-LineBreak-2012.10.tar.gz
perl-Unicode-LineBreak.changes
perl-Unicode-LineBreak.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Unicode-LineBreak.spec ++++++
#
# 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
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
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]