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:
Claudio Freire 2011-09-21 14:39:15 +00:00 committed by Git OBS Bridge
parent f157d9e9dd
commit 47b79c9a70

View File

@ -1,5 +1,3 @@
# norootforbuild
Name: python-ipaddr
Version: 2.1.9
Release: 1
@ -27,7 +25,6 @@ Requires: python
BuildRequires: python-devel
%endif
%endif
Autoreqprov: on
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArchitectures: noarch
%endif
@ -57,11 +54,9 @@ grep -v '[.]py[co]$' INSTALLED_FILES > INSTALLED_FILES_MDK
mv -f INSTALLED_FILES_MDK INSTALLED_FILES
%endif
%clean
rm -rf %{buildroot}
%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc README
%doc COPYING
%changelog