]> git.pld-linux.org Git - packages/perl-Test-Inline.git/commitdiff
- better pl description
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 20 Jan 2003 19:37:31 +0000 (19:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Test-Inline.spec -> 1.2

perl-Test-Inline.spec

index 80b7489c37c6cead896952b02bfd194d59b23ed0..507a09ec8d8f6e0fe03c85e9900cafdf1c3f861b 100644 (file)
@@ -1,9 +1,12 @@
 #
+# Conditional build:
+# _without_tests - do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Test
 %define                pnam    Inline
 Summary:       Test::inline Perl module - Embedded tests
-Summary(pl):   Modu³ Perla Test::Inline - funkcje testuj±ce 
+Summary(pl):   Modu³ Perla Test::Inline - wbudowane testy
 Name:          perl-Test-Inline
 Version:       0.15
 Release:       1
@@ -16,10 +19,11 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Test::Inline Perl module provides utility functions to embedded tests
+Test::Inline Perl module provides utility functions to embedded tests.
 
 %description -l pl
-Modu³ Perla Test::Data udostêpnia funkcje us³ugowe sprawdzaj±ce
+Modu³ Perla Test::Data udostêpnia funkcje pomocnicze do wbudowanych
+testów.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -27,6 +31,7 @@ Modu
 %build
 perl Makefile.PL
 %{__make}
+
 %{!?_without_tests:%{__make} test}
 
 %install
This page took 0.087991 seconds and 4 git commands to generate.