forked from pool/perl-HTML-FillInForm
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-FillInForm?expand=0&rev=1
This commit is contained in:
96
perl-HTML-FillInForm.spec
Normal file
96
perl-HTML-FillInForm.spec
Normal file
@@ -0,0 +1,96 @@
|
||||
#
|
||||
# spec file for package perl-HTML-FillInForm (Version 1.06)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: perl-HTML-FillInForm
|
||||
BuildRequires: perl-HTML-Parser
|
||||
Version: 1.06
|
||||
Release: 1
|
||||
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 -n perl-HTML-FillInForm
|
||||
* 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
|
Reference in New Issue
Block a user