diff --git a/Text-Unidecode-0.04.tar.gz b/Text-Unidecode-0.04.tar.gz deleted file mode 100644 index 1d46df5..0000000 --- a/Text-Unidecode-0.04.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:473da01fd4829fce3183ef6c5d8932a29a9a7c28ee65f066342069a87be16b06 -size 103091 diff --git a/Text-Unidecode-1.01.tar.gz b/Text-Unidecode-1.01.tar.gz new file mode 100644 index 0000000..52b41fb --- /dev/null +++ b/Text-Unidecode-1.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baaecfee090e18e2c0fdcd8d76a961befdb934fca12b6cdcb7dd7e04b5510ce9 +size 122457 diff --git a/perl-Text-Unidecode.changes b/perl-Text-Unidecode.changes index 14540f1..4a8de59 100644 --- a/perl-Text-Unidecode.changes +++ b/perl-Text-Unidecode.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 7 09:04:25 UTC 2014 - dmitry_r@opensuse.org + +- Update to version 1.01 + * bugfixes + * new test suite + ------------------------------------------------------------------- Wed Dec 1 13:35:49 UTC 2010 - coolo@novell.com diff --git a/perl-Text-Unidecode.spec b/perl-Text-Unidecode.spec index 4543b20..d3ce812 100644 --- a/perl-Text-Unidecode.spec +++ b/perl-Text-Unidecode.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-Unidecode # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -15,22 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - +%define real_name Text-Unidecode Name: perl-Text-Unidecode -%define real_name Text-Unidecode +Version: 1.01 +Release: 0 Summary: US-ASCII transliterations of Unicode text -Url: http://search.cpan.org/perldoc?Text::Unidecode +License: Artistic-1.0 Group: Development/Libraries/Perl -License: Artistic License -Version: 0.04 -Release: 1 -Source: %{real_name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} +Url: http://search.cpan.org/perldoc?Text::Unidecode +Source: http://www.cpan.org/authors/id/S/SB/SBURKE/%{real_name}-%{version}.tar.gz BuildRequires: perl BuildRequires: perl-macros +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} %description It often happens that you have non-Roman text data in Unicode, but you can't @@ -85,13 +83,12 @@ Author: ------- Sean M. Burke sburke@cpan.org - %prep -%setup -n %{real_name}-%{version} +%setup -q -n %{real_name}-%{version} %build -perl Makefile.PL -make %{?jobs:-j%jobs} +perl Makefile.PL +make %{?_smp_mflags} %check make test @@ -100,10 +97,7 @@ make test %perl_make_install %perl_process_packlist -%clean -rm -rf %{buildroot} - -%files +%files %defattr(-, root, root) %doc ChangeLog README MANIFEST TODO.txt %doc %{_mandir}/man?/*