- qt-copy-patches-20090215
- License: +LGPLv2
This commit is contained in:
parent
ae3d78d82d
commit
db977ee129
@ -3,3 +3,4 @@ hi48-app-qt4-logo.png
|
||||
qt-x11-opensource-src-4.4.3.tar.bz2
|
||||
qt-copy-patches-20090205svn.tar.bz2
|
||||
qt-x11-opensource-src-4.5.0-rc1.tar.bz2
|
||||
qt-copy-patches-20090215svn.tar.bz2
|
||||
|
@ -7,8 +7,7 @@ set -x
|
||||
rm -rf $EXPORT_DIR
|
||||
|
||||
# trunk tracking qt-4.5 now
|
||||
#SVN_ROOT=svn://anonsvn.kde.org/home/kde/trunk/qt-copy
|
||||
SVN_ROOT=svn://anonsvn.kde.org/home/kde/branches/qt/4.4
|
||||
SVN_ROOT=svn://anonsvn.kde.org/home/kde/trunk/qt-copy
|
||||
|
||||
svn export --non-recursive $SVN_ROOT $EXPORT_DIR/
|
||||
svn export $SVN_ROOT/patches $EXPORT_DIR/patches
|
||||
|
12
qt.spec
12
qt.spec
@ -9,10 +9,10 @@ Epoch: 1
|
||||
Name: qt4
|
||||
%endif
|
||||
Version: 4.5.0
|
||||
Release: 0.rc1.0%{?dist}
|
||||
Release: 0.2.rc1%{?dist}
|
||||
|
||||
# GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
|
||||
License: GPLv3 with exceptions or GPLv2 with exceptions
|
||||
License: LGPLv2 or GPLv3 with exceptions or GPLv2 with exceptions
|
||||
Group: System Environment/Libraries
|
||||
Url: http://www.trolltech.com/products/qt/
|
||||
Source0: ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-%{version}%{?pre}.tar.bz2
|
||||
@ -41,7 +41,7 @@ patch11: qt-x11-opensource-src-4.5.0-rc1-misc.patch
|
||||
Patch12: qt-x11-opensource-src-4.5.0-rc1-ppc64.patch
|
||||
|
||||
## qt-copy patches
|
||||
#define qt_copy 20090205
|
||||
%define qt_copy 20090215
|
||||
Source1: qt-copy-patches-svn_checkout.sh
|
||||
%{?qt_copy:Source2: qt-copy-patches-%{qt_copy}svn.tar.bz2}
|
||||
%{?qt_copy:Provides: qt-copy = %{qt_copy}}
|
||||
@ -272,9 +272,7 @@ Qt libraries which are used for drawing widgets and OpenGL items.
|
||||
%setup -q -n qt-x11-opensource-src-%{version}%{?pre} %{?qt_copy:-a 2}
|
||||
|
||||
%if 0%{?qt_copy}
|
||||
echo "0242" >> patches/DISABLED
|
||||
echo "0250" >> patches/DISABLED
|
||||
echo "0251" >> patches/DISABLED
|
||||
|
||||
test -x apply_patches && ./apply_patches
|
||||
%endif
|
||||
@ -739,6 +737,10 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Feb 15 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-0.2.rc1
|
||||
- qt-copy-patches-20090215
|
||||
- License: +LGPLv2
|
||||
|
||||
* Wed Feb 11 2009 Than Ngo <than@redhat.com> - 4.5.0-0.rc1.0
|
||||
- 4.5.0 rc1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user