]> git.pld-linux.org Git - packages/perl-Barcode-Code128.git/blame - perl-Barcode-Code128.spec
- fixed Source0 URL
[packages/perl-Barcode-Code128.git] / perl-Barcode-Code128.spec
CommitLineData
0041f13f 1#
f1a4375e
MP
2# Conditional build:
3%bcond_without tests # do perform "make test"
0041f13f 4#
f1a4375e 5%include /usr/lib/rpm/macros.perl
af87ab8d 6%define pdir Barcode
7%define pnam Code128
f1a4375e 8Summary: Barcode::Code128 - Perl module for generating CODE 128 bar codes
2f14bce8 9Summary(pl.UTF-8): Barcode::Code128 - moduł Perla do generowania kodów paskowych CODE 128
f1a4375e 10Name: perl-Barcode-Code128
70600944 11Version: 2.01
12Release: 1
0041f13f 13License: Public Domain
f1a4375e 14Group: Development/Languages/Perl
cf1b5428 15Source0: http://www.cpan.org/modules/by-module/Barcode/%{pdir}-%{pnam}-%{version}.tar.gz
70600944 16# Source0-md5: a0aa077b26926c30659471d14515d907
17URL: http://search.cpan.org/dist/Barcode-Code128/
0041f13f 18BuildRequires: perl-devel >= 1:5.8.0
f1a4375e 19BuildRequires: rpm-perlprov >= 4.1-13
0041f13f 20BuildArch: noarch
f1a4375e
MP
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
0041f13f
JB
24Barcode::Code128 generates bar codes using the CODE 128 symbology. It
25can generate images in PNG or GIF format using the GD package, or it
26can generate a text string representing the barcode that you can
27render using some other technology if desired.
28
454c176c
JR
29%description -l pl.UTF-8
30Barcode::Code128 generuje kody paskowe przy użyciu symboli CODE 128.
31Może generować obrazki w formacie PNG lub GIF przy użyciu pakietu GD
32albo tekst reprezentujący kod paskowy, który można zrenderować w inny
33sposób.
f1a4375e
MP
34
35%prep
36%setup -q -n %{pdir}-%{pnam}-%{version}
69a9f71d 37# module generates correct image, but a bit different to
38# the one included in the distribution and compared with
39mv t/png.t{,.broken}
f1a4375e
MP
40
41%build
42%{__perl} Makefile.PL \
43 INSTALLDIRS=vendor
44
45%{__make}
46
0041f13f 47%{?with_tests:%{__make} test}
f1a4375e
MP
48
49%install
50rm -rf $RPM_BUILD_ROOT
0041f13f
JB
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
f1a4375e
MP
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
0041f13f 60%doc Changes README
f1a4375e
MP
61%{perl_vendorlib}/Barcode/Code128.pm
62%{_mandir}/man3/*
This page took 0.070753 seconds and 4 git commands to generate.