5.1.1
This commit is contained in:
parent
9be8ba7583
commit
1ec431bd35
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/qtmultimedia-opensource-src-5.0.2.tar.xz
|
||||
/qtmultimedia-opensource-src-5.1.1.tar.xz
|
||||
|
@ -3,13 +3,13 @@
|
||||
|
||||
Summary: Qt5 - Multimedia support
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.0.2
|
||||
Release: 3%{?dist}
|
||||
Version: 5.1.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
Url: http://qt-project.org/
|
||||
Source0: http://download.qt-project.org/archive/qt/5.0/%{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
|
||||
|
||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||
BuildRequires: qt5-qtdeclarative-devel >= %{version}
|
||||
@ -73,6 +73,7 @@ rm -fv %{buildroot}%{_qt5_libdir}/lib*.la
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.GPL LICENSE.LGPL
|
||||
%{_qt5_libdir}/libQt5Multimedia.so.5*
|
||||
%{_qt5_libdir}/libQt5MultimediaQuick_p.so.5*
|
||||
%{_qt5_libdir}/libQt5MultimediaWidgets.so.5*
|
||||
@ -103,6 +104,9 @@ rm -fv %{buildroot}%{_qt5_libdir}/lib*.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 29 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-1
|
||||
- 5.1.1
|
||||
|
||||
* Wed Aug 28 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-3
|
||||
- update Source URL (and refetch tarball)
|
||||
- improved summary/description
|
||||
|
Loading…
Reference in New Issue
Block a user