File perl-Text-Unaccent-PurePerl.spec of Package perl-Text-Unaccent-PurePerl
#
# spec file for package perl-Text-Unaccent-PurePerl
#
# Copyright (c) 2020 Miquel Sabaté Solà <mikisabate@gmail.com>
#
# 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-Text-Unaccent-PurePerl
Version: 0.05
Release: 0
Summary: Remove accents from characters
Group: Development/Libraries/Perl
Url: https://metacpan.org/pod/Text::Unaccent::PurePerl
License: Unknown
Source0: PurePerl.pm
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl-macros
Provides: perl(Text::Unaccent::PurePerl) = %{version}
%{perl_requires}
%description
Text::Unaccent::PurePerl is a module for “unaccenting” characters, i.e.,
removing accents and other diacritic marks from characters. Here, the term
unaccenting has a rather loose meaning, since this module does a lot more than
just removing accents.
%prep
%build
%install
mkdir -p -m 0755 %{buildroot}%{perl_privlib}/Text/Unaccent
%{__install} -D -m 0644 %{SOURCE0} %{buildroot}/%{perl_privlib}/Text/Unaccent/PurePerl.pm
%files
%defattr(-,root,root)
%{perl_privlib}/Text/Unaccent
%{perl_privlib}/Text/Unaccent/PurePerl.pm
%changelog