From 3103c2eefc687cd64eb996e8e30b1d4c5a445b6e35f54433688fb61f1be6d9da Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 22 Feb 2011 13:25:13 +0000 Subject: [PATCH 1/3] Updating link to change in openSUSE:Factory/perl-HTML-Format revision 18.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Format?expand=0&rev=0c208c349c3c6d13f44a25ab3db4b004 --- perl-HTML-Format.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-HTML-Format.spec b/perl-HTML-Format.spec index 0463acb..e1ba96b 100644 --- a/perl-HTML-Format.spec +++ b/perl-HTML-Format.spec @@ -20,15 +20,15 @@ Name: perl-HTML-Format %define cpan_name HTML-Format -BuildRequires: perl-Font-AFM perl-HTML-Tree perl-File-Slurp -BuildRequires: perl-macros perl(Test::More) >= 0.96 +BuildRequires: perl-File-Slurp perl-Font-AFM perl-HTML-Tree +BuildRequires: perl(Test::More) >= 0.96 perl-macros License: Artistic ; GPLv2+ Group: Development/Libraries/Perl Requires: perl-HTML-Parser perl-HTML-Tagset perl-Font-AFM perl-HTML-Tree AutoReqProv: on Summary: Perl Modules to Format HTML into Plain Text, PostScript, or RTF Version: 2.05 -Release: 150 +Release: 1 Source: %{cpan_name}-%{version}.tar.bz2 Url: http://cpan.org/authors/id/S/SB/SBURKE BuildRoot: %{_tmppath}/%{name}-%{version}-build From da2d3c68deea5be6f62f3a3568451a0d5cacdd650a05428a125c4a06b57fc9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Fri, 22 Apr 2011 12:16:47 +0000 Subject: [PATCH 2/3] - update to 2.07 - Release unchanged except for version number after a period to see if test release threw up any issues... - Code gardening - no functionality modifications - includes:- - Moved old DEBUG framework to Smart::Comments - Ensured variables are declared my as much as possible - Ensure strict/warnings used as far as possible - use base rather than playing games with @ISA - Changes above enforce a requirement of perl 5.6.1 - Robo-reformatted by perltidy - Stripped function prototypes where used - Passes standard perl critic with one exclusion - Tweaks for comprehensibility - splitting sections etc - removed authors from spec OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Format?expand=0&rev=15 --- HTML-Format-2.05.tar.bz2 | 3 --- HTML-Format-2.07.tar.bz2 | 3 +++ perl-HTML-Format.changes | 18 ++++++++++++++++++ perl-HTML-Format.spec | 18 +++++++----------- 4 files changed, 28 insertions(+), 14 deletions(-) delete mode 100644 HTML-Format-2.05.tar.bz2 create mode 100644 HTML-Format-2.07.tar.bz2 diff --git a/HTML-Format-2.05.tar.bz2 b/HTML-Format-2.05.tar.bz2 deleted file mode 100644 index 95dfba9..0000000 --- a/HTML-Format-2.05.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f367ecc770cfc93c2b8f99843eba06b086608ad9e0df8424e306f89996c2c5b9 -size 39026 diff --git a/HTML-Format-2.07.tar.bz2 b/HTML-Format-2.07.tar.bz2 new file mode 100644 index 0000000..2a9c07a --- /dev/null +++ b/HTML-Format-2.07.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c74176ba519cd5618a74a178efb141be14145cce343a0aef50c842352b8b21 +size 37917 diff --git a/perl-HTML-Format.changes b/perl-HTML-Format.changes index cb9c555..f659d6f 100644 --- a/perl-HTML-Format.changes +++ b/perl-HTML-Format.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Apr 22 12:06:04 UTC 2011 - vcizek@novell.com + +- update to 2.07 + - Release unchanged except for version number after a period + to see if test release threw up any issues... + - Code gardening - no functionality modifications - includes:- + - Moved old DEBUG framework to Smart::Comments + - Ensured variables are declared my as much as possible + - Ensure strict/warnings used as far as possible + - use base rather than playing games with @ISA + - Changes above enforce a requirement of perl 5.6.1 + - Robo-reformatted by perltidy + - Stripped function prototypes where used + - Passes standard perl critic with one exclusion + - Tweaks for comprehensibility - splitting sections etc +- removed authors from spec + ------------------------------------------------------------------- Mon Feb 21 14:43:20 UTC 2011 - vcizek@novell.com diff --git a/perl-HTML-Format.spec b/perl-HTML-Format.spec index e1ba96b..611c7a7 100644 --- a/perl-HTML-Format.spec +++ b/perl-HTML-Format.spec @@ -22,12 +22,12 @@ Name: perl-HTML-Format %define cpan_name HTML-Format BuildRequires: perl-File-Slurp perl-Font-AFM perl-HTML-Tree BuildRequires: perl(Test::More) >= 0.96 perl-macros -License: Artistic ; GPLv2+ +License: GPLv2+ or Artistic Group: Development/Libraries/Perl Requires: perl-HTML-Parser perl-HTML-Tagset perl-Font-AFM perl-HTML-Tree AutoReqProv: on Summary: Perl Modules to Format HTML into Plain Text, PostScript, or RTF -Version: 2.05 +Version: 2.07 Release: 1 Source: %{cpan_name}-%{version}.tar.bz2 Url: http://cpan.org/authors/id/S/SB/SBURKE @@ -40,25 +40,21 @@ PostScript, or RTF. -Authors: --------- - Gisle Aas - Sean M. Burke - %prep %setup -n %{cpan_name}-%{version} %build -perl Makefile.PL -make %{?_smp_mflags} +%{__perl} Build.PL +./Build %check -make test +./Build test %install [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install_vendor +./Build install destdir=$RPM_BUILD_ROOT installdirs=vendor %perl_process_packlist +%perl_gen_filelist %clean [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT From 48dec1bb1a3b2c7c8c9566d194806dcb207975c9432fdf254b1a62f67ce14367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Fri, 22 Apr 2011 12:52:05 +0000 Subject: [PATCH 3/3] shortened last changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Format?expand=0&rev=16 --- perl-HTML-Format.changes | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/perl-HTML-Format.changes b/perl-HTML-Format.changes index f659d6f..9fa9ae9 100644 --- a/perl-HTML-Format.changes +++ b/perl-HTML-Format.changes @@ -2,18 +2,7 @@ Fri Apr 22 12:06:04 UTC 2011 - vcizek@novell.com - update to 2.07 - - Release unchanged except for version number after a period - to see if test release threw up any issues... - - Code gardening - no functionality modifications - includes:- - - Moved old DEBUG framework to Smart::Comments - - Ensured variables are declared my as much as possible - - Ensure strict/warnings used as far as possible - - use base rather than playing games with @ISA - - Changes above enforce a requirement of perl 5.6.1 - - Robo-reformatted by perltidy - - Stripped function prototypes where used - - Passes standard perl critic with one exclusion - - Tweaks for comprehensibility - splitting sections etc + - Code gardening - no functionality modifications - removed authors from spec -------------------------------------------------------------------