Changes of Revision 2
[-] | Changed | libvdpau.spec |
x 1
2 %build 3 [ -e ./configure ] || ./autogen.sh 4 %configure 5 -%__make %{?jobs:-j%{jobs}} 6 +%{__make} %{?jobs:-j%{jobs}} 7 8 %install 9 -%makeinstall 10 +%{__make} DESTDIR=%{buildroot} install 11 12 %__rm "%{buildroot}%{_libdir}/libvdpau.la" 13 14 |
||
Changed | libvdpau-0.4.tar.bz2 ^ |