dreampie/dreampie.spec

56 lines
1.4 KiB
RPMSpec

Name: dreampie
Version: 1.2.1
Release: 1mamba
Summary: An interactive Python shell
Group: Applications/Shells
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.dreampie.org/
Source: https://pypi.debian.net/dreampie/dreampie-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython27-devel
## AUTOBUILDREQ-END
Requires: python27
Requires: pygtksourceview
Requires: pygtk
BuildArch: noarch
%description
DreamPie is an interactive Python shell.
%prep
%setup -q
%build
%{__python27} setup.py build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python27} setup.py install \
-O1 --skip-build \
--root="%{buildroot}" \
--install-headers=%{python27_inc} \
--install-lib=%{python27_sitearch} \
--record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.filelist
%defattr(-,root,root)
%doc COPYING
%changelog
* Wed Feb 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
- update to 1.2.1
* Wed Jun 12 2013 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
- automatic version update by autodist
* Mon May 24 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.0.2-1mamba
- package created by autospec