forked from pool/perl-HTML-SimpleParse
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-SimpleParse?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
d5e841bd40
commit
203b4b913c
@@ -1,26 +1,33 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-SimpleParse (Version 0.12)
|
# spec file for package perl-HTML-SimpleParse (Version 0.12)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2004 SuSE Linux AG, Nuernberg, Germany.
|
# Copyright (c) 2009 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://www.suse.de/feedback/
|
# 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
|
# norootforbuild
|
||||||
# usedforbuild aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kbd less libacl libattr libgcc libstdc++ libxcrypt m4 make man mktemp modutils ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-devel pam-modules patch permissions popt ps rcs readline sed sendmail shadow strace syslogd sysvinit tar texinfo timezone unzip util-linux vim zlib zlib-devel autoconf automake binutils cracklib gcc gdbm gettext libtool perl rpm
|
|
||||||
|
|
||||||
Name: perl-HTML-SimpleParse
|
Name: perl-HTML-SimpleParse
|
||||||
Version: 0.12
|
Version: 0.12
|
||||||
Release: 71
|
Release: 256
|
||||||
Provides: HTML-SimpleParse
|
Provides: HTML-SimpleParse
|
||||||
Conflicts: perlmod
|
Conflicts: perlmod
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Artistic License
|
License: Artistic License
|
||||||
URL: http://cpan.org/modules/by-module/HTML/
|
Url: http://search.cpan.org/perldoc?HTML::SimpleParse
|
||||||
Summary: a bare-bones HTML parser
|
Summary: a bare-bones HTML parser
|
||||||
Source: HTML-SimpleParse-%{version}.tar.bz2
|
Source: HTML-SimpleParse-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -75,30 +82,30 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{perl_vendorarch}/auto/HTML
|
%{perl_vendorarch}/auto/HTML
|
||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog -n perl-HTML-SimpleParse
|
%changelog
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Sun Jan 11 2004 - adrian@suse.de
|
* Sun Jan 11 2004 adrian@suse.de
|
||||||
- build as user
|
- build as user
|
||||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
* Fri Aug 22 2003 mjancar@suse.cz
|
||||||
- require the perl version we build with
|
- require the perl version we build with
|
||||||
* Thu Jul 24 2003 - mjancar@suse.cz
|
* Thu Jul 24 2003 mjancar@suse.cz
|
||||||
- update to 0.12
|
- update to 0.12
|
||||||
* Tue Jul 15 2003 - mjancar@suse.cz
|
* Tue Jul 15 2003 mjancar@suse.cz
|
||||||
- adapt to perl-5.8.1
|
- adapt to perl-5.8.1
|
||||||
- use %%perl_process_packlist
|
- use %%perl_process_packlist
|
||||||
* Wed Jun 18 2003 - mjancar@suse.cz
|
* Wed Jun 18 2003 mjancar@suse.cz
|
||||||
- update to 0.11
|
- update to 0.11
|
||||||
- fix filelist
|
- fix filelist
|
||||||
* Thu May 22 2003 - mjancar@suse.cz
|
* Thu May 22 2003 mjancar@suse.cz
|
||||||
- package omited SuSEconfig file
|
- package omited SuSEconfig file
|
||||||
- dont package MANIFEST
|
- dont package MANIFEST
|
||||||
* Tue May 20 2003 - mjancar@suse.cz
|
* Tue May 20 2003 mjancar@suse.cz
|
||||||
- remove unpackaged files
|
- remove unpackaged files
|
||||||
* Tue Jul 02 2002 - mls@suse.de
|
* Tue Jul 02 2002 mls@suse.de
|
||||||
- remove race in .packlist generation
|
- remove race in .packlist generation
|
||||||
* Fri Jan 18 2002 - rvasice@suse.cz
|
* Fri Jan 18 2002 rvasice@suse.cz
|
||||||
- spec file cleanup
|
- spec file cleanup
|
||||||
- bzip sources
|
- bzip sources
|
||||||
* Fri Nov 17 2000 - rolf@suse.de
|
* Fri Nov 17 2000 rolf@suse.de
|
||||||
- extracted from perlmod package
|
- extracted from perlmod package
|
||||||
|
Reference in New Issue
Block a user