[qt-creator] - new version 2.1.0 beta1

Itamar Reis Peixoto itamarjp at fedoraproject.org
Wed Oct 13 11:56:46 UTC 2010


commit a22a8e39f6d143fa77115c1fb09c6edf1943aaa3
Author: Itamar Reis Peixoto <itamar at itamar.ispbrasil.com.br>
Date:   Wed Oct 13 08:56:46 2010 -0300

    - new version 2.1.0 beta1

 .gitignore            |    1 +
 qt-creator.spec       |   15 +++++++--------
 qtcreator-bin-wrapper |    9 ---------
 qtcreator.desktop     |    2 +-
 sources               |    2 +-
 5 files changed, 10 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cadcbdc..057563a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 qt-creator-2.0.0-src.tar.gz
+/qt-creator-2.1.0-beta1-src.tar.gz
diff --git a/qt-creator.spec b/qt-creator.spec
index e4587c7..c59ff78 100644
--- a/qt-creator.spec
+++ b/qt-creator.spec
@@ -1,16 +1,15 @@
 Name:           qt-creator
-Version:        2.0.0
-Release:        2%{?dist}
+Version:        2.1.0
+Release:        1.beta1%{?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://get.qt.nokia.com/qtcreator/%{name}-%{version}-src.tar.gz
+Source0:        http://get.qt.nokia.com/qtcreator/%{name}-%{version}-beta1-src.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source1:       qtcreator.desktop
-Source2:       qtcreator-bin-wrapper
 
 Requires:       hicolor-icon-theme
 Requires:       xdg-utils
@@ -35,7 +34,7 @@ designed to make development with the Qt application framework
 even faster and easier.
 
 %prep
-%setup -q -n %{name}-%{version}-src
+%setup -q -n %{name}-%{version}-beta1-src
 
 %build
 QTDIR="%{_qt4_prefix}" ; export QTDIR ; \
@@ -65,8 +64,6 @@ desktop-file-install                                    \
 --dir=%{buildroot}%{_datadir}/applications              \
 %{SOURCE1}
 
-install -Dp -m 755 %{SOURCE2} $RPM_BUILD_ROOT/%{_bindir}/qtcreator
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -89,7 +86,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr(-,root,root,-)
 %doc README LICENSE.LGPL LGPL_EXCEPTION.TXT
 %{_bindir}/qtcreator
-%{_bindir}/qtcreator.bin
 %{_bindir}/qtcreator_process_stub
 %{_libdir}/qtcreator
 %{_datadir}/qtcreator
@@ -99,6 +95,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/doc/qtcreator/qtcreator.qch
 
 %changelog
+* Wed Oct 13 2010 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 2.1.0-beta1
+- new version 2.1.0 beta1
+
 * Sat Sep 11 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.0.0-2
 - rebuild (#632873)
 
diff --git a/qtcreator.desktop b/qtcreator.desktop
index 7cd862f..267bd1d 100644
--- a/qtcreator.desktop
+++ b/qtcreator.desktop
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Type=Application
-Exec=qtcreator.bin %F
+Exec=qtcreator %F
 Name=Qt Creator
 GenericName=C++ IDE for developing Qt applications
 X-KDE-StartupNotify=true
diff --git a/sources b/sources
index 863c286..8d78dfd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ac76c8ac7de180049ffd90f266c42f0d  qt-creator-2.0.0-src.tar.gz
+01915903d887eb3b90a3ab02ca04312a  qt-creator-2.1.0-beta1-src.tar.gz


More information about the scm-commits mailing list