Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 112632 Details for
Bug 153205
perl-URI: update and specfile cleanup
Home
New
Search
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.rh92 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 and specfile cleanup
perl-URI.spec.patch (text/plain), 3.05 KB, created by
Jose Pedro Oliveira
on 2005-04-02 21:10:54 UTC
(
hide
)
Description:
Update and specfile cleanup
Filename:
MIME Type:
Creator:
Jose Pedro Oliveira
Created:
2005-04-02 21:10:54 UTC
Size:
3.05 KB
patch
obsolete
>--- perl-URI.spec.130_4 2004-09-23 22:48:47.000000000 +0100 >+++ perl-URI.spec 2005-04-02 21:58:03.565815496 +0100 >@@ -1,61 +1,63 @@ >-%define _use_internal_dependency_generator 0 >+Name: perl-URI >+Version: 1.35 >+Release: 1 >+Summary: A Perl module implementing URI parsing and manipulation >+ >+Group: Development/Libraries >+License: Distributable >+URL: http://search.cpan.org/dist/URI/ >+Source0: http://www.cpan.org/authors/id/G/GA/GAAS/URI-%{version}.tar.gz >+Source1: filter-requires-perl-URI.sh >+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >+ >+BuildArch: noarch >+BuildRequires: perl >= 1:5.6.1 >+BuildRequires: perl(MIME::Base64) >+#BuildRequires: perl(Business::ISBN) >+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) > >-Summary: A Perl module implementing URI parsing and manipulation. >-Name: perl-URI >-Version: 1.30 >-Release: 4 >-License: distributable >-Group: Applications/CPAN >-Source0: URI-%{version}.tar.gz >-Source1: filter-requires-perl-URI.sh >-Url: http://search.cpan.org/search?query=URI >-BuildRoot: %{_tmppath}/perl-URI-buildroot/ >-BuildRequires: perl >= 0:5.00503 >-BuildRequires: perl(MIME::Base64) >-Requires: perl >= 0:5.00503 >-Provides: perl-URI >-BuildArch: noarch >+%define __find_requires %{SOURCE1} > > %description > This module implements the URI class. Objects of this class represent > "Uniform Resource Identifier references" as specified in RFC 2396 (and > updated by RFC 2732). > >-%define __find_requires %{SOURCE1} > > %prep >-%setup -q -n URI-%{version} >+%setup -q -n URI-%{version} >+chmod 644 uri-test > > %build >-CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr INSTALLDIRS=vendor >-make >-make test || /bin/true >+%{__perl} Makefile.PL INSTALLDIRS=vendor >+make %{?_smp_mflags} > >-%clean >+%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 -type d -depth -exec rmdir {} 2>/dev/null ';' >+chmod -R u+w $RPM_BUILD_ROOT/* > >-%install >+%check || : >+make test >+ >+%clean > rm -rf $RPM_BUILD_ROOT >-make install > >-[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress > >-find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \; >+%files >+%defattr(-,root,root,-) >+%doc Changes README rfc2396.txt uri-test >+%{perl_vendorlib}/URI* >+%{_mandir}/man3/*.3* > >-find $RPM_BUILD_ROOT/usr -type f -print | >- sed "s@^$RPM_BUILD_ROOT@@g" | >- grep -v perllocal.pod | >- grep -v "\.packlist" > URI-%{version}-filelist >-if [ "$(cat URI-%{version}-filelist)X" = "X" ] ; then >- echo "ERROR: EMPTY FILE LIST" >- exit -1 >-fi >- >-%files -f URI-%{version}-filelist >-%defattr(-,root,root) >-%dir /usr/lib/perl5/vendor_perl/%(perl -MConfig -e 'print $Config{version}')/URI > > %changelog >+* Sat Apr 02 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.35-1 >+- Update to 1.35. >+- Bring up to date with current Fedora.Extras perl spec template. >+ > * Thu Sep 23 2004 Chip Turner <cturner@redhat.com> 1.30-3 > - 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 153205
: 112632