package created using the webbuild interface [release 1.0.1-1mamba;Thu Dec 03 2015]
This commit is contained in:
parent
0a34ec00e6
commit
ca88a2dfb7
49
python-radicale.spec
Normal file
49
python-radicale.spec
Normal file
@ -0,0 +1,49 @@
|
||||
Name: python-radicale
|
||||
Version: 1.0.1
|
||||
Release: 1mamba
|
||||
Summary: CalDAV and CardDAV Server
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://pypi.python.org/pypi/Radicale
|
||||
Source: https://pypi.python.org/packages/source/R/Radicale/Radicale-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel
|
||||
Requires: python3 >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q -n Radicale-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python3} setup.py build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%{__python3} setup.py install \
|
||||
-O1 --skip-build \
|
||||
--root="%{buildroot}" \
|
||||
--install-headers=%{_includedir}/python \
|
||||
--install-lib=%{python3_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
## note: this list is just an example; modify as required
|
||||
# %{python_sitearch}/%{name}.py*
|
||||
# %{python_sitearch}/%{name}.so
|
||||
%doc COPYING
|
||||
## note: eventually add the remaining documents (if any)
|
||||
# %doc README README.rst
|
||||
|
||||
%changelog
|
||||
* Thu Dec 03 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user