Added COPYING (license) to the docs, removed %clean (not required in OBS), autoreqprov (on by default) and #norootforbuild
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ipaddr?expand=0&rev=15
This commit is contained in:
parent
f157d9e9dd
commit
47b79c9a70
@ -1,5 +1,3 @@
|
|||||||
# norootforbuild
|
|
||||||
|
|
||||||
Name: python-ipaddr
|
Name: python-ipaddr
|
||||||
Version: 2.1.9
|
Version: 2.1.9
|
||||||
Release: 1
|
Release: 1
|
||||||
@ -27,7 +25,6 @@ Requires: python
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
Autoreqprov: on
|
|
||||||
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
|
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
|
||||||
BuildArchitectures: noarch
|
BuildArchitectures: noarch
|
||||||
%endif
|
%endif
|
||||||
@ -57,11 +54,9 @@ grep -v '[.]py[co]$' INSTALLED_FILES > INSTALLED_FILES_MDK
|
|||||||
mv -f INSTALLED_FILES_MDK INSTALLED_FILES
|
mv -f INSTALLED_FILES_MDK INSTALLED_FILES
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f INSTALLED_FILES
|
%files -f INSTALLED_FILES
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README
|
%doc README
|
||||||
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user