]> git.pld-linux.org Git - packages/perl-PAR-Dist.git/blobdiff - perl-PAR-Dist.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-PAR-Dist.git] / perl-PAR-Dist.spec
index f88ec4a99fa029ad06bbf4372cde9d7cc74ab190..6453e80a035d332a23519faeabe74ea2a9230c7c 100644 (file)
@@ -1,30 +1,40 @@
 #
 # Conditional build:
-# _without_tests - do not perform "make test"
+%bcond_without test # do not perform "make test"
 #
-%include       /usr/lib/rpm/macros.perl
-%define        pdir    PAR
-%define        pnam    Dist
-Summary:       Create and manipulate PAR distributions
-Name:          perl-%{pdir}-%{pnam}
-Version:       0.05
+%define                pdir    PAR
+%define                pnam    Dist
+Summary:       PAR::Dist - create and manipulate PAR distributions
+Summary(pl.UTF-8):     PAR::Dist - tworzenie i manipulacja dystrybucjami PAR
+Name:          perl-PAR-Dist
+Version:       0.49
 Release:       1
-License:       Same as Perl itself
+# same as perl
+License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-URL:           http://par.perl.org
-BuildRequires: perl-devel >= 5.8.0
+Source0:       http://www.cpan.org/modules/by-module/PAR/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: bd852113974544f3c8c107ab4055cf8c
+URL:           http://par.perl.org/
+BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This module creates and manipulates PAR distributions.  They are archi-
-tecture-specific PAR files, containing everything under blib/ of CPAN
-distributions after their "make" or "Build" stage, a META.yml describ-
-ing metadata of the original CPAN distribution, and a MANIFEST detail-
-ing all files within it.  Digitally signed PAR distributions will also
-contain a SIGNATURE file.
+This module creates and manipulates PAR distributions.  They are
+architecture-specific PAR files, containing everything under blib/ of
+CPAN distributions after their "make" or "Build" stage, a META.yml
+describing metadata of the original CPAN distribution, and a MANIFEST
+detailing all files within it.  Digitally signed PAR distributions
+will also contain a SIGNATURE file.
+
+%description -l pl.UTF-8
+Ten moduł tworzy i manipuluje dystrybucjami PAR. Są one zależnymi od
+architektury plikami PAR. Zawierają wszystko to, co znajduje się
+w katalogu blib/ dystrybucji CPAN po wykonaniu etapu "make" lub
+"Build", plik META.yml opisujący metadane pierwotnej dystrybucji CPAN
+oraz plik MANIFEST zawierający listę plików. Podpisane cyfrowo
+dystrybucje PAR zawierają dodatkowo plik SIGNATURE.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -33,7 +43,8 @@ contain a SIGNATURE file.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make}
-%{!?_without_tests:%{__make} test}
+
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -47,6 +58,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%dir %{perl_vendorlib}/PAR
-%{perl_vendorlib}/PAR/*.pm
-%{_mandir}/man3/*
+%{perl_vendorlib}/PAR/Dist.pm
+%{_mandir}/man3/PAR::Dist.3pm*
This page took 0.060027 seconds and 4 git commands to generate.