[Bug 461402] Review Request: nted - Musical score editor

bugzilla at redhat.com bugzilla at redhat.com
Sun Sep 7 12:20:10 UTC 2008


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 at ioa.s.u-tokyo.ac.jp>  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.




More information about the package-review mailing list