Changes of Revision 12
[-] | Changed | faad2.spec |
1
2 3 %install 4 [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} 5 -%makeinstall 6 +%__make DESTDIR=%{buildroot} install 7 %{__install} -m 644 common/mp4ff/mp4ff.h %{buildroot}%{_includedir}/ 8 %{__install} -m 644 common/mp4ff/mp4ff_int_types.h %{buildroot}%{_includedir}/ 9 10 |