1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Name: python-setup-install
Version: 1.0
Release: 0
Summary: python-setup-install warning
License: MIT
URL: https://www.example.com
Source: Source.tar.gz
BuildRequires: gcc
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
A test specfile with python setup.py test that is deprecated.
%prep
%setup -q
%build
python3 setup.py build
%install
python3 setup.py install
%check
%files
%license COPYING
%doc ChangeLog README
%changelog
|