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