diff --git a/HTML-FromText-2.05.tar.bz2 b/HTML-FromText-2.05.tar.bz2 deleted file mode 100644 index 7abaeb2..0000000 --- a/HTML-FromText-2.05.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e11d513710d802424a160cfa0c7beb3858543026aed62b556db16a80a3c4891 -size 13683 diff --git a/perl-HTML-FromText.spec b/perl-HTML-FromText.spec index f9230ad..f2351ea 100644 --- a/perl-HTML-FromText.spec +++ b/perl-HTML-FromText.spec @@ -1,15 +1,34 @@ +# +# spec file for package perl-HTML-FromText +# +# 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 +# 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/ +# + + %define modname HTML-FromText + Name: perl-%{modname} Version: 2.05 Release: 5 Summary: Convert plain text to HTML Requires: perl = %{perl_version} perl-Email-Find perl-Exporter-Lite Requires: perl-HTML-Parser -BuildRequires: perl perl-macros perl-Email-Find perl-Exporter-Lite perl-HTML-Parser +BuildRequires: perl perl-Email-Find perl-Exporter-Lite perl-HTML-Parser perl-macros License: GPL/Artistic Group: Development/Libraries/Perl -Source: %{modname}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-root +Source: %{modname}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description "HTML::FromText" converts plain text to HTML. There are a handfull of options @@ -49,32 +68,3 @@ rm -rf %{buildroot} %{perl_vendorarch}/auto/HTML/FromText %changelog - -* Wed Jun 21 2006 - James Oakley - 2.05-5 -- Disable test on SL 10.1 and up - -* Tue Jun 20 2006 - James Oakley - 2.05-4 -- Build under buildservice - -* Fri Nov 11 2005 - James Oakley - 2.05-ft.3 -- Build for SL10 - -* Thu May 12 2005 - James Oakley - 2.05-ft.2 -- Build for SL93 - -* Fri Nov 19 2004 - James Oakley - 2.05-ft.1 -- Build for SL92 - -* Tue May 11 2004 - James Oakley - 2.05-1 -- Update -- Build for SL91 - -* Sat Nov 01 2003 - James Oakley - 1.005-3 -- Build for SUSE 9.0 - -* Fri May 30 2003 - James Oakley - 1.005-2 -- Update -- Build for SuSE 8.2 - -* Wed Dec 11 2002 - James Oakley - 1.005-1 -- Initial build