rpms/perl-GD-Barcode/FC-6 perl-GD-Barcode.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Jun 4 20:13:05 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-GD-Barcode/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv789

Modified Files:
	sources 
Added Files:
	perl-GD-Barcode.spec 
Log Message:
pseudo-branch of perl-GD-Barcode to FC-6


--- NEW FILE perl-GD-Barcode.spec ---
Name:           perl-GD-Barcode
Version:        1.15
Release:        2%{?dist}
Summary:        Create barcode image with GD
# see Barcode.pm
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/GD-Barcode/
Source0:        http://www.cpan.org/authors/id/K/KW/KWITKNR/GD-Barcode-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

# core
BuildRequires:  perl(ExtUtils::MakeMaker) 
# cpan
BuildRequires:  perl(GD)

# definitely not picked up automagically.
Requires:       perl(GD)

%description
GD::Barcode is a subclass of GD and allows you to create barcode images 
with GD. 

%prep
%setup -q -n GD-Barcode-%{version}

find sample/ -type f -exec sed -i 's/\r//' {} +

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README sample/ test.pl
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Jun 04 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.15-2
- bump

* Mon May 28 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.15-1
- Specfile autogenerated by cpanspec 1.71.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-GD-Barcode/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Jun 2007 19:05:55 -0000	1.1
+++ sources	4 Jun 2007 20:12:05 -0000	1.2
@@ -0,0 +1 @@
+53788170efb00b671ffb6ced5b5b897b  GD-Barcode-1.15.tar.gz




More information about the fedora-extras-commits mailing list