Spec Name or Url: http://www.kobold.org/~wart/fedora/tile.spec SRPM Name or Url: http://www.kobold.org/~wart/fedora/tile-0.7.2-1.src.rpm MD5SUMs: http://www.kobold.org/~wart/fedora/MD5SUM.asc Description: The Tile Widget Set is an experimental reimplementation of some of the core Tk widgets. This packages adds theming and other modern features to the core Tk widget set.
New package that fixes the build problems on the devel branch. http://www.kobold.org/~wart/fedora/tile-0.7.2-2.src.rpm http://www.kobold.org/~wart/fedora/tile.spec
- Patch filename has no descriptive quality - Odd spacing in %changelog ? Is the static lib in -devel required? - Include demos, doc/converting.txt, and doc/html in %doc - Install doc/*.n into %{_mandir}/mann
(In reply to comment #2) > - Patch filename has no descriptive quality Fixed. I also modified the patch with another minor fix for devel. > - Odd spacing in %changelog You mean the missing spaces between entries? Fixed. > ? Is the static lib in -devel required? Yes. This is the stub library for linking against tile. Tcl stub libraries are a cross-platform cross-compiler way of performing dynamic linking. So even though it's a static library, it's really used for dynamic linking: http://wiki.tcl.tk/285 > - Include demos, doc/converting.txt, and doc/html in %doc Done. > - Install doc/*.n into %{_mandir}/mann Done. New files: http://www.kobold.org/~wart/fedora/tile-0.7.2-3.src.rpm http://www.kobold.org/~wart/fedora/tile.spec
APPROVED
Imported and built on devel. Thanks!