Append --disable-fatal-warnings to %configure to prevent

building from aborting for negligible warnings (Fix F24FTBFS)
- Append --disable-silent-rules to %configure to make
  building verbose.
- Don't remove buildroot before installing.
This commit is contained in:
Ralf Corsépius 2016-02-05 06:10:34 +01:00
parent cf3cd2bbf5
commit 28b6cac9d3

View File

@ -13,7 +13,7 @@
Name: gstreamer1-plugins-good
Version: 1.7.1
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
Release: 3%{?gitcommit:.git%{shortcommit}}%{?dist}
Summary: GStreamer plugins with good code and licensing
License: LGPLv2+
@ -100,7 +100,7 @@ to be installed.
%setup -q -n gst-plugins-good-%{version}
%build
%configure \
%configure --disable-silent-rules --disable-fatal-warnings \
--with-package-name='Fedora GStreamer-plugins-good package' \
--with-package-origin='http://download.fedoraproject.org' \
--enable-experimental \
@ -120,7 +120,6 @@ make %{?_smp_mflags} V=1
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# Register as an AppStream component to be visible in the software center
@ -269,6 +268,13 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Fri Feb 05 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.7.1-3
- Append --disable-fatal-warnings to %%configure to prevent
building from aborting for negligible warnings (Fix F24FTBFS)
- Append --disable-silent-rules to %%configure to make
building verbose.
- Don't remove buildroot before installing.
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild