Changes of Revision 3
[-] | Changed | libupnp.spec |
1
2 %__make %{?jobs:-j%{jobs}} 3 4 %install 5 -%makeinstall 6 +%__make DESTDIR=%{buildroot} install 7 8 %__install -d "%{buildroot}%{_docdir}/%{name}" 9 echo -n > rpm-doc-files.lst 10 |