Cleanup spec file conditionals and add needed BuildRequires for perl
This commit is contained in:
parent
6eece300ae
commit
415045f88a
@ -9,7 +9,7 @@
|
|||||||
Name: qt-mobility
|
Name: qt-mobility
|
||||||
Summary: Qt Mobility Framework
|
Summary: Qt Mobility Framework
|
||||||
Version: 1.2.2
|
Version: 1.2.2
|
||||||
Release: 0.28.%{snap}git%{git_short}%{?dist}
|
Release: 0.29.%{snap}git%{git_short}%{?dist}
|
||||||
|
|
||||||
License: LGPLv2 with exceptions
|
License: LGPLv2 with exceptions
|
||||||
URL: https://code.qt.io/cgit/qt-mobility/qt-mobility.git
|
URL: https://code.qt.io/cgit/qt-mobility/qt-mobility.git
|
||||||
@ -44,7 +44,7 @@ Patch54: qt-mobility-opensource-src-1.2.2-gcc6.patch
|
|||||||
BuildRequires: pkgconfig(alsa)
|
BuildRequires: pkgconfig(alsa)
|
||||||
BuildRequires: pkgconfig(blkid)
|
BuildRequires: pkgconfig(blkid)
|
||||||
BuildRequires: pkgconfig(bluez)
|
BuildRequires: pkgconfig(bluez)
|
||||||
%if 0%{?fedora} < 26
|
%if 0%{?fedora} < 26 && 0%{?rhel} <= 7
|
||||||
BuildRequires: pkgconfig(gstreamer-plugins-bad-0.10)
|
BuildRequires: pkgconfig(gstreamer-plugins-bad-0.10)
|
||||||
BuildRequires: pkgconfig(gstreamer-app-0.10)
|
BuildRequires: pkgconfig(gstreamer-app-0.10)
|
||||||
%endif
|
%endif
|
||||||
@ -59,6 +59,7 @@ BuildRequires: pkgconfig(QtGui) pkgconfig(QtOpenGL)
|
|||||||
BuildRequires: pkgconfig(QtNetwork) >= 4.7
|
BuildRequires: pkgconfig(QtNetwork) >= 4.7
|
||||||
BuildRequires: pkgconfig(xv)
|
BuildRequires: pkgconfig(xv)
|
||||||
BuildRequires: proj-devel
|
BuildRequires: proj-devel
|
||||||
|
BuildRequires: perl
|
||||||
|
|
||||||
Provides: qt4-mobility = %{version}-%{release}
|
Provides: qt4-mobility = %{version}-%{release}
|
||||||
Provides: qt4-mobility%{?_isa} = %{version}-%{release}
|
Provides: qt4-mobility%{?_isa} = %{version}-%{release}
|
||||||
@ -447,6 +448,9 @@ cp -a doc/html/* %{buildroot}%{_qt4_docdir}/html/qtmobility/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 31 2017 Merlin Mathesius <mmathesi@redhat.com> - 1.2.2-0.29.20140317git169da60c
|
||||||
|
- Cleanup spec file conditionals and add needed BuildRequires for perl
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-0.28.20140317git169da60c
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-0.28.20140317git169da60c
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user