summaryrefslogtreecommitdiffstats
path: root/dreampie/F-13/dreampie.spec
diff options
context:
space:
mode:
Diffstat (limited to 'dreampie/F-13/dreampie.spec')
-rw-r--r--dreampie/F-13/dreampie.spec51
1 files changed, 51 insertions, 0 deletions
diff --git a/dreampie/F-13/dreampie.spec b/dreampie/F-13/dreampie.spec
new file mode 100644
index 0000000..6c8cd09
--- /dev/null
+++ b/dreampie/F-13/dreampie.spec
@@ -0,0 +1,51 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
+Name: dreampie
+Version: 1.0.2
+Release: 0.wks.1
+BuildArch: noarch
+Summary: The Python shell you've always dreamed about!
+
+Group: Development/Libraries
+License: GNU GPL v3
+URL: http://dreampie.sourceforge.net/
+Source0: http://launchpad.net/dreampie/trunk/1.0.2/+download/dreampie-%{version}.tar.gz
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+BuildRequires: python
+Requires: pygtk2
+Requires: pygtksourceview
+
+%description
+DreamPie is a Python shell which is designed to be reliable and fun.
+
+
+%prep
+%setup -q
+
+
+%build
+python setup.py build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python setup.py install --prefix=$RPM_BUILD_ROOT/usr
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING README
+%{_bindir}/**
+%{python_sitelib}/**
+%{_datadir}/**
+
+
+%changelog
+* Mon May 17 2010 Kunshan Wang <wks1986@gmail.com> 1.0.2-0.wks.1
+- Initial RPM release
+