My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Summary : A Development Environment for Qt4
Name : qdevelop
Version : 0.25
Release : 1
License : GPL
Group : Development/C++
URL : http://qdevelop.org/
Source : %{name}-%{version}.tar.gz
Packager : Diego Iastrubni <diegoiast@gmail.com>
BuildRoot : %{_tmppath}/%{name}-%{version}-%{release}-builtroot
BuildRequires : cmake libqt4-devel
Requires : libqt4-devel ctags gdb

%description
QDevelop is a development environment entirely dedicated to Qt4.
QDevelop requires Qt4, gcc under Linux or MinGW under Windows, possibly gdb for program debugging and ctags for code completion.
QDevelop is available in English, French, German, Dutch, Polish, Spanish, Chinese, Russian, Italian, Ukrainian, Czech and
Portuguese. If you want to translate in your language, please contact me.

QDevelop is not a Kdevelop like or reduced. It's an independent IDE dedicated to Qt and is totally independent of KDevelop. Less
complete, but faster, light and especially multi-platforms. QDevelop and KDevelop have different code sources.

%prep
%setup
mkdir cbuild
cd cbuild; cmake ../

%build
make -C cbuild

%install
[ "%{buildroot}" != '/' ] && rm -rf %{buildroot}
#mkdir -p $RPM_BUILD_ROOT/%{instaldir_bin}
#cp cmake/QDevelop $RPM_BUILD_ROOT/%{instaldir_bin}

mkdir -p %{buildroot}/usr/bin
cp cbuild/QDevelop %{buildroot}/usr/bin/qdevelop

%clean
rm -fr cbuild

%post
# empty

%preun
# empty

%postun
# empty

%files
%defattr(-,root,root)
%doc copying
%doc ChangeLog.txt
%doc README.txt
/usr/bin/*
%{instaldir_bin}/*

%changelog
* Sat Dec 8 2007 Diego Iastrubni <diegoiast@gmail.com> - 0.25-1
- first package version
Show details Hide details

Change log

r286 by diegoiast on Dec 08, 2007   Diff
 * sed -i
's/elcuco@kde.org/diegoiast@gmail.com/g'
resources/translations/*.ts
 * lupdate QDevelop.pro
 * lrelease QDevelop.pro
 * manual modifications to several TS
files
 * lrelease QDevelop.pro
 * more manual modifications to other
files


Go to: 
Project members, sign in to write a code review

Older revisions

r168 by cucomania on Jun 22, 2007   Diff
version 0.23 can be build from the
svn:
debian/rules get-orig-source will
repackage the zip file as needed by
debian
...
r150 by cucomania on Jun 13, 2007   Diff
first version of the spec. not really
tested, but hey! it builds on etch!
good enough for me :)

All revisions of this file

File info

Size: 1662 bytes, 61 lines
Hosted by Google Code