package created using the webbuild interface [release 1.1.0-1mamba;Thu Sep 06 2018]
This commit is contained in:
parent
3742a0d6a4
commit
3bfbe1df01
@ -1,2 +1,4 @@
|
|||||||
# python-sphinxcontrib-websupport
|
# python-sphinxcontrib-websupport
|
||||||
|
|
||||||
|
Sphinx documentation generator.
|
||||||
|
|
||||||
|
48
python-sphinxcontrib-websupport.spec
Normal file
48
python-sphinxcontrib-websupport.spec
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
Name: python-sphinxcontrib-websupport
|
||||||
|
Version: 1.1.0
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Sphinx documentation generator
|
||||||
|
Group: System/Libraries
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://www.sphinx-doc.org/en/master/
|
||||||
|
Source: http://pypi.debian.net/sphinxcontrib-websupport/sphinxcontrib-websupport-%{version}.tar.gz
|
||||||
|
License: BSD
|
||||||
|
## 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 sphinxcontrib-websupport-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%{__python} setup.py install \
|
||||||
|
-O1 --skip-build \
|
||||||
|
--root="%{buildroot}" \
|
||||||
|
--install-headers=%{python_inc} \
|
||||||
|
--install-lib=%{python_sitearch} \
|
||||||
|
--record=%{name}.filelist
|
||||||
|
|
||||||
|
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc LICENSE
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Sep 06 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user