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 148989 Details for
Bug 226196
Merge Review: perl-Newt (was: newt-perl)
[?]
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]
Suggested specfile patch fixing several issues.
spec.patch (text/plain), 1.81 KB, created by
Jason Tibbitts
on 2007-03-01 04:27:41 UTC
(
hide
)
Description:
Suggested specfile patch fixing several issues.
Filename:
MIME Type:
Creator:
Jason Tibbitts
Created:
2007-03-01 04:27:41 UTC
Size:
1.81 KB
patch
obsolete
>Index: newt-perl.spec >=================================================================== >RCS file: /cvs/dist/rpms/newt-perl/devel/newt-perl.spec,v >retrieving revision 1.15 >diff -u -r1.15 newt-perl.spec >--- newt-perl.spec 27 Feb 2007 18:11:04 -0000 1.15 >+++ newt-perl.spec 1 Mar 2007 04:25:15 -0000 >@@ -1,4 +1,3 @@ >- > Summary: Perl bindings for the Newt library > Name: newt-perl > Version: 1.08 >@@ -12,9 +11,9 @@ > Patch2: newt-perl-1.08-fix.patch > Patch3: newt-perl-1.08-xs.patch > Patch4: newt-perl-1.08-lang.patch >-BuildRequires: newt-devel, perl, newt-devel >+BuildRequires: newt-devel, perl > Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)") >-License: Artistic >+License: GPL or Artistic > > %description > This package provides Perl bindings for the Newt widget >@@ -30,22 +29,20 @@ > rm -rf newtlib > > %build >-perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor >+perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" > make > > %install > rm -rf $RPM_BUILD_ROOT > make install DESTDIR=$RPM_BUILD_ROOT > >-[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress >- > find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \; >- >-# fix Newt.so perms >-find $RPM_BUILD_ROOT/usr -name Newt.so | xargs chmod 755 >+find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' >+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' >+chmod -R u+w $RPM_BUILD_ROOT/* > > %clean >-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT >+rm -rf $RPM_BUILD_ROOT > > %files > %defattr (-,root,root) >@@ -55,7 +52,7 @@ > %{_mandir}/man3/Newt* > > %changelog >-* Tue Feb 27 2007 Joe Orton <jorton@redhat.com> 1.08-12 >+* Tue Feb 27 2007 Joe Orton <jorton@redhat.com> 1.08-13 > - clean up URL, Source, BuildRoot, BuildRequires > > * Thu Dec 14 2006 Joe Orton <jorton@redhat.com> 1.08-12
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 226196
: 148989