]> git.pld-linux.org Git - packages/perl-GD-Barcode.git/blame - perl-GD-Barcode.spec
use generic url
[packages/perl-GD-Barcode.git] / perl-GD-Barcode.spec
CommitLineData
36762072 1%define pdir GD
2%define pnam Barcode
e78bf8ac 3%include /usr/lib/rpm/macros.perl
3ab3db98 4Summary: GD::Barcode Perl module - create barcode image with GD
85a58723 5Summary(pl.UTF-8): Moduł Perla GD::Barcode - do tworzenia obrazów z kodem paskowym
3ab3db98 6Name: perl-GD-Barcode
f1396b78 7Version: 1.15
d9488a3b 8Release: 3
61d611fd 9License: GPL or Artistic
3ab3db98 10Group: Development/Languages/Perl
a1598e37 11Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
f1396b78 12# Source0-md5: 53788170efb00b671ffb6ced5b5b897b
e78bf8ac 13URL: http://search.cpan.org/dist/GD-Barcode/
3ab3db98 14BuildRequires: perl-GD
e78bf8ac 15BuildRequires: perl-devel >= 1:5.8.0
935e0d22 16BuildRequires: rpm-perlprov >= 4.1-13
3ab3db98
JB
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21GD::Barcode is a subclass of GD and allows you to create barcode image
22with GD.
23
5ebc0887 24%description -l pl.UTF-8
e78bf8ac
ER
25GD::Barcode jest podklasą klasy GD, pozwalającą na tworzenie obrazów z
26kodem paskowym przy użyciu GD.
3ab3db98
JB
27
28%prep
29%setup -q -n %{pdir}-%{pnam}-%{version}
30
31%build
935e0d22 32%{__perl} Makefile.PL \
af64eedc 33 INSTALLDIRS=vendor
3ab3db98
JB
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%doc Changes README
935e0d22 48%{perl_vendorlib}/GD/Barcode.pm
49%{perl_vendorlib}/GD/Barcode
3ab3db98 50%{_mandir}/man3/*
This page took 0.068588 seconds and 4 git commands to generate.