2007-01-16 00:30:47 +01:00
|
|
|
#
|
2008-03-03 18:14:10 +01:00
|
|
|
# spec file for package perl-HTML-Tagset (Version 3.20)
|
2007-01-16 00:30:47 +01:00
|
|
|
#
|
2010-01-12 09:23:19 +01:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:30:47 +01:00
|
|
|
#
|
2009-06-18 17:06:04 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2008-03-03 18:14:10 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2007-01-16 00:30:47 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-03-03 18:14:10 +01:00
|
|
|
|
|
|
|
Name: perl-HTML-Tagset
|
|
|
|
Version: 3.20
|
2010-10-19 13:07:46 +02:00
|
|
|
Release: 52
|
2008-03-03 18:14:10 +01:00
|
|
|
Requires: perl = %{perl_version}
|
|
|
|
AutoReqProv: on
|
|
|
|
Group: Development/Libraries/Perl
|
2010-01-12 09:23:19 +01:00
|
|
|
License: Artistic
|
2008-03-03 18:14:10 +01:00
|
|
|
Url: http://cpan.org/modules/by-module/HTML/
|
|
|
|
Summary: Data Tables Useful for Dealing with HTML
|
|
|
|
Source: HTML-Tagset-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-10-19 13:07:40 +02:00
|
|
|
BuildRequires: perl
|
2007-01-16 00:30:47 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Data tables useful for dealing with HTML.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Sean M. Burke <sburke@cpan.org>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n HTML-Tagset-%{version} -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
2010-01-12 09:23:19 +01:00
|
|
|
make %{?_smp_mflags}
|
2008-03-03 18:14:10 +01:00
|
|
|
|
|
|
|
%check
|
2007-01-16 00:30:47 +01:00
|
|
|
make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc README Changes
|
|
|
|
%doc %{_mandir}/man3/*
|
|
|
|
%{perl_vendorlib}/HTML
|
|
|
|
%{perl_vendorarch}/auto/HTML
|
|
|
|
/var/adm/perl-modules/%{name}
|
|
|
|
|
2008-03-03 18:14:10 +01:00
|
|
|
%changelog
|