[packages/perl-Text-MetaText] use generic url
glen
glen at pld-linux.org
Sun Nov 30 15:34:28 CET 2014
commit 885cec5098526185f3947723210c81cb6705a780
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Nov 30 16:34:24 2014 +0200
use generic url
perl-Text-MetaText.spec | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/perl-Text-MetaText.spec b/perl-Text-MetaText.spec
index 2c5b29a..2ff31cb 100644
--- a/perl-Text-MetaText.spec
+++ b/perl-Text-MetaText.spec
@@ -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}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Text-MetaText.git/commitdiff/885cec5098526185f3947723210c81cb6705a780
More information about the pld-cvs-commit
mailing list