%define upstream_name Text-Tiki %define upstream_version 0.73 Name: perl-%{upstream_name} Version: %perl_convert_version %{upstream_version} Release: %mkrel 10 Summary: TikiText - Text Formatting Engine License: GPL+ or Artistic Group: Development/Perl Url: https://metacpan.org/release/%{upstream_name} Source0: https://cpan.metacpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz Buildarch: noarch %description TikiText is a text formatting notation and engine, with the following design goals: * Leverage existing text formatting notions. * Least amount of characters from plain text. * Use more intuitive and common plain text email conventions. * Abstract users from needing to know or understand markup whenever possible. * Make valid and semantic XHTML markup easy. (And let CSS do its job!) * Easy to learn the basics. Richer functionality for those who want to dive in. %prep %setup -q -n %{upstream_name}-%{upstream_version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor <