forked from pool/perl-Encode-Detect
Accepting request 161441 from home:rusjako
fails to build on openSUSE >= 12.2, because perl-macros is deprecated there. Change documented. OBS-URL: https://build.opensuse.org/request/show/161441 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Encode-Detect?expand=0&rev=22
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 14:24:38 UTC 2013 - stefan.jakobs@rus.uni-stuttgart.de
|
||||
|
||||
- remove 'BuildRequires: perl-macros' from spec file, because perl
|
||||
included in openSUSE > 1210 deprecates perl-macros which causes a
|
||||
build failure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 11:09:32 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
@@ -23,7 +23,7 @@ Name: perl-Encode-Detect
|
||||
Summary: An Encode::Encoding subclass that detects the encoding of data
|
||||
Version: 1.01
|
||||
Release: 4
|
||||
License: Mozilla Public License 1.1
|
||||
License: MPL-1.1
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Encode-Detect
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
@@ -31,7 +31,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: perl
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1210
|
||||
BuildRequires: perl-macros
|
||||
%endif
|
||||
BuildRequires: perl(ExtUtils::CBuilder)
|
||||
BuildRequires: perl(Module::Build)
|
||||
|
||||
|
Reference in New Issue
Block a user