- 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-x11-opensource-src-4.4.3.tar.bz2
|
||||||
qt-copy-patches-20090205svn.tar.bz2
|
qt-copy-patches-20090205svn.tar.bz2
|
||||||
qt-x11-opensource-src-4.5.0-rc1.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
|
rm -rf $EXPORT_DIR
|
||||||
|
|
||||||
# trunk tracking qt-4.5 now
|
# 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/trunk/qt-copy
|
||||||
SVN_ROOT=svn://anonsvn.kde.org/home/kde/branches/qt/4.4
|
|
||||||
|
|
||||||
svn export --non-recursive $SVN_ROOT $EXPORT_DIR/
|
svn export --non-recursive $SVN_ROOT $EXPORT_DIR/
|
||||||
svn export $SVN_ROOT/patches $EXPORT_DIR/patches
|
svn export $SVN_ROOT/patches $EXPORT_DIR/patches
|
||||||
|
12
qt.spec
12
qt.spec
@ -9,10 +9,10 @@ Epoch: 1
|
|||||||
Name: qt4
|
Name: qt4
|
||||||
%endif
|
%endif
|
||||||
Version: 4.5.0
|
Version: 4.5.0
|
||||||
Release: 0.rc1.0%{?dist}
|
Release: 0.2.rc1%{?dist}
|
||||||
|
|
||||||
# GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
|
# 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
|
Group: System Environment/Libraries
|
||||||
Url: http://www.trolltech.com/products/qt/
|
Url: http://www.trolltech.com/products/qt/
|
||||||
Source0: ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-%{version}%{?pre}.tar.bz2
|
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
|
Patch12: qt-x11-opensource-src-4.5.0-rc1-ppc64.patch
|
||||||
|
|
||||||
## qt-copy patches
|
## qt-copy patches
|
||||||
#define qt_copy 20090205
|
%define qt_copy 20090215
|
||||||
Source1: qt-copy-patches-svn_checkout.sh
|
Source1: qt-copy-patches-svn_checkout.sh
|
||||||
%{?qt_copy:Source2: qt-copy-patches-%{qt_copy}svn.tar.bz2}
|
%{?qt_copy:Source2: qt-copy-patches-%{qt_copy}svn.tar.bz2}
|
||||||
%{?qt_copy:Provides: qt-copy = %{qt_copy}}
|
%{?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}
|
%setup -q -n qt-x11-opensource-src-%{version}%{?pre} %{?qt_copy:-a 2}
|
||||||
|
|
||||||
%if 0%{?qt_copy}
|
%if 0%{?qt_copy}
|
||||||
echo "0242" >> patches/DISABLED
|
|
||||||
echo "0250" >> patches/DISABLED
|
echo "0250" >> patches/DISABLED
|
||||||
echo "0251" >> patches/DISABLED
|
|
||||||
|
|
||||||
test -x apply_patches && ./apply_patches
|
test -x apply_patches && ./apply_patches
|
||||||
%endif
|
%endif
|
||||||
@ -739,6 +737,10 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 11 2009 Than Ngo <than@redhat.com> - 4.5.0-0.rc1.0
|
||||||
- 4.5.0 rc1
|
- 4.5.0 rc1
|
||||||
|
|
||||||
|
1
sources
1
sources
@ -1,3 +1,4 @@
|
|||||||
d9f511e4b51983b4e10eb58b320416d5 hi128-app-qt4-logo.png
|
d9f511e4b51983b4e10eb58b320416d5 hi128-app-qt4-logo.png
|
||||||
6dcc0672ff9e60a6b83f95c5f42bec5b hi48-app-qt4-logo.png
|
6dcc0672ff9e60a6b83f95c5f42bec5b hi48-app-qt4-logo.png
|
||||||
8eee2774c846fa904e98934d7da6414f qt-x11-opensource-src-4.5.0-rc1.tar.bz2
|
8eee2774c846fa904e98934d7da6414f qt-x11-opensource-src-4.5.0-rc1.tar.bz2
|
||||||
|
94ae9401e279dc3cbe2b41bf49b3ea44 qt-copy-patches-20090215svn.tar.bz2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user