Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=461402 --- Comment #6 from Mamoru Tasaka <mtasaka@xxxxxxxxxxxxxxxxxxx> 2008-09-07 08:20:09 EDT --- For me the "COPYING" file in nted 1.0.7 tarball seems GPLv2...?? By the way: --------------------------------------------------------------- %configure --docdir='%{_docdir}/%{name}-%{version}' ...... mv %{buildroot}%{_docdir}/%{name}-%{version} docs ---------------------------------------------------------------- Can these two lines simplified by the following? (I just looked at your spec file) ---------------------------------------------------------------- %configure --docdir=$(pwd)/docs ......... rm -rf %{buildroot} # Once clean up for --short-circuit rm -rf docs make install DESTDIR=%{buildroot} ---------------------------------------------------------------- -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review