From 64e7236ae51939fbea9e586dd4e02209e80da94a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 26 Feb 2006 22:39:56 +0000 Subject: [PATCH] - new; unfinished Changed files: pida.spec -> 1.1 --- pida.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 pida.spec diff --git a/pida.spec b/pida.spec new file mode 100644 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} -- 2.44.0