https://bugzilla.redhat.com/show_bug.cgi?id=1067041 --- Comment #6 from Mukundan Ragavan <nonamedotc@xxxxxxxxx> --- Thank you Christopher! (In reply to Christopher Meng from comment #5) > 1. doc package doesn't have the strong reason to > > Requires: %{name}%{?_isa} = %{version}-%{release} > > So please remove this line. > Done! > 2. cd autodock > %configure > make %{?_smp_mflags} > > cd %{_builddir}/src/autogrid > %configure > make %{?_smp_mflags} > > My optimization: > > pushd autodock > %configure > make %{?_smp_mflags} > popd > > pushd autogrid > %configure > make %{?_smp_mflags} > popd(this popd is optional) Ok, I did not even know about pushd and popd. So, thanks a lot! Done. > > 3. %install > cd autodock > make install DESTDIR=%{buildroot} > > cd %{_builddir}/src/autogrid > make install DESTDIR=%{buildroot} > > Mine: > > make -C autodock install DESTDIR=%{buildroot} > make -C autogrid install DESTDIR=%{buildroot} Done. New SPEC URL: http://nonamedotc.fedorapeople.org/pkgreview/autodocksuite/autodocksuite.spec New SRPM URL: http://nonamedotc.fedorapeople.org/pkgreview/autodocksuite/autodocksuite-4.2.5.1-5.fc20.src.rpm -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review