Bug 243974 (lx-review)
| Summary: | Review Request: lx - Converts PBM data to Lexmark 1000 printer language | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lubomir Kundrak <lkundrak> |
| Component: | Package Review | Assignee: | Marek Mahut <mmahut> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Package Reviews List <fedora-package-review> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | twaugh |
| Target Milestone: | --- | Keywords: | HardwareEnablement |
| Target Release: | --- | Flags: | mmahut:
fedora-review+
wtogami: fedora-cvs+ |
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-07-04 11:19:08 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: | |||
|
Description
Lubomir Kundrak
2007-06-13 05:39:21 UTC
Fixes to silent rpmlint have been integrated. (Thanks go to Marek Mahut) The correct names are: Spec URL: http://people.redhat.com/lkundrak/SPECS/lx.spec SRPM URL: http://people.redhat.com/lkundrak/SRPMS/lx-20030328-1.src.rpm New Package CVS Request ======================= Package Name: lx Short Description: Converts PBM data to Lexmark 1000 printer language Owners: lkundrak Branches: FC-6 F-7 this hasn't been properly reviewed yet. + source files match upstream:
09168d453aa171784387b8e01f6ff293 /usr/src/redhat/SOURCES/lx.c
+ package meets naming and versioning guidelines.
+ specfile is properly named, is cleanly written and uses macros consistently.
+ dist tag is present.
+ build root is correct.
%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+ license field matches the actual license.
+ license is open source-compatible.
+ latest version is being packaged.
+ compiler flags are appropriate.
+ %clean is present.
+ package installs properly
+ debuginfo package looks complete.
+ rpmlint is silent.
+ final provides and requires are sane:
[root@storm lx]# rpm -qp --provides
/usr/src/redhat/RPMS/i386/lx-20030328-1.fc8.i386.rpm
lx = 20030328-1.fc8
[root@storm lx]# rpm -qp --requires
/usr/src/redhat/RPMS/i386/lx-20030328-1.fc8.i386.rpm
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.3.4)
libc.so.6(GLIBC_2.4)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rtld(GNU_HASH)
[root@storm lx]#
+ doesn't own any directories it shouldn't.
+ no duplicates in %files.
+ file permissions are appropriate.
APPROVED
Much thanks, Marek, Josh and Warren. The package was imported into CVS. |