]> git.pld-linux.org Git - packages/perl-Text-MetaText.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Sun, 30 Nov 2014 14:34:24 +0000 (16:34 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 30 Nov 2014 14:34:24 +0000 (16:34 +0200)
perl-Text-MetaText.spec

index 2c5b29af3120a1a57c7bb9838df3061a4f120cb2..2ff31cb1a0a893e123600bc924e8f9078ff2f48a 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define                pdir    Text
 %define                pnam    MetaText
+%include       /usr/lib/rpm/macros.perl
 Summary:       Text::MetaText - meta-language for processing "template" text files
 Summary(pl.UTF-8):     Text::MetaText - metajęzyk do przetwarzania szablonów tekstowych
 Name:          perl-Text-MetaText
@@ -14,28 +14,28 @@ License:    Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 4a2b5d120459dcb678cac876c99fa805
-BuildRequires: rpm-perlprov >= 4.1-13
-BuildRequires: perl-devel >= 1:5.8.0
+URL:           http://search.cpan.org/dist/Text-MetaText/
 BuildRequires: perl-File-Recurse
 BuildRequires: perl-TimeDate
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-MetaText is a text processing and markup meta-language which can
-be used for processing "template" files. This module is a Perl 5
-extension implementing a MetaText object class which processes
-text files, interpreting and acting on the embedded MetaText
-directives within.
+MetaText is a text processing and markup meta-language which can be
+used for processing "template" files. This module is a Perl 5
+extension implementing a MetaText object class which processes text
+files, interpreting and acting on the embedded MetaText directives
+within.
 
-Like a glorified pre-processor, MetaText can: include files,
-define and substitute variable values, execute conditional
-actions based on variables, call other Perl functions or object
-methods and capture the resulting output back into the document,
-and more. It can format the resulting output of any of these
-operations in a number of ways. The objects, and inherently, the
-format and symantics of the MetaText langauge itself, are highly
-configurable.
+Like a glorified pre-processor, MetaText can: include files, define
+and substitute variable values, execute conditional actions based on
+variables, call other Perl functions or object methods and capture the
+resulting output back into the document, and more. It can format the
+resulting output of any of these operations in a number of ways. The
+objects, and inherently, the format and symantics of the MetaText
+langauge itself, are highly configurable.
 
 %description -l pl.UTF-8
 MetaText to metajęzyk do przetwarzania tekstu i oznaczeń, który można
@@ -46,11 +46,11 @@ osadzonych w nich dyrektywach MetaTextu.
 
 Podobnie jak każdy zachwalany preprocesor MetaText może: dołączać
 pliki, definiować i podstawiać wartości zmiennych, wykonywać akcje
-warunkowe w oparciu o zmienne, wywoływać inne funkcje Perla lub
-metody obiektów i przechwytywać ich wyniki z powrotem do dokumentu
-i wiele innych. Wyjście dowolnej z operacji może być formatowane na
-wiele sposobów. Obiekty i związany z nimi format oraz semantyka
-samego języka MetaText są wysoce konfigurowalne.
+warunkowe w oparciu o zmienne, wywoływać inne funkcje Perla lub metody
+obiektów i przechwytywać ich wyniki z powrotem do dokumentu i wiele
+innych. Wyjście dowolnej z operacji może być formatowane na wiele
+sposobów. Obiekty i związany z nimi format oraz semantyka samego
+języka MetaText są wysoce konfigurowalne.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.079039 seconds and 4 git commands to generate.