%define majver %(echo %version | cut -d. -f1-2) Name: qt-creator Version: 2.8.1 Release: 2mamba Summary: An integrated development environment (IDE) tailored to the needs of Qt developers Group: Development/Tools Vendor: openmamba Distribution: openmamba Packager: Stefano Cotta Ramusino URL: http://qt.digia.com/Product/Developer-Tools/ Source: http://download.qt-project.org/official_releases/qtcreator/%{majver}/%{version}/qt-creator-%{version}-src.tar.gz Source1: qtcreator.desktop Source2: qtcreator-wrapper License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libQtDeclarative BuildRequires: libgcc BuildRequires: libperl BuildRequires: libqt4-devel BuildRequires: libstdc++6-devel BuildRequires: perl-devel ## AUTOBUILDREQ-END Requires: libqt4-demos Requires: libqt4-designer Requires: libqt4-devel Requires: gcc-c++ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Qt Creator is a cross-platform integrated development environment (IDE) tailored to the needs of Qt developers. It includes: * An advanced C++ code editor * Integrated GUI layout and forms designer * Project and build management tools * Integrated, context-sensitive help system * Visual debugger * Rapid code navigation tools * Supports multiple platforms %prep %setup -q -n %{name}-%{version}-src %build %{_qt4_qmake} \ IDE_LIBRARY_BASENAME=%{_lib} %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall \ INSTALL_ROOT=%{buildroot}%{_prefix} mv %{buildroot}%{_bindir}/qtcreator %{buildroot}%{_bindir}/qtcreator.bin # install wrapper install -D -m 755 %{S:2} %{buildroot}%{_bindir}/qtcreator install -d -m0755 %{buildroot}%{_datadir}/pixmaps cp %{buildroot}%{_datadir}/qtcreator/welcomescreen/widgets/images/qtcreator.png \ %{buildroot}%{_datadir}/pixmaps/qtcreator.png # link icons #for i in 16 24 32 48 64 128 256 #do # install -d %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps # ln -s ../../../../pixmaps/qtcreator_logo_${i}.png \ # %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/qtcreator.png #done # install desktop file install -D -m 644 %{S:1} %{buildroot}%{_datadir}/applications/qtcreator.desktop # copy doc to its correct destination #install -D share/doc/qtcreator/qtcreator.qch \ # %{buildroot}%{_qt4_docdir}/qch/qtcreator.qch rm -rf %{buildroot}%{_docdir} # remove useless devel libraries rm -f %{buildroot}%{_libdir}/qtcreator/*.so # Remove rpaths for f in %{buildroot}{%{_libdir}/qtcreator/{plugins/Nokia/*.so,*.so.?.*},%{_bindir}/qtcreator.bin} do chrpath --list $f && chrpath --delete $f || : done %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/* %dir %{_libdir}/qtcreator %{_libdir}/qtcreator/* %dir %{_datadir}/qtcreator %{_datadir}/qtcreator/* #%{_datadir}/pixmaps/*.png %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/apps/*.png #%{_qt4_docdir}/qch/*.qch %{_datadir}/pixmaps/qtcreator.png %doc README LICENSE.LGPL LGPL_EXCEPTION.TXT %changelog * Fri Jul 11 2014 Silvan Calarco 2.8.1-2mamba - fixed menu icon * Fri Jul 11 2014 Silvan Calarco 2.8.1-1mamba - update to 2.8.1 * Tue Feb 12 2013 Silvan Calarco 2.6.2-1mamba - update to 2.6.2 * Sun Aug 12 2012 Automatic Build System 2.5.2-1mamba - automatic version update by autodist * Wed May 30 2012 Stefano Cotta Ramusino 2.5.0-1mamba - update to 2.5.0 * Tue Oct 04 2011 Stefano Cotta Ramusino 2.3.1-1mamba - update to 2.3.1 * Wed Sep 07 2011 Stefano Cotta Ramusino 2.3.0-1mamba - update to 2.3.0 * Mon Jul 25 2011 Automatic Build System 2.2.1-1mamba - automatic version update by autodist * Fri May 06 2011 Silvan Calarco 2.2.0-1mamba - update to 2.2.0 * Thu Feb 17 2011 Automatic Build System 2.1.0-1mamba - automatic update by autodist * Sun Nov 07 2010 Stefano Cotta Ramusino 2.0.1-1mamba - update to 2.0.1 * Mon Jul 12 2010 Stefano Cotta Ramusino 1.3.1-1mamba - package created by autospec