]> git.pld-linux.org Git - packages/perl-File-CounterFile.git/commitdiff
- added tests on bcond RA-1_0 STABLE perl-File-CounterFile-1_00-1
authorankry <ankry@pld-linux.org>
Thu, 26 Sep 2002 16:22:51 +0000 (16:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- translations, cleaning
- version 1.00, release 1

Changed files:
    perl-File-CounterFile.spec -> 1.19

perl-File-CounterFile.spec

index 825d7304398186d96036ee7f7c2a4cf09753dc22..cde9f61df54fe86609defd155c8edf1ed70ac750 100644 (file)
@@ -1,11 +1,30 @@
+#
+# Conditional build:
+# _without_tests - do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    File
 %define        pnam    CounterFile
-Summary:       File::CounterFile perl module
-Summary(pl):   Modu³ perla File::CounterFile
+Summary:       File::CounterFile Perl module
+Summary(cs):   Modul File::CounterFile pro Perl
+Summary(da):   Perlmodul File::CounterFile
+Summary(de):   File::CounterFile Perl Modul
+Summary(es):   Módulo de Perl File::CounterFile
+Summary(fr):   Module Perl File::CounterFile
+Summary(it):   Modulo di Perl File::CounterFile
+Summary(ja):   File::CounterFile Perl ¥â¥¸¥å¡¼¥ë
+Summary(ko):   File::CounterFile ÆÞ ¸ðÁÙ
+Summary(no):   Perlmodul File::CounterFile
+Summary(pl):   Modu³ Perla File::CounterFile
+Summary(pt):   Módulo de Perl File::CounterFile
+Summary(pt_BR):        Módulo Perl File::CounterFile
+Summary(ru):   íÏÄÕÌØ ÄÌÑ Perl File::CounterFile
+Summary(sv):   File::CounterFile Perlmodul
+Summary(uk):   íÏÄÕÌØ ÄÌÑ Perl File::CounterFile
+Summary(zh_CN):        File::CounterFile Perl Ä£¿é
 Name:          perl-File-CounterFile
-Version:       0.12
-Release:       8
+Version:       1.00
+Release:       1
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -26,19 +45,18 @@ Modu
 %build
 perl Makefile.PL
 %{__make}
+%{!?_without_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf Changes README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc Changes README
 %{perl_sitelib}/File/CounterFile.pm
 %{_mandir}/man3/*
This page took 0.070234 seconds and 4 git commands to generate.