summaryrefslogtreecommitdiffstats
path: root/dreampie
diff options
context:
space:
mode:
authorRobin Lee <robinlee.sysu@gmail.com>2010-06-14 13:09:37 +0800
committerRobin Lee <robinlee.sysu@gmail.com>2010-06-14 13:09:37 +0800
commitd40e5a17d9aef5480af140b8535475884a8ccf57 (patch)
tree24a1ef63ffd07e1564f94ed2a87eeb55c1bf07fa /dreampie
parentac169ea8afd36ba8378485656e5ae247586f2e57 (diff)
downloadrpm-d40e5a17d9aef5480af140b8535475884a8ccf57.tar.gz
rpm-d40e5a17d9aef5480af140b8535475884a8ccf57.tar.xz
rpm-d40e5a17d9aef5480af140b8535475884a8ccf57.zip
dreampie 1.0.2 and gmchess 0.20.6 from Kunshan Wang <wks1986@gmail.com>
Diffstat (limited to 'dreampie')
-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
+