1
0

Accepting request 243868 from home:Dmitry_R:texinfo

OBS-URL: https://build.opensuse.org/request/show/243868
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Unidecode?expand=0&rev=10
This commit is contained in:
Stephan Barth 2014-08-13 07:24:53 +00:00 committed by Git OBS Bridge
parent 2498184cd3
commit e22a75bb72
4 changed files with 23 additions and 22 deletions

View File

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

View File

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

View File

@ -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 Wed Dec 1 13:35:49 UTC 2010 - coolo@novell.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Text-Unidecode # 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 # 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
@ -15,22 +15,20 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
%define real_name Text-Unidecode
Name: perl-Text-Unidecode Name: perl-Text-Unidecode
%define real_name Text-Unidecode Version: 1.01
Release: 0
Summary: US-ASCII transliterations of Unicode text Summary: US-ASCII transliterations of Unicode text
Url: http://search.cpan.org/perldoc?Text::Unidecode License: Artistic-1.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
License: Artistic License Url: http://search.cpan.org/perldoc?Text::Unidecode
Version: 0.04 Source: http://www.cpan.org/authors/id/S/SB/SBURKE/%{real_name}-%{version}.tar.gz
Release: 1
Source: %{real_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
%description %description
It often happens that you have non-Roman text data in Unicode, but you can't 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 Sean M. Burke sburke@cpan.org
%prep %prep
%setup -n %{real_name}-%{version} %setup -q -n %{real_name}-%{version}
%build %build
perl Makefile.PL perl Makefile.PL
make %{?jobs:-j%jobs} make %{?_smp_mflags}
%check %check
make test make test
@ -100,10 +97,7 @@ make test
%perl_make_install %perl_make_install
%perl_process_packlist %perl_process_packlist
%clean %files
rm -rf %{buildroot}
%files
%defattr(-, root, root) %defattr(-, root, root)
%doc ChangeLog README MANIFEST TODO.txt %doc ChangeLog README MANIFEST TODO.txt
%doc %{_mandir}/man?/* %doc %{_mandir}/man?/*