8
0

Accepting request 312906 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/312906
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-LineBreak?expand=0&rev=8
This commit is contained in:
2015-06-21 15:07:00 +00:00
committed by Git OBS Bridge
parent d91a7da5f0
commit 5fbd26beb2
5 changed files with 44 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Unicode-LineBreak
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
Name: perl-Unicode-LineBreak
Version: 2014.06
Version: 2015.06
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
Source0: http://www.cpan.org/authors/id/N/NE/NEZUMI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
@@ -39,7 +40,6 @@ 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}"
@@ -55,6 +55,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc ARTISTIC Changes Changes.REL1 GPL Makefile.PL.sombok perl-Unicode-LineBreak.spec README Todo.REL1
%doc ARTISTIC Changes Changes.REL1 GPL Makefile.PL.sombok README Todo.REL1
%changelog