]> git.pld-linux.org Git - packages/dreampie.git/commitdiff
- new
authorwitekfl <witekfl@pld-linux.org>
Fri, 19 Mar 2010 11:40:37 +0000 (11:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dreampie.spec -> 1.1

dreampie.spec [new file with mode: 0644]

diff --git a/dreampie.spec b/dreampie.spec
new file mode 100644 (file)
index 0000000..a8cbdab
--- /dev/null
@@ -0,0 +1,59 @@
+Summary:       Python shell
+Summary(pl.UTF-8):     Powłoka Pythona
+Name:          dreampie
+Version:       1.0.2
+Release:       1
+License:       GPL v3+
+Group:         Development/Languages/Python
+Source0:       http://launchpad.net/dreampie/trunk/1.0.2/+download/%{name}-%{version}.tar.gz
+# Source0-md5: 3eb5d290e35e3df378c0341c142eb91c
+URL:           http://dreampie.sourceforge.net/
+BuildRequires: python-devel
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.219
+Requires:      python-gtksourceview2
+Requires:      python-modules
+Requires:      python-pygtk-glade
+Requires:      python-pygtk-gtk
+Requires:      python-pygtk-pango
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is DreamPie - The Python shell you've always dreamed about!
+
+%description -l pl.UTF-8
+Powłoka Pythona z Twoch snów!
+
+%prep
+%setup -q
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install \
+       --optimize=2 \
+       --root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
+%dir %{py_sitescriptdir}/dreampielib
+%{_datadir}/%{name}/*
+%{_desktopdir}/%{name}.desktop
+%{_mandir}/man1/*
+%{_pixmapsdir}/%{name}*
+%{py_sitescriptdir}/dreampielib/*/*.py[co]
+%{py_sitescriptdir}/dreampielib/*.py[co]
+%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/dreampie-*.egg-info
+%endif
This page took 0.083291 seconds and 4 git commands to generate.