Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:llunak:attic
QDevelop
project.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File project.diff of Package QDevelop
--- qdevelop.spec.orig +++ qdevelop.spec @@ -0,0 +1,136 @@ +# +# spec file for package qdevelop (Version 0.27.4) +# +# Copyright 2007-2008 Donnie S Bhayangkara <donnie.bhayangkara@opensuse.org> +# Copyright 2009 Buschmann <buschmann23@opensuse.org> +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. +# + +# norootforbuild +# neededforbuild automake autoconf libstdc++-devel libtool libqt4-devel cmake update-desktop-files + +%define _prefix /usr +%define rrelease 1.1 +%define releasesuffix suse%(echo "%{suse_version}" | %__sed -e 's/.$//')DSB + +Name: qdevelop +Version: 0.27.4 +Release: %{rrelease}%{releasesuffix} +Summary: Development Environment for Qt4 +Group: Development/Tools/IDE +License: GPL +URL: http://www.qdevelop.org +#Packager: Donnie S Bhayangkara - http://donnie.110mb.com +Source0: %{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/build-%{name}-%{version} +BuildRequires: automake autoconf libstdc++-devel libtool +BuildRequires: update-desktop-files +BuildRequires: libqt4-devel >= 4.3.0 +BuildRequires: cmake perl +Requires: libqt4 >= 4.3.0 + +%description +QDevelop is a development environment entirely dedicated to Qt4. + + +Authors: +-------- + Jean-Luc Biord <jlbiord@qtfr.org> + +%if !0%{?opensuse_bs} +%debug_package +%endif +%prep +%setup -q -n "%{name}-%{version}" +%{?suse_update_config:%{suse_update_config -f}} +%if 0%{suse_version} > 1030 +qmake +%else +qmake -recursive +%endif + +%build +%__make %{?jobs:-j%{jobs}} + +%install +%__install -D -m 0755 "%{_builddir}/%{name}-%{version}/bin/%{name}" \ + "%{buildroot}%{_bindir}/%{name}" + +%__install -D -m 0644 "%{_builddir}/%{name}-%{version}/resources/images/logo.png" \ + "%{buildroot}%{_datadir}/pixmaps/%{name}.png" + +%__install -d -m 0755 "%{buildroot}%{_datadir}/applications" +%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF +[Desktop Entry] +Encoding=UTF-8 +Type=Application +Exec=%{name} +Name=QDevelop +Comment=A Development Environment for Qt4 +GenericName=IDE for Qt4 +Icon=%{name}.png +Terminal=false +StartupNotify=true +EOF + +perl -pi -e 's/\r\n/\n/g' %{_builddir}/%{name}-%{version}/README.txt + +%suse_update_desktop_file -r %{name} Qt Development IDE + + +%clean +%__rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%doc ChangeLog.txt copying README.txt +%{_bindir}/%{name} +%{_datadir}/pixmaps/%{name}.png +%{_datadir}/applications/%{name}.desktop + +%changelog +* Mon Mar 09 2009 Buschmann <buschmann23@opensuse.org> 0.27.4 +- updated to version 0.27.4 + + Several editor improvements: word wrap, right margin line + + Changable autohide delay for find and replace widgets + + Option for autoclosing comment blocks in editor + + Better interaction with Qt Assistant >= 4.4.0 + + mart click feature: ctrl+left click on some keyword in editor for + "Goto implementation" command, meta(super,win)+left click - for "Goto declaration" + + Better error and warning detection in make output, detection of linker errors + + "Sort" feature was temporary dropped because it would brake any complicated + project file - will return in 0.28 + + The Replace widget is now embeded in editors as the Find widget + + Assistant can be started and controled with the version 4.4.0 of Qt. + Works also with previous versions. +- removed obsolete suse version checks +- adding debug_package macro for building outside the openSUSE Build Service +* Tue Aug 19 2008 Donnie S Bhayangkara <donnie.bhayangkara@opensuse.org> 0.25.99svn_r335 +- updated to svn r335 +* Wed Jul 30 2008 Donnie S Bhayangkara <donnie.bhayangkara@opensuse.org> 0.25.99svn_r332 +- updated to svn r332 +* Wed Jun 1 2008 Donnie S Bhayangkara <donnie.bhayangkara@opensuse.org> 0.25.99svn_r327 +- updated to svn r327 +- fixed version number +* Wed May 21 2008 Donnie S Bhayangkara <donnie.bhayangkara@opensuse.org> 0.25.2svn_r324 +- updated to svn r324 +* Sun May 18 2008 Donnie S Bhayangkara <donnie.bhayangkara@opensuse.org> 0.25.2svn_r323 +- updated to svn r323 +* Sun May 11 2008 Donnie S Bhayangkara <donnie.bhayangkara@opensuse.org> 0.25.2svn_r321 +- updated to svn r321 +* Sun Feb 24 2008 Donnie S Bhayangkara <donnie.bhayangkara@opensuse.org> 0.25.2svn_r318 +- updated to svn r318 +* Sat Jan 26 2008 Donnie S Bhayangkara <donnie.bhayangkara@opensuse.org> 0.25.2 +- new upstream version +* Tue Jun 26 2007 Donnie S Bhayangkara <donnie.bhayangkara@opensuse.org> 0.23 +- build with Qt 4.30 +* Sat Jun 2 2007 Donnie S Bhayangkara <donnie.bhayangkara@opensuse.org> 0.23 +- initial release
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor