8
0
Files
perl-HTML-FillInForm/perl-HTML-FillInForm.spec

114 lines
3.1 KiB
RPMSpec

#
# spec file for package perl-HTML-FillInForm (Version 2.00)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-HTML-FillInForm
BuildRequires: perl-HTML-Parser
Version: 2.00
Release: 65
Requires: perl-HTML-Parser >= 3.26
Requires: perl = %{perl_version}
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License
Url: http://cpan.org/modules/by-module/HTML/
Summary: Perl module HTML::FillInForm
Source: HTML-FillInForm-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This module automatically inserts data from a previous HTML form into
the HTML input and select tags. It is a subclass of HTML::Parser and
uses it to parse the HTML and insert the values into the form tags.
Authors:
--------
Thomas J. Mather <tjmather@alumni.princeton.edu>
%prep
%setup -n HTML-FillInForm-%{version}
%build
perl Makefile.PL
make
make test
%install
%perl_make_install
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc Changes README
%doc %{_mandir}/man?/*
%{perl_vendorlib}/HTML
%{perl_vendorarch}/auto/HTML
/var/adm/perl-modules/%{name}
%changelog
* Mon Oct 08 2007 anicka@suse.cz
- update to 2.00
* Allow passing an arrayref of hashrefs through fdat
* Several new shortcuts
* Add support for ID attribute on form tags
* Added 'disable_fields' method
* Support IE down-level revealed HTML comments
* hash is not reset before each() is called
* bugfixes
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Jan 03 2006 anicka@suse.cz
- update to 1.06
* Wed Sep 28 2005 dmueller@suse.de
- add norootforbuild
* Fri Jul 29 2005 mjancar@suse.cz
- update to 1.05
* Thu Aug 19 2004 mjancar@suse.cz
- update to 1.04
* Thu Feb 26 2004 mjancar@suse.cz
- update to 1.03
* Fri Aug 22 2003 mjancar@suse.cz
- require the perl version we build with
* Thu Jul 17 2003 mjancar@suse.cz
- adapt to perl-5.8.1
- use %%perl_process_packlist
* Fri Jun 13 2003 mjancar@suse.cz
- update to 1.02
- fix filelist
* Tue May 20 2003 mjancar@suse.cz
- remove unpackaged files
* Fri Dec 20 2002 prehak@suse.cz
- updated to version 1.00
* Wed Jul 10 2002 prehak@suse.cz
- updated to version 0.29
* Tue Jul 02 2002 mls@suse.de
- remove race in .packlist generation
* Fri Jan 18 2002 rvasice@suse.cz
- update to version 0.23
* Tue Aug 14 2001 rvasice@suse.cz
- update to version 0.18
- bzip sources
* Mon Apr 09 2001 cihlar@suse.cz
- initial version 0.11