Spec URL: http://mohammed.morsi.org/blog/files/ovirt-viewer.spec SRPM URL: http://mohammed.morsi.org/blog/files/ovirt-viewer-1.0.0-5.fc10.src_.rpm Description: ovirt-viewer is a vnc viewer which integrates nicely into the ovirt framework. When running the program, the user is prompted for the ovirt server url and login credentials, after which a list of accessible vms is retrieved, any of which the user may connect to via vnc. ovirt-viewer manages all connections on the backend and allows the users to seamlessly switch between managed vms via ui. Latest Koji Build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1496325 This is intended to be used in conjunction with https://bugzilla.redhat.com/show_bug.cgi?id=513069
Just some comments after a quick look at your spec file: - You are mixing '%{buildroot}' and '$RPM_BUILD_ROOT' https://fedoraproject.org/wiki/Packaging:Guidelines#Using_.25.7Bbuildroot.7D_and_.25.7Boptflags.7D_vs_.24RPM_BUILD_ROOT_and_.24RPM_OPT_FLAGS Please take a look at https://fedoraproject.org/wiki/Packaging:Guidelines#BuildRoot_tag - The man pages are automatically compressed by RPM - README and COPYING must be added to the %files section. https://fedoraproject.org/wiki/How_to_create_an_RPM_package#.25files_prefixes - Isn't %configure instead of ./configure working? https://fedoraproject.org/wiki/How_to_create_an_RPM_package#.25build_section - Aren't gtk2, gtk-vnc, and gnutls automatically picked up by RPM?
ping?
Sorry for the belated followup. Priorities shifted and didn't/don't have time to work on this, thus am closing. If anyone wants to resume work on the viewer itself or packaging it for Fedora, feel free to ping me w/ any questions you may have.