update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Unidecode?expand=0&rev=13
This commit is contained in:
parent
0d131ebfdd
commit
0e5dab56cc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dd76f01c8b1e865bbb02a6c719eb21adb76451ea8f49281bc051319e34faddbc
|
|
||||||
size 129557
|
|
3
Text-Unidecode-1.23.tar.gz
Normal file
3
Text-Unidecode-1.23.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cb1d761edcd4ea25763726434713c3157d48ac7d75be27bed10bc0aa4ec1d6d6
|
||||||
|
size 130431
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: -
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 18 07:56:18 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.23
|
||||||
|
see /usr/share/doc/packages/perl-Text-Unidecode/ChangeLog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 3 10:00:20 UTC 2014 - coolo@suse.com
|
Wed Dec 3 10:00:20 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Text-Unidecode
|
# spec file for package perl-Text-Unidecode
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Text-Unidecode
|
Name: perl-Text-Unidecode
|
||||||
Version: 1.22
|
Version: 1.23
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Text-Unidecode
|
%define cpan_name Text-Unidecode
|
||||||
Summary: Provide plain ASCII transliterations of Unicode text
|
Summary: Plain Ascii Transliterations of Unicode Text
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Text-Unidecode/
|
Url: http://search.cpan.org/dist/Text-Unidecode/
|
||||||
Source: http://www.cpan.org/authors/id/S/SB/SBURKE/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/S/SB/SBURKE/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@ -49,7 +50,7 @@ some other writing system. (See the example in the synopsis.)
|
|||||||
NOTE:
|
NOTE:
|
||||||
|
|
||||||
To make sure your perldoc/Pod viewing setup for viewing this page is
|
To make sure your perldoc/Pod viewing setup for viewing this page is
|
||||||
working: The six-letter word "résumé" should look like "resume" with an "/"
|
working: The six-letter word "résumé" should look like "resume" with an "/"
|
||||||
accent on each "e".
|
accent on each "e".
|
||||||
|
|
||||||
For further tests, and help if that doesn't work, see below, the /A POD
|
For further tests, and help if that doesn't work, see below, the /A POD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user