rpms/perl-Text-PDF/F-10 import.log, NONE, 1.1 perl-Text-PDF.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Wed Jun 10 04:56:06 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Text-PDF/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14752/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Text-PDF.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-Text-PDF-0_29a-1_fc10:F-10:perl-Text-PDF-0.29a-1.fc10.src.rpm:1244609734


--- NEW FILE perl-Text-PDF.spec ---
Name:       perl-Text-PDF 
Version:    0.29a 
Release:    1%{?dist}
# lib/Text/PDF.pm -> GPL+ or Artistic
License:    GPL+ or Artistic
Group:      Development/Libraries
Summary:    Module for manipulating PDF files 
Source:     http://search.cpan.org/CPAN/authors/id/M/MH/MHOSKEN/Text-PDF-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/Text-PDF
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(Compress::Zlib)
BuildRequires: perl(ExtUtils::MakeMaker)
Requires:      pdf-tools = %{version}-%{release}

%description
This module allows interaction with existing PDF files directly. It
includes various tools:

    pdfbklt   - make booklets out of existing PDF files 
    pdfrevert - remove edits from a PDF file 
    pdfstamp  - stamp text on each page of a PDF file

%package -n pdf-tools
License:    GPL+ or Artistic
Group:      Development/Libraries
Summary:    Manipulate PDF files
Requires:   %{name} = %{version}-%{release}

%description -n pdf-tools
This package allows existing PDF files to be modified; and includes various
tools:

    pdfbklt   - make booklets out of existing PDF files 
    pdfrevert - remove edits from a PDF file 
    pdfstamp  - stamp text on each page of a PDF file
    
%prep
# FIXME ugh.  This is the way upstream has it, tho
%setup -q -n Text-PDF-0.29

find . -type f -exec chmod -c -x     {} ';'
find . -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 readme.txt examples/
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%files -n pdf-tools
%defattr(-,root,root,-)
%doc readme.txt
%{_bindir}/*

%changelog
* Mon Jun 08 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.29a-1
- submission
- add pdf-tools subpackage

* Mon Jun 08 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.29a-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-PDF/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	10 Jun 2009 04:44:48 -0000	1.1
+++ .cvsignore	10 Jun 2009 04:55:36 -0000	1.2
@@ -0,0 +1 @@
+Text-PDF-0.29a.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-PDF/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	10 Jun 2009 04:44:48 -0000	1.1
+++ sources	10 Jun 2009 04:55:36 -0000	1.2
@@ -0,0 +1 @@
+2fdf4c3170e53a083715888237914a9b  Text-PDF-0.29a.tar.gz




More information about the fedora-extras-commits mailing list