]> git.pld-linux.org Git - packages/pida.git/commitdiff
- new; unfinished
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 26 Feb 2006 22:39:56 +0000 (22:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pida.spec -> 1.1

pida.spec [new file with mode: 0644]

diff --git a/pida.spec b/pida.spec
new file mode 100644 (file)
index 0000000..8cd2b81
--- /dev/null
+++ b/pida.spec
@@ -0,0 +1,48 @@
+Summary:       A framework for integrated development
+Name:          pida
+Version:       0.3.1
+Release:       0.1
+License:       GPL
+Group:         Development/Tools
+Source0:       http://download.berlios.de/pida/%{name}-%{version}.tar.gz
+# Source0-md5: dca8a7d8b92ee7619992b26aa9dd6186
+URL:           http://pida.vm.bytemark.co.uk/projects/pida
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+
+%description
+PIDA is an integrated development environment (IDE) for UNIX-like
+operating systems.
+
+Unique Features:
+- Vim embedding
+- File browser that understands version status information for CVS,
+  Subversion, Darcs, Monotone, Mercurial, Bazaar-ng and Arch
+- Built in GTK rapid application development
+- Many more unique and obsessive touches
+
+%prep
+%setup -q
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+       --install-data=%{_datadir}/%{name} \
+       --single-version-externally-managed \
+        --root=$RPM_BUILD_ROOT \
+        --optimize=2
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc docs/html/* AUTHORS CHANGELOG README
+%attr(755,root,root) %{_bindir}/*
+%{py_sitescriptdir}/*
+%{_datadir}/%{name}
This page took 0.0629 seconds and 4 git commands to generate.