summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl-XML-RegExp.spec15
1 files changed, 11 insertions, 4 deletions
diff --git a/perl-XML-RegExp.spec b/perl-XML-RegExp.spec
index 67a09ff..fc7eb43 100644
--- a/perl-XML-RegExp.spec
+++ b/perl-XML-RegExp.spec
@@ -1,15 +1,17 @@
-
+#
# Conditional build:
%bcond_without tests # do not perform "make test"
-
+#
%include /usr/lib/rpm/macros.perl
%define pdir XML
%define pnam RegExp
-Summary: Regular expressions for XML tokens
+Summary: XML::RegExp - regular expressions for XML tokens
+Summary(pl): XML::RegExp - wyrażenia regularne dla tokenów XML
Name: perl-XML-RegExp
Version: 0.03
Release: 1
-License: Same as Perl itself
+# same as perl
+License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: 5826b24e0d05714e25c2bb04e1f1c09b
@@ -23,6 +25,11 @@ This package contains regular expressions for the following XML
tokens: BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar,
NameChar, EntityRef, CharRef, Reference, Name, NmToken, and AttValue.
+%description -l pl
+Ten pakiet zawiera wyrażenia regularne dla następujących tokenów XML:
+BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar,
+NameChar, EntityRef, CharRef, Reference, Name, NmToken oraz AttValue.
+
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}