# # Conditional build: %bcond_without tests # do not perform "make test" # %define pdir Text %define pnam Autoformat Summary: Text::Autoformat - automatic text wrapping and reformatting Summary(pl.UTF-8): Text::Autoformat - automatyczne zawijanie i reformatowanie tekstu Name: perl-Text-Autoformat # add "0000" to version because there were six-digit versions in 1.6xxxxx times %define ver 1.74 Version: %{ver}0000 Release: 1 License: Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Text/%{pdir}-%{pnam}-%{ver}.tar.gz # Source0-md5: 2c147571940dddec4974ca8cd5ddc57f URL: http://search.cpan.org/dist/Text-Autoformat/ BuildRequires: perl-Text-Reform >= 1.11 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 Requires: perl-Text-Reform >= 1.11 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %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. %description -l pl.UTF-8 Text::Autoformat udostępnia inteligentne formatowanie czystego tekstu bez potrzeby jakichkolwiek znaczników. Moduł rozpoznaje internetowe konwencje cytowania, szeroki zasób wyliczeń i wiele schematów, tekst centrowany, cytaty blokowe - i każdy z nich odpowiednio reformatuje. Inne opcje pozwalają użytkownikowi regulować odstępy między słowami i między akapitami, justować tekst i stosować różne schematy wielkości liter. %prep %setup -q -n %{pdir}-%{pnam}-%{ver} %build %{__perl} Makefile.PL \ INSTALLDIRS=vendor %{__make} %{?with_tests:%{__make} test} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc Changes %{perl_vendorlib}/Text/Autoformat.pm %{perl_vendorlib}/Text/Autoformat %{_mandir}/man3/Text::Autoformat.3pm*