]> git.pld-linux.org Git - packages/pida.git/blame - pida.spec
- new; unfinished
[packages/pida.git] / pida.spec
CommitLineData
64e7236a
AM
1Summary: A framework for integrated development
2Name: pida
3Version: 0.3.1
4Release: 0.1
5License: GPL
6Group: Development/Tools
7Source0: http://download.berlios.de/pida/%{name}-%{version}.tar.gz
8# Source0-md5: dca8a7d8b92ee7619992b26aa9dd6186
9URL: http://pida.vm.bytemark.co.uk/projects/pida
10BuildArch: noarch
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13
14%description
15PIDA is an integrated development environment (IDE) for UNIX-like
16operating systems.
17
18Unique 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
29python setup.py build
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34python setup.py install \
35 --install-data=%{_datadir}/%{name} \
36 --single-version-externally-managed \
37 --root=$RPM_BUILD_ROOT \
38 --optimize=2
39
40%clean
41rm -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.23636 seconds and 4 git commands to generate.