Stephan Kulow
2011-11-17 14:07:51 +00:00
committed by Git OBS Bridge
parent 1e8f10ca3c
commit f227e491d0
2 changed files with 35 additions and 19 deletions

View File

@@ -1,28 +1,41 @@
#
# spec file for package perl-Unicode-MapUTF8
#
# 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-Unicode-MapUTF8
%define cpan_name %( %{__sed} -e 's,perl-,,' <<< %{name} )
Summary: Conversions to and from arbitrary character sets and UTF8
Url: http://search.cpan.org/perldoc?Unicode::MapUTF8
Group: Development/Libraries/Perl
License: Artistic License
Version: 1.11
Release: 1
Vendor: openSUSE-Education
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires: perl-macros
Name: perl-Unicode-MapUTF8
%define cpan_name Unicode-MapUTF8
Summary: Conversions to and from arbitrary character sets and UTF8
Url: http://search.cpan.org/perldoc?Unicode::MapUTF8
Group: Development/Libraries/Perl
License: Artistic License
Version: 1.11
Release: 1
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires: perl-macros
#BuildRequires: perl(Test::Distribution)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Unicode::String)
BuildRequires: perl(Unicode::Map)
BuildRequires: perl(Unicode::Map8)
BuildRequires: perl(Jcode)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Unicode::String)
BuildRequires: perl(Unicode::Map)
BuildRequires: perl(Unicode::Map8)
BuildRequires: perl(Jcode)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
%description
@@ -77,4 +90,4 @@ rm -rf %{buildroot}
%defattr(-, root, root)
%doc Changes README MANIFEST
%changelog
%changelog