]> git.pld-linux.org Git - packages/perl-Text-PDF.git/blobdiff - perl-Text-PDF.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Text-PDF.git] / perl-Text-PDF.spec
index 67f1b1734c5bd105e9ef3b6af3e32827d374f675..509e2fd3e8e1ad3844ffc012562a28b139048971 100644 (file)
@@ -1,22 +1,25 @@
 #
 # Conditional build:
-# _without_tests - do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+%bcond_without tests   # do not perform "make test"
+
 %define                pdir    Text
 %define                pnam    PDF
 Summary:       Text::PDF perl module
-Summary(pl):   Modu³ perla Text::PDF
+Summary(pl.UTF-8):     Moduł perla Text::PDF
+%define                base_version    0.29
 Name:          perl-Text-PDF
-Version:       0.23
-Release:       3
-License:       GPL
+Version:       %{base_version}a
+Release:       1
+# one module mentions License=Artistic
+License:       Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 2fdf4c3170e53a083715888237914a9b
 Patch0:                %{name}-fix.patch
-BuildRequires: perl-devel >= 5.6.1
+URL:           http://search.cpan.org/dist/Text-PDF/
 BuildRequires: perl-Compress-Zlib
 BuildRequires: perl-Font-TTF
+BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -24,23 +27,25 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Text::PDF - PDF manipulation module.
 
-%description -l pl
-Text::PDF umo¿liwia operowanie na plikach PDF.
+%description -l pl.UTF-8
+Text::PDF umożliwia operowanie na plikach PDF.
 
 %prep
-%setup -q -n %{pdir}-%{pnam}-%{version}
+%setup -q -n %{pdir}-%{pnam}-%{base_version}
 %patch0 -p1
 
 %build
 %{__perl} Makefile.PL \
-       INSTALLDIRS=vendor 
+       INSTALLDIRS=vendor
 %{__make}
-%{!?_without_tests:%{__make} test}
+
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -49,6 +54,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *txt lib/Text/PDF/changes
 %attr(755,root,root) %{_bindir}/*
+%{perl_vendorlib}/Text/PDF.pm
 %dir %{perl_vendorlib}/Text/PDF
 %{perl_vendorlib}/Text/PDF/*.pm
 %{_mandir}/man3/*
This page took 0.066344 seconds and 4 git commands to generate.