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,18 +1,31 @@
#
# 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} )
%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
Vendor: openSUSE-Education
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires: perl-macros
#BuildRequires: perl(Test::Distribution)