Bug 528473 - Review Request: php-ezc-DatabaseSchema - eZ Components DatabaseSchema
Summary: Review Request: php-ezc-DatabaseSchema - eZ Components DatabaseSchema
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: 11
Hardware: noarch
OS: Linux
low
medium
Target Milestone: ---
Assignee: Andrew Colin Kissa
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 528476
TreeView+ depends on / blocked
 
Reported: 2009-10-12 12:34 UTC by Guillaume Kulakowski
Modified: 2014-09-02 13:33 UTC (History)
3 users (show)

Fixed In Version: 1.4.2-1.fc10
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-12-04 23:36:02 UTC
Type: ---
Embargoed:
andrew: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Guillaume Kulakowski 2009-10-12 12:34:17 UTC
DatabaseSchema is a part of eZ Components :
https://admin.fedoraproject.org/pkgdb/packages/name/php-channel-ezc

---
A set of classes that allow you to extract information from a database schema,
compare database schemas and apply a set of changes to a database schema.
---

SPEC:
http://llaumgui.fedorapeople.org/review/ez_components/php-ezc-DatabaseSchema.spec

SRPM:
http://llaumgui.fedorapeople.org/review/ez_components/php-ezc-DatabaseSchema-1.4.2-1.fc11.src.rpm

RPM:
http://llaumgui.fedorapeople.org/review/ez_components/php-ezc-DatabaseSchema-1.4.2-1.fc11.noarch.rpm



rpmlint:
builder@enterprise ~> rpmlint rpmbuild/**/php-ezc-DatabaseSchema   
2 packages and 1 specfiles checked; 0 errors, 0 warnings.



