]> git.pld-linux.org Git - packages/dreampie.git/blame - dreampie.spec
BR: rpmbuild(macros) >= 1.710
[packages/dreampie.git] / dreampie.spec
CommitLineData
7e200d3d 1Summary: Python shell
2Summary(pl.UTF-8): Powłoka Pythona
3Name: dreampie
29383266 4Version: 1.1
7e200d3d 5Release: 1
6License: GPL v3+
7Group: Development/Languages/Python
29383266 8Source0: http://launchpad.net/dreampie/trunk/%{version}/+download/%{name}-%{version}.tar.gz
9# Source0-md5: 57ced153616069ca6c3c7d37bb30633a
7e200d3d 10URL: http://dreampie.sourceforge.net/
11BuildRequires: python-devel
12BuildRequires: rpm-pythonprov
ad64f2b3 13BuildRequires: rpmbuild(macros) >= 1.710
7e200d3d 14Requires: python-gtksourceview2
15Requires: python-modules
16Requires: python-pygtk-glade
17Requires: python-pygtk-gtk
18Requires: python-pygtk-pango
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23This is DreamPie - The Python shell you've always dreamed about!
24
25%description -l pl.UTF-8
9ffed752 26Powłoka Pythona z Twoich snów!
7e200d3d 27
28%prep
29%setup -q
30
31%build
df92faf3 32%py_build
7e200d3d 33
34%install
35rm -rf $RPM_BUILD_ROOT
df92faf3 36%py_install
7e200d3d 37
38%py_postclean
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%doc README
46%attr(755,root,root) %{_bindir}/*
47%dir %{_datadir}/%{name}
48%dir %{py_sitescriptdir}/dreampielib
49%{_datadir}/%{name}/*
50%{_desktopdir}/%{name}.desktop
51%{_mandir}/man1/*
52%{_pixmapsdir}/%{name}*
53%{py_sitescriptdir}/dreampielib/*/*.py[co]
54%{py_sitescriptdir}/dreampielib/*.py[co]
55%if "%{py_ver}" > "2.4"
56%{py_sitescriptdir}/dreampie-*.egg-info
57%endif
This page took 0.098742 seconds and 4 git commands to generate.