2012.06 bump
The old version cannot be built.
This commit is contained in:
parent
0d8c5fd5e5
commit
5a6f16665e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/Unicode-LineBreak-2011.11.tar.gz
|
||||
/Unicode-LineBreak-2012.06.tar.gz
|
||||
|
@ -1,24 +1,33 @@
|
||||
Name: perl-Unicode-LineBreak
|
||||
Version: 2011.11
|
||||
Release: 4%{?dist}
|
||||
Version: 2012.06
|
||||
Release: 1%{?dist}
|
||||
Summary: UAX #14 Unicode Line Breaking Algorithm
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Unicode-LineBreak/
|
||||
Source0: http://www.cpan.org/modules/by-module/Unicode/Unicode-LineBreak-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(MIME::Charset) >= 1.006.2
|
||||
BuildRequires: perl(Test::More) >= 0.45
|
||||
BuildRequires: perl(Test::Pod)
|
||||
# libthai is not available (yet) on EL5 and earlier.
|
||||
%if 0%{?rhel} > 5 || 0%{?fedora}
|
||||
BuildRequires: libthai-devel
|
||||
%endif
|
||||
BuildRequires: sombok-devel
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: pkgconfig
|
||||
Requires: perl(MIME::Charset) >= 1.006.2
|
||||
BuildRequires: sombok-devel
|
||||
# Run-time
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Encode) >= 1.98
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(MIME::Charset) >= 1.006.2
|
||||
BuildRequires: perl(XSLoader)
|
||||
# Tests
|
||||
BuildRequires: perl(Test::More) >= 0.45
|
||||
# Optional tests
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(Encode) >= 1.98
|
||||
Requires: perl(MIME::Charset) >= 1.006.2
|
||||
|
||||
|
||||
%if 0%{?rhel} > 5
|
||||
@ -47,6 +56,9 @@ positions.
|
||||
|
||||
%prep
|
||||
%setup -q -n Unicode-LineBreak-%{version}
|
||||
# Remove bundled library
|
||||
rm -rf sombok
|
||||
sed -i -e '/^sombok/d' MANIFEST
|
||||
|
||||
|
||||
%if 0%{?rhel} == 5
|
||||
@ -102,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 2012.06-1
|
||||
- 2012.06 bump (to fix building)
|
||||
|
||||
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 2011.11-4
|
||||
- Perl 5.16 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user