forked from pool/perl-HTML-SimpleParse
Accepting request 747408 from home:adkorte:branches:devel:languages:perl
- Change architecture to 'noarch' OBS-URL: https://build.opensuse.org/request/show/747408 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-SimpleParse?expand=0&rev=17
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 11 12:58:50 UTC 2019 - Arjen de Korte <suse+build@de-korte.org>
|
||||||
|
|
||||||
|
- Change architecture to 'noarch'
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 18 11:08:02 UTC 2011 - coolo@suse.com
|
Fri Nov 18 11:08:02 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-SimpleParse
|
# spec file for package perl-HTML-SimpleParse
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 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
|
||||||
@@ -12,27 +12,25 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-HTML-SimpleParse
|
Name: perl-HTML-SimpleParse
|
||||||
Version: 0.12
|
Version: 0.12
|
||||||
Release: 266
|
Release: 0
|
||||||
Provides: HTML-SimpleParse
|
Provides: HTML-SimpleParse
|
||||||
Conflicts: perlmod
|
Conflicts: perlmod
|
||||||
AutoReqProv: on
|
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
License: Artistic
|
|
||||||
Url: http://search.cpan.org/perldoc?HTML::SimpleParse
|
Url: http://search.cpan.org/perldoc?HTML::SimpleParse
|
||||||
Summary: a bare-bones HTML parser
|
Summary: a bare-bones HTML parser
|
||||||
|
License: Artistic-1.0
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
Source: HTML-SimpleParse-%{version}.tar.gz
|
Source: HTML-SimpleParse-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is the HTML::SimpleParse module. It is a bare-bones HTML parser,
|
This is the HTML::SimpleParse module. It is a bare-bones HTML parser,
|
||||||
@@ -69,18 +67,12 @@ make %{?_smp_mflags} all
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%perl_make_install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
%files -f %{name}.files
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%doc %{_mandir}/man?/*
|
|
||||||
%{perl_vendorlib}/HTML
|
|
||||||
%{perl_vendorarch}/auto/HTML
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user