- Fix ppc/ppc64 build

el8
Nicolas Chauvet 16 years ago
parent abcc9465bd
commit 5ae137b202

@ -19,7 +19,7 @@ Version: 1.0.0
%else %else
Version: 0.9.5 Version: 0.9.5
%define _version %{version} %define _version %{version}
%define release_tag 1 %define release_tag 2
%endif %endif
Release: %{release_tag}%{?dist} Release: %{release_tag}%{?dist}
License: GPLv2+ License: GPLv2+
@ -506,7 +506,9 @@ fi || :
%files nox %files nox
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_libdir}/vlc/video_output/libdirectfb_plugin.so %{_libdir}/vlc/video_output/libdirectfb_plugin.so
%ifarch %{ix86} x86_64
%{_libdir}/vlc/video_output/libsvgalib_plugin.so %{_libdir}/vlc/video_output/libsvgalib_plugin.so
%endif
%if %with_dc1394 %if %with_dc1394
%files plugins-dc1394 %files plugins-dc1394
@ -533,6 +535,9 @@ fi || :
%changelog %changelog
* Mon Oct 27 2008 kwizart < kwizart at gmail.com > - 0.9.5-2
- Fix ppc/ppc64 build
* Fri Oct 24 2008 kwizart < kwizart at gmail.com > - 0.9.5-1 * Fri Oct 24 2008 kwizart < kwizart at gmail.com > - 0.9.5-1
- Update to 0.9.5 - Update to 0.9.5
- Use non-default rpmbuild options for dirac kate lua - Use non-default rpmbuild options for dirac kate lua

Loading…
Cancel
Save