commit 5213b0e8991eb5958573a556f9077cfef45b8a7a
Author: Jakub Bogusz <[email protected]>
Date:   Thu Jun 2 20:37:10 2022 +0200

    - updated to 0.07

 perl-Devel-CheckCompiler.spec | 31 ++++++++++++++++++++-----------
 1 file changed, 20 insertions(+), 11 deletions(-)
---
diff --git a/perl-Devel-CheckCompiler.spec b/perl-Devel-CheckCompiler.spec
index 49aee7b..66935c5 100644
--- a/perl-Devel-CheckCompiler.spec
+++ b/perl-Devel-CheckCompiler.spec
@@ -1,24 +1,28 @@
 #
 # Conditional build:
-%bcond_without tests           # do not perform "make test"
+%bcond_without tests   # unit tests
 #
 %define                pdir    Devel
 %define                pnam    CheckCompiler
-Summary:       Devel::CheckCompiler - Check the compiler's availability
+Summary:       Devel::CheckCompiler - check the compiler's availability
+Summary(pl.UTF-8):     Devel::CheckCompiler - sprawdzanie dostępności 
kompilatora
 Name:          perl-Devel-CheckCompiler
-Version:       0.05
+Version:       0.07
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       
http://www.cpan.org/modules/by-module/Devel/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: c100463971b68f4125062447648eb82d
-URL:           http://search.cpan.org/dist/Devel-CheckCompiler/
-BuildRequires: perl-Module-Build
-BuildRequires: perl-devel >= 1:5.8.0
+# Source0-md5: fcd7ba5891f9f4a0fb61b79fcda89e75
+URL:           https://metacpan.org/dist/Devel-CheckCompiler
+BuildRequires: perl-Module-Build-Tiny >= 0.035
+BuildRequires: perl-devel >= 1:5.8.1
 BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.745
 %if %{with tests}
+BuildRequires: perl-ExtUtils-CBuilder
 BuildRequires: perl-Test-Requires
+BuildRequires: perl-Test-Simple >= 0.98
 %endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -26,13 +30,16 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Devel::CheckCompiler is checker for compiler's availability.
 
+%description -l pl.UTF-8
+Devel::CheckCompiler to moduł do sprawdzania dostępności kompilatora.
+
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
 %{__perl} Build.PL \
-       destdir=$RPM_BUILD_ROOT \
-       installdirs=vendor
+       --destdir=$RPM_BUILD_ROOT \
+       --installdirs=vendor
 ./Build
 
 %{?with_tests:./Build test}
@@ -48,5 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes
-%{perl_vendorlib}/Devel/*.pm
-%{_mandir}/man3/*
+%{perl_vendorlib}/Devel/AssertC99.pm
+%{perl_vendorlib}/Devel/CheckCompiler.pm
+%{_mandir}/man3/Devel::AssertC99.3pm*
+%{_mandir}/man3/Devel::CheckCompiler.3pm*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Devel-CheckCompiler.git/commitdiff/5213b0e8991eb5958573a556f9077cfef45b8a7a

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to