rpms/perl-PDF-Create/F-11 LICENSE, NONE, 1.1 perl-PDF-Create.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lucian Langa lucilanga at fedoraproject.org
Thu Dec 17 19:39:04 UTC 2009


Author: lucilanga

Update of /cvs/pkgs/rpms/perl-PDF-Create/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8817

Modified Files:
	.cvsignore sources 
Added Files:
	LICENSE perl-PDF-Create.spec 
Log Message:
initial import


--- NEW FILE LICENSE ---
The main package does not specify a license.
However author states this:

"I had a look and have decided to use the perl license. The next
release will have
this set in the META.yml file."

Markus Baertschi


--- NEW FILE perl-PDF-Create.spec ---
Name:           perl-PDF-Create
Version:        1.04
Release:        2%{?dist}
Summary:        Create PDF files
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/PDF-Create/
Source0:        http://www.cpan.org/authors/id/M/MA/MARKUSB/PDF-Create-%{version}.tar.gz
Source1:        LICENSE
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module allows you to create PDF documents using a large number of
primitives, and emit the result as a PDF file or stream. PDF stands for
Portable Document Format.

Documents can have several pages, a table of content, an information section
and many other PDF elements. More functionalities will be added as needs arise.

Documents are constructed on the fly so the memory footprint is not tied to the
size of the pages but only to their number.

%prep
%setup -q -n PDF-Create-%{version}


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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
chmod -x pdf-logo.gif pdf-logo.jpg
cp -p %{SOURCE1} %{_builddir}/PDF-Create-%{version}/

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc CHANGES LICENSE pdf-logo.gif pdf-logo.jpg README TODO
%{perl_vendorlib}/PDF
%{_mandir}/man3/*.3*

%changelog
* Thu Dec 17 2009 Lucian Langa <cooly at gnome.eu.org> - 1.04-2
- add license clarification

* Fri Nov 27 2009 Lucian Langa <cooly at gnome.eu.org> - 1.04-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-PDF-Create/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	9 Dec 2009 17:46:38 -0000	1.1
+++ .cvsignore	17 Dec 2009 19:39:04 -0000	1.2
@@ -0,0 +1 @@
+PDF-Create-1.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-PDF-Create/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	9 Dec 2009 17:46:38 -0000	1.1
+++ sources	17 Dec 2009 19:39:04 -0000	1.2
@@ -0,0 +1 @@
+786a508cfb10a6e2cd6344fa70f99692  PDF-Create-1.04.tar.gz




More information about the fedora-extras-commits mailing list