Drop unused devel package (Rex Dieter, #1008527)

This commit is contained in:
Lubomir Rintel 2013-09-23 19:54:10 +02:00
parent 5829350275
commit ce6d001f8c

View File

@ -4,7 +4,7 @@
Name: qt5-%{qt_module} Name: qt5-%{qt_module}
Version: 5.1.1 Version: 5.1.1
Summary: Qt5 - module with set of QtQuick controls Summary: Qt5 - module with set of QtQuick controls
Release: 1%{?dist} Release: 2%{?dist}
License: BSD and (LGPLv2 with exceptions or GPLv3 with exceptions) and GFDL License: BSD and (LGPLv2 with exceptions or GPLv3 with exceptions) and GFDL
Url: http://qt-project.org/ Url: http://qt-project.org/
Source0: http://download.qt-project.org/official_releases/qt/5.1/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz Source0: http://download.qt-project.org/official_releases/qt/5.1/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
@ -26,16 +26,6 @@ The Qt Quick Controls module provides a set of controls that can be used to
build complete interfaces in Qt Quick. build complete interfaces in Qt Quick.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: qt5-qtbase-devel%{?_isa}
%description devel
Files useful for developing and building applications with QtQuick Controls
module.
%prep %prep
%setup -q -n %{qt_module}-opensource-src-%{version} %setup -q -n %{qt_module}-opensource-src-%{version}
@ -65,5 +55,8 @@ make install INSTALL_ROOT=$RPM_BUILD_ROOT
%changelog %changelog
* Mon Sep 23 2013 Lubomir Rintel <lkundrak@v3.sk> - 5.1.1-2
- Drop unused devel package (Rex Dieter, #1008527)
* Wed Sep 11 2013 Lubomir Rintel <lkundrak@v3.sk> - 5.1.1-1 * Wed Sep 11 2013 Lubomir Rintel <lkundrak@v3.sk> - 5.1.1-1
- Initial packaging - Initial packaging