Bug 185321
| Summary: | For php-pear-1.4.8, better template.spec | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Remi Collet <fedora> | ||||||
| Component: | php-pear | Assignee: | Joe Orton <jorton> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | |||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | CC: | greg, rpm | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2006-05-17 11:47:35 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 126059 [details]
php-pear-1.4.8-template.patch
Created attachment 126060 [details]
php-pear-1.4.8-package.patch
Can this go upstream? I'd rather not deviate so much from upstream here. I'm going to dupe bug 176658 against this since it's a subset. *** Bug 176658 has been marked as a duplicate of this bug. *** This should go upstream, yes. Remi, your suggestions are good; please do file a bug upstream at http://pear.php.net/bugs. NB that at least (2) is fixed in PEAR_Command_Packaging. The version in PEAR core is not going to be fixed as there's no point in splitting it out otherwise. I will do a php-pear-PEAR-Command-Packaging soon. 1. See bug #185423 for php-pear-PEAR-Command-Packaging 2. All items are fixed upstream 3. Joe, I suggest marking this bug CLOSED WONTFIX Should all be fixed in 1.4.9, or not appropriate. |
Description of problem: php-pear-1.4.8 is available. I work a little on it. I know php-pear-PEAR-Command-packaging is on the road, but i think template.spec use by "pear makerpm" still usefull and could be improved. 1/ "--soft" on (un)install to allow upgrade on same version (when a new RPM release is build for the same version). 2/ delete .channels, .depdb and .debdblock 3/ in %file : remplacing / by %{peardir}/* adding @rpm_xml_dir@/@package@.xml I give you the 2 patch i've make : - 1 for template.spec - 1 for Package.php (using yours from php-pear-1.4.6 Hope that's help.