]> git.pld-linux.org Git - packages/perl-GD-Barcode.git/commitdiff
- new perl-GD-Barcode-1_13-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Jul 2002 23:11:03 +0000 (23:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-GD-Barcode.spec -> 1.1

perl-GD-Barcode.spec [new file with mode: 0644]

diff --git a/perl-GD-Barcode.spec b/perl-GD-Barcode.spec
new file mode 100644 (file)
index 0000000..bc8ef5c
--- /dev/null
@@ -0,0 +1,47 @@
+%include       /usr/lib/rpm/macros.perl
+%define                pdir    GD
+%define                pnam    Barcode
+Summary:       GD::Barcode Perl module - create barcode image with GD
+Summary(pl):   Modu³ Perla GD::Barcode - do tworzenia obrazów z kodem paskowym
+Name:          perl-GD-Barcode
+Version:       1.13
+Release:       1
+License:       GPL or Artistic
+Group:         Development/Languages/Perl
+Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+BuildRequires: perl >= 5.6
+BuildRequires: perl-GD
+BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GD::Barcode is a subclass of GD and allows you to create barcode image
+with GD.
+
+%description -l pl
+GD::Barcode jest podklas± klasy GD, pozwalaj±c± na tworzenie obrazów
+z kodem paskowym przy u¿yciu GD.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+perl Makefile.PL
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_sitelib}/GD/Barcode.pm
+%{perl_sitelib}/GD/Barcode
+%{_mandir}/man3/*
This page took 0.0325569999999999 seconds and 4 git commands to generate.