package created using the webbuild interface [release 0.2-1mamba;Thu Jan 29 2015]
This commit is contained in:
parent
a385bd280f
commit
eda1b159f7
@ -1,2 +1,4 @@
|
||||
# python-whiptail
|
||||
|
||||
Use whiptail to display dialog boxes from shell scripts.
|
||||
|
||||
|
49
python-whiptail.spec
Normal file
49
python-whiptail.spec
Normal file
@ -0,0 +1,49 @@
|
||||
Name: python-whiptail
|
||||
Version: 0.2
|
||||
Release: 1mamba
|
||||
Summary: Use whiptail to display dialog boxes from shell scripts
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://pypi.python.org/pypi/whiptail
|
||||
Source: https://pypi.python.org/packages/source/w/whiptail/whiptail-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q -n whiptail-%{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 -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 LICENSE
|
||||
## note: eventually add the remaining documents (if any)
|
||||
# %doc README.rst
|
||||
|
||||
%changelog
|
||||
* Thu Jan 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user