commit cb9557f13cfbcaf0c6e2508038e8b8ce82b35575a6cdc7d46f3b407a7c7c32c1 Author: OBS User unknown Date: Mon Aug 10 15:09:48 2009 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-Autoformat?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/Text-Autoformat-1.13.tar.gz b/Text-Autoformat-1.13.tar.gz new file mode 100644 index 0000000..363f02d --- /dev/null +++ b/Text-Autoformat-1.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32ab81d1ff4d1b3c87b29c88904b2440beb9b9333bf59eff1280750ae1fc006 +size 17431 diff --git a/perl-Text-Autoformat.changes b/perl-Text-Autoformat.changes new file mode 100644 index 0000000..c8a0509 --- /dev/null +++ b/perl-Text-Autoformat.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Thu Aug 6 17:01:53 CEST 2009 - coolo@novell.com + +- initial package + diff --git a/perl-Text-Autoformat.spec b/perl-Text-Autoformat.spec new file mode 100644 index 0000000..146c911 --- /dev/null +++ b/perl-Text-Autoformat.spec @@ -0,0 +1,90 @@ +# +# spec file for package perl-Text-Autoformat (Version 1.13) +# +# Copyright (c) 2009 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/ +# + +# norootforbuild + + +Name: perl-Text-Autoformat +Version: 1.13 +Release: 1 +Summary: Automatic and manual text wrapping and reformating +License: Perl Artistic License +Group: Development/Libraries/Perl +Url: http://search.cpan.org/~dconway/Text-Autoformat-%{version}/ +Source0: http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Text-Autoformat-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: perl = %{perl_version} +Requires: perl-Text-Reform +BuildRequires: perl +BuildRequires: perl-Text-Reform + +%description +Text::Autoformat provides intelligent formatting of +plaintext without the need for any kind of embedded mark-up. The +module recognizes Internet quoting conventions, a wide range of +bulleting and number schemes, centred text, and block quotations, +and reformats each appropriately. Other options allow the user to +adjust inter-word and inter-paragraph spacing, justify text, and +impose various capitalization schemes. + +The module also supplies a re-entrant, highly configurable +replacement for the built-in Perl format() mechanism. + +Author: +------- + Damian Conway (damian@conway.org) + +%prep +%setup -q -n Text-Autoformat-%{version} +# Prevent rpmlint errors +chmod -x Changes +chmod -x README +chmod -x lib/Text/Autoformat.pm + +%build +%__perl Makefile.PL +%__make + +%check +%__make test + +%install +%perl_make_install +%perl_process_packlist + +%clean +%__rm -rf %{BuildRoot} + +%files +%defattr(-, root, root) +%doc Changes README +%dir %{perl_vendorlib}/Text +%{perl_vendorlib}/Text/Autoformat.pm +%ifarch %{ix86} +%dir %{perl_vendorlib}/i586-linux-thread-multi/auto/Text +%dir %{perl_vendorlib}/i586-linux-thread-multi/auto/Text/Autoformat +%{perl_vendorlib}/i586-linux-thread-multi/auto/Text/Autoformat/.packlist +%endif +%ifarch x86_64 +%dir %{perl_vendorlib}/x86_64-linux-thread-multi/auto/Text +%dir %{perl_vendorlib}/x86_64-linux-thread-multi/auto/Text/Autoformat +%{perl_vendorlib}/x86_64-linux-thread-multi/auto/Text/Autoformat/.packlist +%endif +%{_mandir}/man3/Text::Autoformat.3pm.gz +%{_var}/adm/perl-modules/perl-Text-Autoformat + +%changelog diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4