Spec URL: http://www.annexia.org/tmp/ioport.spec SRPM URL: http://et.redhat.com/~rjones/ioport/files/ioport-1.1-1.src.rpm Description: These commands enable command line and script access directly to I/O ports on PC hardware. The inb, inw and inl commands perform an input (read) operation on the given I/O port, and print the result. The outb, outw and outl commands perform an output (write) operation to the given I/O port, sending the given data. Note that the order of the parameters is ADDRESS DATA. The size of the operation is selected according to the suffix, with 'b' meaning byte, 'w' meaning word (16 bits) and 'l' meaning long (32 bits).
Koji scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1244739
rpmlint is silent.
OK Rpmlint must be run on every package. OK The package must be named according to the Package Naming Guidelines. OK The spec file name must match the base package %{name}. OK The package must meet the Packaging Guidelines. 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 If (and only if) the source package includes the text of the license(s) in its own file. 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. 5b76f5d5bcafa2dafb6001b9ac40a7e8 OK The package MUST successfully compile. OK Correct BuildRequires. OK Proper use of %find_lang macro. Using %{_datadir}/locale/* is strictly forbidden. OK Shared library files (not just symlinks) must call ldconfig in %post and %postun. OK Relocatable package must state this fact in the request for review. OK A package must own all directories that it creates. OK A package must not contain any duplicate files in the %files listing. OK Permissions on files must be set properly. OK Each package must have a %clean section, which contains rm -rf %{buildroot} (or $RPM_BUILD_ROOT). OK Each package must consistently use macros. OK The package must contain code, or permissable content. OK Large documentation files must go in a -doc subpackage. OK If a package includes something as %doc, it must not affect the runtime of the application. OK Header files must be in a -devel package. OK Static libraries must be in a -static package. OK Packages containing pkgconfig(.pc) files must 'Requires: pkgconfig'. OK Library files with a suffix (e.g. libfoo.so.1.1) and files that end in .so (without suffix) must go in -devel. OK In the vast majority of cases, devel packages must require the base package. OK Packages must NOT contain any .la libtool archives. OK Packages containing GUI applications must include a %{name}.desktop file. OK At the beginning of %install, each package MUST run rm -rf %{buildroot} (or $RPM_BUILD_ROOT). In the spec is missing dist tag. Please add it before build. ACCEPTED
Thanks! That was quick. I will add the %{?dist} tag to my local build so it'll go in when I import.
New Package CVS Request ======================= Package Name: ioport Short Description: Access I/O ports Owners: rjones Branches: F-10 InitialCC:
cvs done.
Imported into Rawhide & F-10.
ioport-1.2-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/ioport-1.2-1.fc10
ioport-1.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.