Rebuild to correct Provides (#1581325)
Remove check line that was added for testing
This commit is contained in:
parent
fb40f6c3b3
commit
6824589bfe
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: gstreamer1-plugins-good
|
Name: gstreamer1-plugins-good
|
||||||
Version: 1.14.1
|
Version: 1.14.1
|
||||||
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
Release: 3%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||||
Summary: GStreamer plugins with good code and licensing
|
Summary: GStreamer plugins with good code and licensing
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -165,11 +165,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
|||||||
|
|
||||||
%find_lang gst-plugins-good-%{majorminor}
|
%find_lang gst-plugins-good-%{majorminor}
|
||||||
|
|
||||||
|
|
||||||
%check
|
|
||||||
gst-inspect-1.0 --print-plugin-auto-install-info --rpm %{buildroot}%{_libdir}/gstreamer-%{majorminor}/libgstgtk.so
|
|
||||||
|
|
||||||
|
|
||||||
%files -f gst-plugins-good-%{majorminor}.lang
|
%files -f gst-plugins-good-%{majorminor}.lang
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS README REQUIREMENTS
|
%doc AUTHORS README REQUIREMENTS
|
||||||
@ -267,6 +262,10 @@ gst-inspect-1.0 --print-plugin-auto-install-info --rpm %{buildroot}%{_libdir}/gs
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 25 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-3
|
||||||
|
- Rebuild to correct Provides (#1581325)
|
||||||
|
- Remove check line that was added for testing
|
||||||
|
|
||||||
* Tue May 22 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.1-2
|
* Tue May 22 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.1-2
|
||||||
- use %%make_build %%make_install %%_metainfodir
|
- use %%make_build %%make_install %%_metainfodir
|
||||||
- %%build: --disable-qt (for now)
|
- %%build: --disable-qt (for now)
|
||||||
|
Loading…
Reference in New Issue
Block a user