python-alabaster/python-alabaster.spec

55 lines
1.5 KiB
RPMSpec
Raw Permalink Normal View History

Name: python-alabaster
Version: 0.7.12
Release: 1mamba
Summary: A configurable sidebar-enabled Sphinx theme
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pypi.python.org/pypi/alabaster
Source: https://pypi.debian.net/alabaster/alabaster-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
## AUTOBUILDREQ-END
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
%{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n alabaster-%{version}
%build
CFLAGS="%{optflags}" %{__python} setup.py build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} setup.py install \
-O1 --skip-build \
--root="%{buildroot}" \
--install-headers=%{_includedir}/python \
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%doc LICENSE
%changelog
* Thu May 16 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.12-1mamba
- update to 0.7.12
* Sat Sep 17 2016 Automatic Build System <autodist@mambasoft.it> 0.7.9-1mamba
- automatic update by autodist
* Fri Mar 20 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.2-1mamba
- package created using the webbuild interface