Pear CompatInfo:
+-----------------------------+---------+---+------------+--------------------+
| Files                       | Version | C | Extensions | Constants/Tokens   |
+-----------------------------+---------+---+------------+--------------------+
| ./*                         | 5.0.0   | 0 | pcre       | ...CTORY_SEPARATOR |
|                             |         |   | simplexml  | __FILE__           |
|                             |         |   | spl        | abstract           |
|                             |         |   |            | catch              |
|                             |         |   |            | clone              |
|                             |         |   |            | final              |
|                             |         |   |            | implements         |
|                             |         |   |            | instanceof         |
|                             |         |   |            | interface          |
|                             |         |   |            | private            |
|                             |         |   |            | protected          |
|                             |         |   |            | public             |
|                             |         |   |            | throw              |
|                             |         |   |            | try                |
+-----------------------------+---------+---+------------+--------------------+

Comment 1 Andrew Colin Kissa 2009-11-03 10:15:56 UTC
Issues to fix before full review.

* Consistent use of macros
- if using the %{__pear} style macros then you need to be consistent, i.e use
%{__install}, %{__rm}, %{__mv} etc

Comment 2 Guillaume Kulakowski 2009-11-07 17:00:13 UTC
SPEC updated : http://llaumgui.fedorapeople.org/review/ez_components/php-ezc-DatabaseSchema.spec

Comment 3 Andrew Colin Kissa 2009-11-10 08:58:34 UTC
OK: rpmlint must be run on every package

rpmlint rpmbuild/SRPMS/php-ezc-DatabaseSchema-1.4.2-1.fc11.src.rpm rpmbuild/RPMS/noarch/php-ezc-DatabaseSchema-1.4.2-1.fc11.noarch.rpm rpmbuild/SPECS/php-ezc-DatabaseSchema.spec 
2 packages and 1 specfiles checked; 0 errors, 0 warnings.


OK: The package must be named according to the Package Naming Guidelines
OK: The spec file name must match the base package
FIX: The package must meet the Packaging Guidelines

You need requires php-pear(PEAR)
http://fedoraproject.org/wiki/Packaging:PHP#PEAR_Packages_from_a_non_standard_channel.2Frepository

OK: The package must be licensed with a Fedora approved license
OK: The License field in the package spec file must match the actual license
OK: License text included
OK: The spec file must be written in American English
OK: The spec file for the package MUST be legible
OK: The sources used to build the package must match the upstream source

sha1sum DatabaseSchema-1.4.2.tgz rpmbuild/SOURCES/DatabaseSchema-1.4.2.tgz 
038e22b157acdca81f45990fa9957d9e3b6655a7  DatabaseSchema-1.4.2.tgz
038e22b157acdca81f45990fa9957d9e3b6655a7  rpmbuild/SOURCES/DatabaseSchema-1.4.2.tgz

OK: The package MUST successfully compile and build into binary rpms on at least one primary architecture
N\A: ExcludeArch
OK: All build dependencies must be listed in BuildRequires
N\A: The spec file MUST handle locales properly
N\A: Must call ldconfig in %post and %postun
N\A: If the package is designed to be relocatable
OK: A package must own all directories that it creates
OK: A Fedora package must not list a file more than once
OK: Permissions on files must be set properly
OK: Each package must have a %clean section
OK: Each package must consistently use macros
OK: The package must contain code, or permissable content
N\A: Large documentation files must go in a -doc subpackage
N\A: If a package includes something as %doc, it must not affect the runtime of the application
N\A: Header files must be in a -devel package
N\A: Static libraries must be in a -static package
N\A: Packages containing pkgconfig(.pc) files must 'Requires: pkgconfig'
N\A: Library files that end in .so (without suffix) must go in a -devel package
N\A: In the vast majority of cases, devel packages must require the base package
N\A: Packages must NOT contain any .la libtool archives
N\A: Packages containing GUI applications must include a %{name}.desktop file
OK: Packages must not own files or directories already owned by other packages
OK: At the beginning of %install, each package MUST run rm -rf %{buildroot} (or $RPM_BUILD_ROOT)
OK: All filenames in rpm packages must be valid UTF-8


Please fix the requires before requesting CVS, and remember to increment the package version

-------------------------------------------------------------------
    This package (php-ezc-DatabaseSchema) is APPROVED by topdog
-------------------------------------------------------------------

Comment 4 Guillaume Kulakowski 2009-11-10 09:29:59 UTC
You need requires php-pear(PEAR) => php-pear is already requiered by php-pear(%{channel}/Base) >= 1.6

Comment 5 Guillaume Kulakowski 2009-11-16 09:06:19 UTC
New Package CVS Request
=======================
Package Name: php-ezc-DatabaseSchema
Short Description: A set of classes that allow you to use information from a database schema
Owners: llaumgui
Branches: F-10 F-11 F-12
InitialCC:

Comment 6 Jason Tibbitts 2009-11-16 17:49:13 UTC
CVS done.

Comment 7 Fedora Update System 2009-11-18 10:23:17 UTC
php-ezc-DatabaseSchema-1.4.2-1.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/php-ezc-DatabaseSchema-1.4.2-1.fc11

Comment 8 Fedora Update System 2009-11-18 10:23:23 UTC
php-ezc-DatabaseSchema-1.4.2-1.fc10 has been submitted as an update for Fedora 10.
http://admin.fedoraproject.org/updates/php-ezc-DatabaseSchema-1.4.2-1.fc10

Comment 9 Fedora Update System 2009-11-18 10:23:29 UTC
php-ezc-DatabaseSchema-1.4.2-1.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/php-ezc-DatabaseSchema-1.4.2-1.fc12

Comment 10 Fedora Update System 2009-11-20 05:21:05 UTC
php-ezc-DatabaseSchema-1.4.2-1.fc11 has been pushed to the Fedora 11 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update php-ezc-DatabaseSchema'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-11760

Comment 11 Fedora Update System 2009-11-20 05:22:09 UTC
php-ezc-DatabaseSchema-1.4.2-1.fc10 has been pushed to the Fedora 10 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update php-ezc-DatabaseSchema'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-11774

Comment 12 Fedora Update System 2009-11-20 05:28:30 UTC
php-ezc-DatabaseSchema-1.4.2-1.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update php-ezc-DatabaseSchema'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-11806

Comment 13 Fedora Update System 2009-12-04 23:35:57 UTC
php-ezc-DatabaseSchema-1.4.2-1.fc11 has been pushed to the Fedora 11 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 14 Fedora Update System 2009-12-04 23:38:13 UTC
php-ezc-DatabaseSchema-1.4.2-1.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 15 Fedora Update System 2009-12-04 23:57:46 UTC
php-ezc-DatabaseSchema-1.4.2-1.fc10 has been pushed to the Fedora 10 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 16 Guillaume Kulakowski 2010-08-29 09:00:09 UTC
Package Change Request
======================
Package Name: php-ezc-DatabaseSchema
New Branches: EL-6
Owners: llaumgui

Comment 17 Kevin Fenzi 2010-08-29 18:54:36 UTC
Git done (by process-git-requests).

Comment 18 Guillaume Kulakowski 2014-09-02 13:02:12 UTC
Package Change Request
======================
Package Name: php-ezc-DatabaseSchema
New Branches: EL-7
Owners: llaumgui

Comment 19 Gwyn Ciesla 2014-09-02 13:33:06 UTC
Git done (by process-git-requests).


Note You need to log in before you can comment on or make changes to this bug.