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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db534d74b18b2464743efc6aada51854e0fde88f875d208a154eddb9f2b50e93
size 16402

View File

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