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

index 33eda275b81cb90e037dfd534f42200a4a6bef85..3b416ed185d7a7b881bb77c8e6d05d1d9373674b 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    EP3
+%include       /usr/lib/rpm/macros.perl
 Summary:       Text::EP3 - the extensible Perl preprocessor
 Summary(pl.UTF-8):     Text::EP3 - rozszerzalny preprocesor dla Perla
 Name:          perl-Text-EP3
@@ -14,6 +14,7 @@ License:      unknown
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 2081ba6bf87e59bdfc937b8a17d0f3d9
+URL:           http://search.cpan.org/dist/Text-EP3/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
@@ -21,13 +22,13 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Text::EP3 is a Perl program that preprocesses STDIN or some set of
-input files and produces an output file.  EP3 only works on input
-files and produces output files.  The main difference between EP3 and
-other preprocessors is its built-in extensibility.  Every directive in
-EP3 is really a method defined in EP3, one of its submodules, or
-embedded in the file that is being processed.  By linking the
-directive name to the associated methods, other methods could be
-added, thus extending the preprocessor.
+input files and produces an output file. EP3 only works on input files
+and produces output files. The main difference between EP3 and other
+preprocessors is its built-in extensibility. Every directive in EP3 is
+really a method defined in EP3, one of its submodules, or embedded in
+the file that is being processed. By linking the directive name to the
+associated methods, other methods could be added, thus extending the
+preprocessor.
 
 %description -l pl.UTF-8
 Text::EP3 jest programem w Perlu, który przetwarza STDIN lub pewien
This page took 0.092188 seconds and 4 git commands to generate.