Switch from a Git snapshot to a pre-release tarball

This commit is contained in:
Lubomir Rintel 2014-09-24 10:44:16 +02:00
parent cb2709ea36
commit 5003291d05
3 changed files with 11 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/qtwayland.tar.gz /qtwayland.tar.gz
/qtwayland-opensource-src-5.4.0-alpha.tar.xz

View File

@ -1,16 +1,15 @@
%global qt_module qtwayland %global qt_module qtwayland
%define pre alpha
Summary: Qt5 - Wayland platform support and QtCompositor module Summary: Qt5 - Wayland platform support and QtCompositor module
Name: qt5-%{qt_module} Name: qt5-%{qt_module}
Version: 5.3.0 Version: 5.4.0
Release: 0.3.20140723git02c499c%{?dist} Release: 0.%{pre}%{?dist}
License: LGPLv2 with exceptions or GPLv3 with exceptions License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://qt-project.org/wiki/QtWayland Url: http://qt-project.org/wiki/QtWayland
# git clone --no-checkout git://gitorious.org/qt/qtwayland.git Source0: http://download.qt-project.org/development_releases/qt/5.4/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}%{?pre:-%{pre}}.tar.xz
# cd qtwayland/
# git archive 02c499c --prefix=qtwayland/ |gzip >qtwayland.tar.gz
Source0: qtwayland.tar.gz
BuildRequires: qt5-qtbase-devel >= 5.2 BuildRequires: qt5-qtbase-devel >= 5.2
BuildRequires: qt5-qtbase-static >= 5.2 BuildRequires: qt5-qtbase-static >= 5.2
@ -53,7 +52,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep %prep
%setup -q -n %{qt_module} %setup -q -n %{qt_module}-opensource-src-%{version}%{?pre:-%{pre}}
%build %build
@ -104,6 +103,9 @@ install -pm644 gl/include/QtCompositor/%{version}/QtCompositor/private/{wayland-
%changelog %changelog
* Wed Sep 24 2014 Lubomir Rintel <lkundrak@v3.sk> - 5.4.0-0.alpha1
- Switch from a Git snapshot to a pre-release tarball
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-0.3.20140723git02c499c * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-0.3.20140723git02c499c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
912f5acf1b099c018b3b56e67fba49e2 qtwayland.tar.gz bf7fb370300d83ddd8682d276d7c5ec9 qtwayland-opensource-src-5.4.0-alpha.tar.xz