]> git.pld-linux.org Git - packages/pida.git/blob - pida.spec
- new; unfinished
[packages/pida.git] / pida.spec
1 Summary:        A framework for integrated development
2 Name:           pida
3 Version:        0.3.1
4 Release:        0.1
5 License:        GPL
6 Group:          Development/Tools
7 Source0:        http://download.berlios.de/pida/%{name}-%{version}.tar.gz
8 # Source0-md5:  dca8a7d8b92ee7619992b26aa9dd6186
9 URL:            http://pida.vm.bytemark.co.uk/projects/pida
10 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13
14 %description
15 PIDA is an integrated development environment (IDE) for UNIX-like
16 operating systems.
17
18 Unique Features:
19 - Vim embedding
20 - File browser that understands version status information for CVS,
21   Subversion, Darcs, Monotone, Mercurial, Bazaar-ng and Arch
22 - Built in GTK rapid application development
23 - Many more unique and obsessive touches
24
25 %prep
26 %setup -q
27
28 %build
29 python setup.py build
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 python setup.py install \
35         --install-data=%{_datadir}/%{name} \
36         --single-version-externally-managed \
37         --root=$RPM_BUILD_ROOT \
38         --optimize=2
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc docs/html/* AUTHORS CHANGELOG README
46 %attr(755,root,root) %{_bindir}/*
47 %{py_sitescriptdir}/*
48 %{_datadir}/%{name}
This page took 0.030652 seconds and 4 git commands to generate.