SPECS: perl-PPI.spec - up to 1.002 - do not ask for decision when ...
migo
migo at pld-linux.org
Sun Jul 17 20:57:33 CEST 2005
Author: migo Date: Sun Jul 17 18:57:33 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 1.002
- do not ask for decision when there are dependencies missing
---- Files affected:
SPECS:
perl-PPI.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/perl-PPI.spec
diff -u SPECS/perl-PPI.spec:1.7 SPECS/perl-PPI.spec:1.8
--- SPECS/perl-PPI.spec:1.7 Fri Jun 10 22:38:59 2005
+++ SPECS/perl-PPI.spec Sun Jul 17 20:57:28 2005
@@ -8,13 +8,13 @@
Summary: PPI - parse and manipulate Perl code non-destructively, without using perl itself
Summary(pl): PPI - parsowanie i manipulacja kodem Perla w sposób niedestruktywny, bez użycia Perla jako takiego
Name: perl-%{pdir}
-Version: 0.991
+Version: 1.002
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-authors/id/A/AD/ADAMK/%{pdir}-%{version}.tar.gz
-# Source0-md5: 750b2bde8aef41abb591b0fb0925b24c
+# Source0-md5: d4826dea07369d8aa0f12740bf05e13f
URL: http://search.cpan.org/dist/PPI/
%if %{with tests}
BuildRequires: perl-Class-Autouse >= 1.04
@@ -63,7 +63,8 @@
%build
%{__perl} Makefile.PL \
- INSTALLDIRS=vendor
+ INSTALLDIRS=vendor \
+ --skipdeps
%{__make}
@@ -91,6 +92,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2005/07/17 18:57:28 migo
+- up to 1.002
+- do not ask for decision when there are dependencies missing
+
Revision 1.7 2005/06/10 20:38:59 migo
- up to 0.991
- added missing BRs, tests pass
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-PPI.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list