Author: arekm                        Date: Sun Feb 26 22:40:01 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new; unfinished

---- Files affected:
SPECS:
   pida.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/pida.spec
diff -u /dev/null SPECS/pida.spec:1.1
--- /dev/null   Sun Feb 26 23:40:01 2006
+++ SPECS/pida.spec     Sun Feb 26 23:39:56 2006
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+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}
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/02/26 22:39:56  arekm
+- new; unfinished
+
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to