Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 884104 Details for
Bug 226324
Merge Review: psutils
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed packaging fixes
0001-Use-usr-bin-perl-instead-of-usr-bin-env-perl.patch (text/plain), 2.78 KB, created by
Ralf Corsepius
on 2014-04-08 14:45:10 UTC
(
hide
)
Description:
Proposed packaging fixes
Filename:
MIME Type:
Creator:
Ralf Corsepius
Created:
2014-04-08 14:45:10 UTC
Size:
2.78 KB
patch
obsolete
>From e969d3b3d5488a7585649059a361906e93594fee Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corsepiu@fedoraproject.org> >Date: Wed, 2 Apr 2014 09:43:54 +0200 >Subject: [PATCH] Use /usr/bin/perl instead of /usr/bin/env perl. > >- Add BR: perl(*). >- Use wildcards instead of hardcoded *.gz for man-pages. >--- > psutils.spec | 36 ++++++++++++++++++++++++------------ > 1 file changed, 24 insertions(+), 12 deletions(-) > >diff --git a/psutils.spec b/psutils.spec >index 2c76635..53c4139 100644 >--- a/psutils.spec >+++ b/psutils.spec >@@ -1,7 +1,7 @@ > Summary: PostScript Utilities > Name: psutils > Version: 1.23 >-Release: 2%{?dist} >+Release: 3%{?dist} > License: psutils > > # We can't follow https://fedoraproject.org/wiki/Packaging:SourceURL#Github >@@ -15,6 +15,11 @@ URL: https://github.com/rrthomas/psutils > # https://github.com/rrthomas/psutils/commit/cca570c806bf4bde07f400b2bab9266e02998145 > Patch0: psutils-paperconf.patch > >+BuildRequires: perl(File::Basename) >+BuildRequires: perl(Getopt::Long) >+BuildRequires: perl(strict) >+BuildRequires: perl(warnings) >+ > Requires: /usr/bin/paperconf > > # copylib - https://fedorahosted.org/fpc/ticket/174 >@@ -28,7 +33,6 @@ signatures for booklet printing, and page merging for n-up printing. > %package perl > Summary: psutils scripts requiring perl > BuildArch: noarch >-Requires: perl > > %description perl > Various scripts from the psutils distribution that require perl. >@@ -37,6 +41,9 @@ Various scripts from the psutils distribution that require perl. > %setup -q > > %patch0 -p1 -b .paperconf >+# Use /usr/bin/perl instead of /usr/bin/env perl >+sed -i -e 's,/usr/bin/env perl,%{__perl},' \ >+ extractres psjoin > > %build > %configure >@@ -54,24 +61,29 @@ Various scripts from the psutils distribution that require perl. > %{_bindir}/psresize > %{_bindir}/psselect > %{_bindir}/pstops >-%{_mandir}/man1/epsffit.1.gz >-%{_mandir}/man1/psbook.1.gz >-%{_mandir}/man1/psjoin.1.gz >-%{_mandir}/man1/psnup.1.gz >-%{_mandir}/man1/psresize.1.gz >-%{_mandir}/man1/psselect.1.gz >-%{_mandir}/man1/pstops.1.gz >-%{_mandir}/man1/psutils.1.gz >+%{_mandir}/man1/epsffit.1* >+%{_mandir}/man1/psbook.1* >+%{_mandir}/man1/psjoin.1* >+%{_mandir}/man1/psnup.1* >+%{_mandir}/man1/psresize.1* >+%{_mandir}/man1/psselect.1* >+%{_mandir}/man1/pstops.1* >+%{_mandir}/man1/psutils.1* > > %files perl > %doc LICENSE > %{_bindir}/extractres > %{_bindir}/includeres >-%{_mandir}/man1/extractres.1.gz >-%{_mandir}/man1/includeres.1.gz >+%{_mandir}/man1/extractres.1* >+%{_mandir}/man1/includeres.1* > > > %changelog >+* Wed Apr 02 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.23-3 >+- Use /usr/bin/perl instead of /usr/bin/env perl. >+- Add BR: perl(*). >+- Use wildcards instead of hardcoded *.gz for man-pages. >+ > * Tue Mar 04 2014 Jiri Popelka <jpopelka@redhat.com> - 1.23-2 > - use paperconf instead of paper binary (#1072371) > >-- >1.9.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226324
:
291696
|
386836
|
386837
| 884104