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 148262 Details for
Bug 226290
Merge Review: perl-XML-SAX
[?]
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]
Specfile patch
perl-XML-SAX.spec.patch (text/plain), 3.99 KB, created by
Jose Pedro Oliveira
on 2007-02-17 04:00:24 UTC
(
hide
)
Description:
Specfile patch
Filename:
MIME Type:
Creator:
Jose Pedro Oliveira
Created:
2007-02-17 04:00:24 UTC
Size:
3.99 KB
patch
obsolete
>--- perl-XML-SAX.spec.raw 2007-02-13 16:47:50.000000000 +0000 >+++ perl-XML-SAX.spec 2007-02-17 03:48:39.000000000 +0000 >@@ -1,58 +1,52 @@ >-%define _use_internal_dependency_generator 0 >-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)} >+Summary: XML-SAX Perl module >+Name: perl-XML-SAX >+Version: 0.15 >+Release: 2%{?dist} >+ >+Group: Development/Libraries >+License: GPL or Artistic >+URL: http://search.cpan.org/dist/XML-SAX/ >+Source0: http://www.cpan.org/authors/id/G/GR/GRANTM/XML-SAX-%{version}.tar.gz >+Source1: filter-requires-xmlsax.sh >+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >+ >+BuildArch: noarch >+BuildRequires: perl(XML::NamespaceSupport) >+BuildRequires: perl-XML-LibXML perl-XML-LibXML-Common >+Requires: perl(:MODULE_COMPAT_%(perl -MConfig -e 'print $Config{version}')) >+Requires: perl-XML-LibXML perl-XML-LibXML-Common > >-Summary: XML-SAX Perl module >-Name: perl-XML-SAX >-Version: 0.15 >-Release: 1 >-License: GPL or Artistic >-Group: Development/Libraries >-URL: http://search.cpan.org/dist/XML-SAX/ >-Source: ftp://cpan.org/pub/CPAN/authors/id/M/MS/MSERGEANT/XML-SAX-%{version}.tar.gz >-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root >-BuildRequires: perl >= 2:5.8.0 >-Requires: %(perl -MConfig -le 'if (defined $Config{useithreads}) { print "perl(:WITH_ITHREADS)" } else { print "perl(:WITHOUT_ITHREADS)" }') >-Requires: %(perl -MConfig -le 'if (defined $Config{usethreads}) { print "perl(:WITH_THREADS)" } else { print "perl(:WITHOUT_THREADS)" }') >-Requires: %(perl -MConfig -le 'if (defined $Config{uselargefiles}) { print "perl(:WITH_LARGEFILES)" } else { print "perl(:WITHOUT_LARGEFILES)" }') >-Requires: perl(:MODULE_COMPAT_%(perl -MConfig -e 'print $Config{version}')) >-Requires: perl-XML-LibXML perl-XML-LibXML-Common >-Source1: filter-requires-xmlsax.sh >-BuildArch: noarch >-BuildRequires: perl-XML-NamespaceSupport perl-XML-LibXML perl-XML-LibXML-Common >- >-# Provide perl-specific find-{provides,requires}. >-%define __find_provides /usr/lib/rpm/find-provides.perl >-# %%define __find_requires /usr/lib/rpm/find-requires.perl >-%define __find_requires %{SOURCE1} >+ >+%define __perl_requires %{SOURCE1} > > > %description > %{summary}. > >+ > %prep > %setup -q -n XML-SAX-%{version} > > %build >-echo N | CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS=vendor >-make OPTIMIZE="$RPM_OPT_FLAGS" >+echo N | %{__perl} Makefile.PL INSTALLDIRS=vendor >+make %{?_smp_mflags} > > %install > rm -rf $RPM_BUILD_ROOT >-make install \ >- PERL_INSTALL_ROOT=$RPM_BUILD_ROOT \ >- INSTALLARCHLIB=$RPM_BUILD_ROOT%{perl_archlib} >-find $RPM_BUILD_ROOT -type f -a \( -name perllocal.pod -o -name .packlist \ >- -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';' >-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' >+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 -R u+w $RPM_BUILD_ROOT/* >+ > touch $RPM_BUILD_ROOT%{perl_vendorlib}/XML/SAX/ParserDetails.ini > >-%check || : >+%check > make test > > %clean > rm -rf $RPM_BUILD_ROOT > >+ > %post > perl -MXML::SAX -e \ > 'XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()' 2>/dev/null >@@ -63,6 +57,7 @@ > 'XML::SAX->remove_parser(q(XML::SAX::PurePerl))->save_parsers()' > fi > >+ > %files > %defattr(-,root,root,-) > %doc Changes LICENSE README >@@ -72,11 +67,16 @@ > %{perl_vendorlib}/XML/SAX/*.pm > %{perl_vendorlib}/XML/SAX/*.pod > %{perl_vendorlib}/XML/SAX/PurePerl >-%{_mandir}/man3/XML::*.3* >+%{_mandir}/man3/XML::*.3pm* > %ghost %{perl_vendorlib}/XML/SAX/ParserDetails.ini > %exclude %{perl_vendorlib}/XML/SAX/placeholder.pl > >+ > %changelog >+* Sat Feb 17 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.15-2 >+- Brings specfile closer to Fedora Perl template. >+- Corrects Source0 URL (upstream maintainer has changed). >+ > * Tue Feb 13 2007 Robin Norwood <rnorwood@redhat.com> - 0.15-1 > - New version: 0.15 >
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 226290
: 148262