Bug 636107
| Summary: | Review Request: perl-STD - The Standard Perl 6 Grammar | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
| Component: | Package Review | Assignee: | Marcela Mašláňová <mmaslano> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | fedora-package-review, notting |
| Target Milestone: | --- | Flags: | mmaslano:
fedora-review+
kevin: fedora-cvs+ |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | perl-STD-32116-1.fc15 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-09-22 17:46:46 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 633750 | ||
|
Description
Petr Pisar
2010-09-21 14:22:44 UTC
BR perl will make problems to RPM. Please remove or change to number. installdirs s/vendor/perl/ Oops. Old SRPM. The SPEC file has proper installdir. Actually installdir value should be `core'. Not `perl'. See `perldoc Module::Build'. Do you agree? --- - 2010-09-22 12:13:41.855225992 +0200 +++ perl-STD.spec 2010-09-22 12:13:23.590425381 +0200 @@ -7,7 +7,7 @@ URL: http://search.cpan.org/dist/STD/ Source0: http://www.cpan.org/authors/id/S/SO/SOREAR/STD-%{version}.tar.gz BuildArch: noarch -BuildRequires: perl >= 1:v5.10 +BuildRequires: perl >= 4:5.10 BuildRequires: perl(File::ShareDir) >= 1.02 BuildRequires: perl(Module::Build) >= 0.3601 BuildRequires: perl(Moose) @@ -33,7 +33,7 @@ %setup -q -n STD-%{version} %build -%{__perl} Build.PL installdirs=vendor +%{__perl} Build.PL installdirs=core ./Build %install Yes, core. Could you upload new srpm? I don't think there will be any other issues. Both files has been overwritten by new versions on the same location. New Package SCM Request ======================= Package Name: perl-STD Short Description: The Standard Perl 6 Grammar Owners: ppisar mmaslano psabata Branches: InitialCC: perl-sig Git done (by process-git-requests). Thank you for review and repository. |