Accepting request 202040 from KDE:Qt51
Update to 5.1.1, resubmitted due to factory-repo-checker bug OBS-URL: https://build.opensuse.org/request/show/202040 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtquickcontrols?expand=0&rev=2
This commit is contained in:
parent
c249d96ea1
commit
c97aa53157
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 29 20:15:56 UTC 2013 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to version 5.1.1:
|
||||
* Bugfix release, please see
|
||||
http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
|
||||
http://qt.gitorious.org/qt/qtquickcontrols/blobs/release/dist/changes-5.1.1
|
||||
and http://qt-project.org/wiki/Qt511KnownIssues for known issues
|
||||
- Small spec cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 7 07:23:51 UTC 2013 - stephan.binner@basyskom.com
|
||||
|
||||
|
@ -17,53 +17,50 @@
|
||||
|
||||
|
||||
Name: libqt5-qtquickcontrols
|
||||
BuildRequires: fdupes
|
||||
Version: 5.1.0
|
||||
Version: 5.1.1
|
||||
Release: 0
|
||||
%define base_name libqt5
|
||||
%define real_version 5.1.0
|
||||
%define so_version 5.1.0
|
||||
%define tar_version qtquickcontrols-opensource-src-%{real_version}
|
||||
BuildRequires: libQt5Quick-private-headers-devel
|
||||
BuildRequires: xz
|
||||
Url: http://qt.digia.com
|
||||
Summary: Qt 5 Serial Port Addon
|
||||
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
|
||||
Summary: Qt 5 Serial Port Addon
|
||||
Url: http://qt.digia.com
|
||||
Group: Development/Libraries/X11
|
||||
Source: %{tar_version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
%define base_name libqt5
|
||||
%define real_version 5.1.1
|
||||
%define so_version 5.1.1
|
||||
%define tar_version qtquickcontrols-opensource-src-%{real_version}
|
||||
BuildRequires: libQt5Quick-private-headers-devel >= %{version}
|
||||
BuildRequires: xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
|
||||
%description
|
||||
Qt is a set of libraries for developing applications.
|
||||
|
||||
This package contains base tools, like string, xml, and network
|
||||
handling.
|
||||
|
||||
|
||||
|
||||
%prep
|
||||
%define plugindir %_libdir/qt5/plugins
|
||||
%define plugindir %{_libdir}/qt5/plugins
|
||||
%setup -q -n qtquickcontrols-opensource-src-%{real_version}
|
||||
|
||||
|
||||
%build
|
||||
export PATH=%_libqt5_bindir:$PATH
|
||||
export PATH=%{_libqt5_bindir}:$PATH
|
||||
%ifarch ppc64
|
||||
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc"
|
||||
RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%endif
|
||||
export CXXFLAGS="$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF"
|
||||
export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF"
|
||||
export MAKEFLAGS="%{?jobs:-j %jobs}"
|
||||
export CXXFLAGS="$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF"
|
||||
export CFLAGS="$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF"
|
||||
export MAKEFLAGS="%{?_smp_mflags}"
|
||||
qmake
|
||||
make
|
||||
|
||||
%install
|
||||
make INSTALL_ROOT=$RPM_BUILD_ROOT install
|
||||
make INSTALL_ROOT=%{buildroot} install
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,755)
|
||||
%_libqt5_archdatadir/qml/QtQuick
|
||||
%{_libqt5_archdatadir}/qml/QtQuick
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88d39421d78464c3900c37616e8369fc8d998c1b0f611980e6e082f46569646b
|
||||
size 546992
|
3
qtquickcontrols-opensource-src-5.1.1.tar.xz
Normal file
3
qtquickcontrols-opensource-src-5.1.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52fe58cb83f7b76d46abd12485713a7bd62a3b2739a7271098e0a1ea25d9fec3
|
||||
size 549880
|
Loading…
Reference in New Issue
Block a user