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 683532 Details for
Bug 901998
perl-UNIVERSAL-can is outdated
[?]
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]
Update perl-UNIVERSAL-can's spec file
perl-UNIVERSAL-can.diff (text/plain), 2.30 KB, created by
Emmanuel Seyman
on 2013-01-20 11:36:50 UTC
(
hide
)
Description:
Update perl-UNIVERSAL-can's spec file
Filename:
MIME Type:
Creator:
Emmanuel Seyman
Created:
2013-01-20 11:36:50 UTC
Size:
2.30 KB
patch
obsolete
>diff --git a/perl-UNIVERSAL-can.spec b/perl-UNIVERSAL-can.spec >index 98a5371..4242078 100644 >--- a/perl-UNIVERSAL-can.spec >+++ b/perl-UNIVERSAL-can.spec >@@ -1,21 +1,21 @@ > Name: perl-UNIVERSAL-can >-Version: 1.15 >-Release: 9%{?dist} >+Version: 1.20120726 >+Release: 1%{?dist} > Summary: Hack around people calling UNIVERSAL::can() as a function > >-Group: Development/Libraries > License: GPL+ or Artistic > URL: http://search.cpan.org/dist/UNIVERSAL-can/ > Source0: http://www.cpan.org/authors/id/C/CH/CHROMATIC/UNIVERSAL-can-%{version}.tar.gz >-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > BuildArch: noarch >-BuildRequires: perl(Module::Build) >+BuildRequires: perl(ExtUtils::MakeMaker) > BuildRequires: perl(Test::Simple) >= 0.60 > BuildRequires: perl(Test::Pod) >= 1.14 > BuildRequires: perl(Test::Pod::Coverage) >= 1.04 > Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) > >+%{?perl_default_filter} >+ > %description > The UNIVERSAL class provides a few default methods so that all objects > can use them. Object orientation allows programmers to override these >@@ -32,32 +32,36 @@ their bad code can break your good code. > > > %build >-%{__perl} Build.PL installdirs=vendor >-./Build >+%{__perl} Makefile.PL INSTALLDIRS=vendor >+make %{?_smp_mflags} > > > %install >-rm -rf $RPM_BUILD_ROOT >-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 >-chmod -R u+w $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 \; > >-%check >-PERL_RUN_ALL_TESTS=1 ./Build test >+%{_fixperms} $RPM_BUILD_ROOT/* > > >-%clean >-rm -rf $RPM_BUILD_ROOT >+%check >+PERL_RUN_ALL_TESTS=1 make test > > > %files >-%defattr(-,root,root,-) > %doc Changes README > %{perl_vendorlib}/UNIVERSAL/ > %{_mandir}/man3/*.3* > > > %changelog >+* Sun Jan 20 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 1.20120726-1 >+- Update to 1.20120726 >+- Move to the ExtUtils::MakeMaker way of building >+- Add perl default filter >+- Remove no-longer-used macros >+ > * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-9 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >
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 901998
: 683532