]> git.pld-linux.org Git - packages/perl-ExtUtils-Depends.git/blobdiff - perl-ExtUtils-Depends.spec
- updated to 0.8000
[packages/perl-ExtUtils-Depends.git] / perl-ExtUtils-Depends.spec
index 84b104b84454464def588eaf8af4a9904ae74988..b81f7da74f1353b41e38aec4b8dce1801219fc3c 100644 (file)
@@ -1,21 +1,26 @@
 #
 # Conditional build:
-%bcond_without tests   # do not perform "make test"
+%bcond_without tests   # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
-%define        pdir    ExtUtils
-%define        pnam    Depends
-Summary:       ExtUtils::Depends - easily build XS extensions
-Summary(pl):   ExtUtils::Depends - ³atwe budowanie rozszerzeñ XS
-Name:          perl-%{pdir}-%{pnam}
-Version:       0.202
+%define                pdir    ExtUtils
+%define                pnam    Depends
+Summary:       ExtUtils::Depends - easily build XS extensions that depend on XS extensions
+Summary(pl.UTF-8):     ExtUtils::Depends - łatwe budowanie rozszerzeń XS zależących od innych rozszerzeń XS
+Name:          perl-ExtUtils-Depends
+Version:       0.8000
 Release:       1
-License:       GPL
+# same as perl
+License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://dl.sourceforge.net/gtk2-perl/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 28e432f68ccdeff2a8e69a745b84584f
-URL:           http://gtk2-perl.sf.net/
-BuildRequires: perl-devel >= 5.8.0
+Source0:       http://www.cpan.org/modules/by-module/ExtUtils/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: ac2d17114f1b50624a8f37381c90485e
+URL:           https://metacpan.org/release/ExtUtils-Depends
+BuildRequires: perl-devel >= 1:5.8.0
+%if %{with tests}
+BuildRequires: perl-Test-Number-Delta >= 1.0
+BuildRequires: perl-Test-Simple
+%endif
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -23,9 +28,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 This module tries to make it easy to build Perl extensions that use
 functions and typemaps provided by other Perl extensions.
 
-%description -l pl
-Ten modu³ próbuje u³atwiæ budowanie perlowych rozszerzeñ u¿ywaj±cych
-funkcji i map typów udostêpnianych przez inne rozszerzenia Perla.
+%description -l pl.UTF-8
+Ten moduł próbuje ułatwić budowanie perlowych rozszerzeń używających
+funkcji i map typów udostępnianych przez inne rozszerzenia Perla.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -35,6 +40,7 @@ funkcji i map typ
        INSTALLDIRS=vendor
 
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
@@ -50,6 +56,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Changes README
+%doc Changes
 %{perl_vendorlib}/ExtUtils/Depends.pm
-%{_mandir}/man3/*
+%{_mandir}/man3/ExtUtils::Depends.3pm*
This page took 0.237464 seconds and 4 git commands to generate.