* Sat Nov 03 2012 Julian Sikorski <belegdol@fedoraproject.org> - 1.0-4

- Fixed -O3 -g in host_cflags
- Made the installation verbose too
el8
Julian Sikorski 12 years ago
parent d5f4606424
commit a2139cc3f0

@ -14,7 +14,7 @@
Summary: Digital VCR and streaming server Summary: Digital VCR and streaming server
Name: ffmpeg Name: ffmpeg
Version: 1.0 Version: 1.0
Release: 3%{?date}%{?date:git}%{?rel}%{?dist} Release: 4%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1} %if 0%{?_with_amr:1}
License: GPLv3+ License: GPLv3+
%else %else
@ -157,6 +157,8 @@ echo "git-snapshot-%{?branch}%{date}-RPMFusion" > VERSION
%else %else
%setup -q -n ffmpeg-%{version} %setup -q -n ffmpeg-%{version}
%endif %endif
# fix -O3 -g in host_cflags
sed -i "s/-O3 -g/$RPM_OPT_FLAGS/" configure
%build %build
mkdir generic mkdir generic
@ -220,13 +222,13 @@ popd
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
pushd generic pushd generic
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT V=1
popd popd
%if 0%{!?ffmpegsuffix:1} %if 0%{!?ffmpegsuffix:1}
install -pm755 generic/tools/qt-faststart $RPM_BUILD_ROOT%{_bindir} install -pm755 generic/tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
pushd simd pushd simd
%ifarch sparc sparc64 %ifarch sparc sparc64
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT V=1
%endif %endif
popd popd
%endif %endif
@ -272,6 +274,10 @@ popd
%changelog %changelog
* Sat Nov 03 2012 Julian Sikorski <belegdol@fedoraproject.org> - 1.0-4
- Fixed -O3 -g in host_cflags
- Made the installation verbose too
* Sat Nov 03 2012 Julian Sikorski <belegdol@fedoraproject.org> - 1.0-3 * Sat Nov 03 2012 Julian Sikorski <belegdol@fedoraproject.org> - 1.0-3
- Use Fedora %%{optflags} - Use Fedora %%{optflags}
- Made the build process verbose - Made the build process verbose

Loading…
Cancel
Save