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