rpms/qt-creator/devel qtcreator-bin-wrapper, NONE, 1.1 .cvsignore, 1.8, 1.9 import.log, 1.7, 1.8 qt-creator.spec, 1.11, 1.12 sources, 1.8, 1.9

Itamar Reis Peixoto itamarjp at fedoraproject.org
Wed Nov 18 01:59:10 UTC 2009


Author: itamarjp

Update of /cvs/pkgs/rpms/qt-creator/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9386/devel

Modified Files:
	.cvsignore import.log qt-creator.spec sources 
Added Files:
	qtcreator-bin-wrapper 
Log Message:
qt-creator 1.3 rc



--- NEW FILE qtcreator-bin-wrapper ---
#!/bin/sh

bindir=$(dirname "$(readlink -nf $0)")
if test "$(uname -m)" = "x86_64" ; then
    libdir=$(cd "${bindir}/../lib64" ; pwd)
else
    libdir=$(cd "${bindir}/../lib" ; pwd)
fi
LD_LIBRARY_PATH="${libdir}/qtcreator:${LD_LIBRARY_PATH}" exec "${bindir}/qtcreator.bin" ${1+"$@"}


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qt-creator/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	19 Oct 2009 01:15:14 -0000	1.8
+++ .cvsignore	18 Nov 2009 01:59:10 -0000	1.9
@@ -1 +1 @@
-qt-creator-qt-creator-1.3.0-beta.tar.gz
+qt-creator-qt-creator-1.3.0.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/qt-creator/devel/import.log,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- import.log	12 Sep 2009 05:36:21 -0000	1.7
+++ import.log	18 Nov 2009 01:59:10 -0000	1.8
@@ -5,3 +5,4 @@ qt-creator-1_2_0-1_fc11:HEAD:qt-creator-
 qt-creator-1_2_0-2_fc11:HEAD:qt-creator-1.2.0-2.fc11.src.rpm:1247501081
 qt-creator-1_2_1-1_fc11:HEAD:qt-creator-1.2.1-1.fc11.src.rpm:1247581546
 qt-creator-1_2_90-1_fc12:HEAD:qt-creator-1.2.90-1.fc12.src.rpm:1252733747
+qt-creator-1_3_0-0_2_rc_fc12:HEAD:qt-creator-1.3.0-0.2.rc.fc12.src.rpm:1258507859


Index: qt-creator.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qt-creator/devel/qt-creator.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- qt-creator.spec	18 Oct 2009 22:02:22 -0000	1.11
+++ qt-creator.spec	18 Nov 2009 01:59:10 -0000	1.12
@@ -1,17 +1,18 @@
 Name:           qt-creator
 Version:        1.3.0
-Release:        0.1.beta%{?dist}
+Release:        0.2.rc%{?dist}
 Summary:        Lightweight and cross-platform IDE for Qt
 
 Group:          Development/Tools
 License:        LGPLv2 with exceptions
 URL:            http://www.qtsoftware.com/developer/qt-creator
 #Source0:        http://download.qtsoftware.com/qtcreator/%name-%version-src.tar.gz
-#source0 from http://qt.gitorious.org/qt-creator/qt-creator/commits/1.3.0-beta
-Source0:        qt-creator-qt-creator-1.3.0-beta.tar.gz
+#source0 from http://qt.gitorious.org/qt-creator/qt-creator/archive-tarball/1.3.0
+Source0:        qt-creator-qt-creator-1.3.0.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source1:       qtcreator.desktop
+Source2:         qtcreator-bin-wrapper
 
 Requires:       hicolor-icon-theme
 BuildRequires:  qt4-devel >= 4.5.0
@@ -55,6 +56,8 @@ desktop-file-install                    
 --dir=%{buildroot}%{_datadir}/applications              \
 %{SOURCE1}
 
+install -Dp -m 755 %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir}/qtcreator
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -76,6 +79,7 @@ gtk-update-icon-cache %{_datadir}/icons/
 %files
 %defattr(-,root,root,-)
 %doc README LICENSE.LGPL LGPL_EXCEPTION.TXT
+%{_bindir}/qtcreator
 %{_bindir}/qtcreator.bin
 %{_bindir}/qtcreator_process_stub
 %{_libdir}/qtcreator
@@ -86,6 +90,10 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/doc/qtcreator/qtcreator.qch
 
 %changelog
+* Tue Nov 17 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 1.3.0-0.2.rc
+- new version Qt Creator 1.3 Release Candidate(RC)
+- include /usr/bin/qtcreator wrapper to /usr/bin/qtcreator.bin
+
 * Wed Oct 14 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 1.3.0-0.1.beta
 - new version 1.3.0-beta
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qt-creator/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	19 Oct 2009 01:15:14 -0000	1.8
+++ sources	18 Nov 2009 01:59:10 -0000	1.9
@@ -1 +1 @@
-93835b26b00df71fc54dc968caa7c6bf  qt-creator-qt-creator-1.3.0-beta.tar.gz
+68497c4dc327df0eadefab2ce7bd5683  qt-creator-qt-creator-1.3.0.tar.gz




More information about the scm-commits mailing list