Hello community, here is the log from the commit of package perl-HTML-Tagset for openSUSE:Factory checked in at Fri Feb 25 15:42:25 CET 2011. -------- --- perl-HTML-Tagset/perl-HTML-Tagset.changes 2010-11-30 20:26:10.000000000 +0100 +++ /mounts/work_src_done/STABLE/perl-HTML-Tagset/perl-HTML-Tagset.changes 2011-02-25 14:24:00.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Feb 25 13:21:51 UTC 2011 - chris@computersalat.de + +- recreated by cpanspec 1.78.03 +- noarch pkg + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-HTML-Tagset.spec ++++++ --- /var/tmp/diff_new_pack.DURxUT/_old 2011-02-25 15:41:40.000000000 +0100 +++ /var/tmp/diff_new_pack.DURxUT/_new 2011-02-25 15:41:40.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package perl-HTML-Tagset (Version 3.20) +# spec file for package perl-HTML-Tagset # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -15,47 +15,55 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: perl-HTML-Tagset Version: 3.20 -Release: 53 -AutoReqProv: on +Release: 59 +License: GPL+ or Artistic +%define cpan_name HTML-Tagset +Summary: Data tables useful in parsing HTML +Url: http://search.cpan.org/dist/HTML-Tagset/ Group: Development/Libraries/Perl -License: Artistic -Url: http://cpan.org/modules/by-module/HTML/ -Summary: Data Tables Useful for Dealing with HTML -Source: HTML-Tagset-%{version}.tar.bz2 +#Source: http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz +Source: %{cpan_name}-%{version}.tar.bz2 +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: perl +BuildRequires: perl-macros %{perl_requires} -BuildRequires: perl perl-macros %description -Data tables useful for dealing with HTML. +This module contains several data tables useful in various kinds of HTML +parsing operations. + +Note that all tag names used are lowercase. + +In the following documentation, a "hashset" is a hash being used as a set +-- the hash conveys that its keys are there, and the actual values +associated with the keys are not significant. (But what values are there, +are always true.) %prep -%setup -n HTML-Tagset-%{version} -q +%setup -q -n %{cpan_name}-%{version} %build -perl Makefile.PL -make %{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -make test +%{__make} test %install -make DESTDIR=$RPM_BUILD_ROOT install_vendor +%perl_make_install %perl_process_packlist +%perl_gen_filelist %clean -rm -rf $RPM_BUILD_ROOT +%{__rm} -rf %{buildroot} -%files -%defattr(-,root,root) -%doc README Changes -%doc %{_mandir}/man3/* -%{perl_vendorlib}/HTML -%{perl_vendorarch}/auto/HTML +%files -f %{name}.files +%defattr(644,root,root,755) +%doc Changes README %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org