Spec URL: http://people.redhat.com/lkundrak/SPECS/pbm2l7k.spec SRPM URL: http://people.redhat.com/lkundrak/SRPMS/pbm2l7k-990321-1.src.rpm Description: Converts bitcmyk data to Lexmark 2050 printer language This is a filter to convert pbmraw data such as produced by ghostscript to the printer language of Lexmark 7000, 7200 and 5700 printers. It is meant to be used by the PostScript Description files of the drivers from the foomatic package. Note: This package is a part of the ongoing effort to extend hardware support by fixing the foomatic drivers that actually refer to external filters.
Your symlink isn't relative, the compilation on my machine failed for this reason RPM build errors: File not found: /var/tmp/pbm2l7k-990321-1.fc7-root-root/usr/bin/pbm2lex you should use the following entry for relative symlink %{__ln_s} pbm2l7k $RPM_BUILD_ROOT/%{_bindir}/pbm2lex
Thanks Marek. You suggestion has been incorporated in the current version of the package.
New Package CVS Request ======================= Package Name: pbm2l7k Short Description: Converts PBM stream to Lexmark 7000, 7200 and 5700 printer language Owners: lkundrak Branches: FC-6 F-7
this hasn't been properly reviewed yet.
+ source files match upstream: 0f255d21fa2608094a2e40f5130ceee1 /usr/src/redhat/SOURCES/lexmark7000linux-990321.tar.gz + 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 pbm2l7k]# rpm -qp --provides /usr/src/redhat/RPMS/i386/pbm2l7k-990321-1.fc8.i386.rpm pbm2l7k = 990321-1.fc8 [root@storm pbm2l7k]# rpm -qp --requires /usr/src/redhat/RPMS/i386/pbm2l7k-990321-1.fc8.i386.rpm libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) 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 pbm2l7k]# + doesn't own any directories it shouldn't. + no duplicates in %files. + file permissions are appropriate. APPROVED
CVS done (last night; my connection has been extremely poor lately)
Thanks Marek and Jason. The package was imported into CVS.