Accepting request 283923 from devel:languages:perl
- require fix in latest module::build (boo#915943) OBS-URL: https://build.opensuse.org/request/show/283923 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Alien-Tidyp?expand=0&rev=5
This commit is contained in:
commit
b14aff1c0f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 15:11:56 UTC 2015 - coolo@suse.com
|
||||
|
||||
- require fix in latest module::build (boo#915943)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 29 09:44:31 UTC 2012 - pgajdos@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Alien-Tidyp
|
||||
#
|
||||
# Copyright (c) 2012 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -27,33 +27,25 @@ Url: http://search.cpan.org/dist/Alien-Tidyp/
|
||||
Source: http://www.cpan.org/authors/id/K/KM/KMX/%{cpan_name}-v%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# MANUAL
|
||||
BuildRequires: libtidyp-devel
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Archive::Extract)
|
||||
BuildRequires: perl(Digest::SHA)
|
||||
BuildRequires: perl(ExtUtils::CBuilder)
|
||||
BuildRequires: perl(ExtUtils::Command)
|
||||
BuildRequires: perl(ExtUtils::Liblist)
|
||||
BuildRequires: perl(File::Copy)
|
||||
BuildRequires: perl(File::Fetch)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(File::ShareDir) >= 1.00
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Module::Build) >= 0.4211
|
||||
Requires: perl(File::ShareDir) >= 1.00
|
||||
Requires: perl(File::Spec)
|
||||
%{perl_requires}
|
||||
# MANUAL
|
||||
BuildRequires: libtidyp-devel
|
||||
|
||||
%description
|
||||
Building, finding and using tidyp library - L<http://www.tidyp.com>
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-v%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
@ -66,9 +58,6 @@ Building, finding and using tidyp library - L<http://www.tidyp.com>
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes patches README sharedir TODO
|
||||
|
Loading…
Reference in New Issue
Block a user