Update sview.rpm.spec
This commit is contained in:
@@ -28,18 +28,18 @@ Requires OpenGL2.0+ for rendering and OpenAL for sound output.
|
|||||||
make %{?_smp_mflags} INC='-I3rdparty/include -Iinclude -I/usr/include/ffmpeg' all
|
make %{?_smp_mflags} INC='-I3rdparty/include -Iinclude -I/usr/include/ffmpeg' all
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install
|
make DESTDIR=%{buildroot} USR_LIB=%{buildroot}/%{_libdir} install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%licence {_datadir}/sView/info/license.txt
|
%licence %{buildroot}/%{_datadir}/sView/info/license.txt
|
||||||
%{_bindir}/sView
|
%{buildroot}/%{_bindir}/sView
|
||||||
%{_libdir}/sView/*
|
%{buildroot}/%{_libdir}/sView/*
|
||||||
%{_datadir}/sView/*
|
%{buildroot}/%{_datadir}/sView/*
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
make clean
|
make clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
ldconfig
|
ldconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user