rpms/perl-PostScript/FC-6 perl-PostScript-0.06-example.patch, NONE, 1.1 perl-PostScript.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Mon Apr 2 22:49:06 UTC 2007


Author: alexlan

Update of /cvs/extras/rpms/perl-PostScript/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1585/FC-6

Modified Files:
	.cvsignore sources 
Added Files:
	perl-PostScript-0.06-example.patch perl-PostScript.spec 
Log Message:
auto-import perl-PostScript-0.06-1 on branch FC-6 from perl-PostScript-0.06-1.src.rpm

perl-PostScript-0.06-example.patch:

--- NEW FILE perl-PostScript-0.06-example.patch ---
--- example.pl.orig	2007-03-29 05:47:07.000000000 -0700
+++ example.pl	2007-03-29 05:49:28.000000000 -0700
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 use strict;
 use PostScript::TextBlock;


--- NEW FILE perl-PostScript.spec ---
Name:           perl-PostScript
Version:        0.06
Release:        1%{?dist}
Summary:        PostScript Perl module
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/PostScript/
Source0:        http://www.cpan.org/modules/by-module/PostScript/PostScript-%{version}.tar.gz
Patch0:         perl-PostScript-0.06-example.patch
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
Perl package that generates PostScript files.

%prep
%setup -q -n PostScript-%{version}
%patch0 -p0

%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 \;

rm -f $RPM_BUILD_ROOT/%{perl_vendorlib}/PostScript/example.pl

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc example.pl example.txt psoutput.ps README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Mar 23 2007 Alex Lancaster <alexl at users.sourceforge.net> 0.06-1
- Do not install example.pl
- Patch to fix interpreter
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-PostScript/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Apr 2007 12:52:29 -0000	1.1
+++ .cvsignore	2 Apr 2007 22:48:33 -0000	1.2
@@ -0,0 +1 @@
+PostScript-0.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-PostScript/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Apr 2007 12:52:29 -0000	1.1
+++ sources	2 Apr 2007 22:48:33 -0000	1.2
@@ -0,0 +1 @@
+2a91cc23f2d8958e063f7ff09163faa0  PostScript-0.06.tar.gz




More information about the fedora-extras-commits mailing list