I followed this instructions from the README listed below:
{{{ Building from git clone:
./reconfigure rpmdev-setuptree make srpm
Building the rpm:
make rpm
}}}
I ran srpm and it couldn't file comps-fe6.xml:
{{{ [root@spiro3 revisor]# rpmdev-setuptree [root@spiro3 revisor]# make srpm { test ! -d revisor-2.0.4.0.3 || { find revisor-2.0.4.0.3 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr revisor-2.0.4.0.3; }; } test -d revisor-2.0.4.0.3 || mkdir revisor-2.0.4.0.3 list='glade conf revisor patches po'; for subdir in $list; do \ if test "$subdir" = .; then :; else \ test -d "revisor-2.0.4.0.3/$subdir" \ || /bin/mkdir -p "revisor-2.0.4.0.3/$subdir" \ || exit 1; \ distdir=CDPATH="${ZSH_VERSION+.}:" && cd revisor-2.0.4.0.3 && pwd; \ top_distdir=CDPATH="${ZSH_VERSION+.}:" && cd revisor-2.0.4.0.3 && pwd; \ (cd $subdir && \ make \ top_distdir="$top_distdir" \ distdir="$distdir/$subdir" \ am__remove_distdir=: \ am__skip_length_check=: \ distdir) \ || exit 1; \ fi; \ done make[1]: Entering directory /tmp/fedora/revisor/revisor/glade' make[1]: Leaving directory/tmp/fedora/revisor/revisor/glade' make[1]: Entering directory /tmp/fedora/revisor/revisor/conf' make[1]: *** No rule to make targetcomps-fe6.xml', needed by distdir'. Stop. make[1]: Leaving directory/tmp/fedora/revisor/revisor/conf' make: *** [distdir] Error 1 [root@spiro3 revisor]# }}}
CDPATH="${ZSH_VERSION+.}:" && cd revisor-2.0.4.0.3 && pwd
/tmp/fedora/revisor/revisor/glade' make[1]: Leaving directory
/tmp/fedora/revisor/revisor/conf' make[1]: *** No rule to make target
distdir'. Stop. make[1]: Leaving directory
Regards, Lou P.S. To get it to just build I copied the comps-fc6.xml to the comps-fe6.xml because I wanted to build the srpm and rpm.
Fixed in Git
Metadata Update from @whitehat: - Issue set to the milestone: 2.0.4 Release - Issue tagged with: comps, distdir, fe6.xml