diff --git a/python-netaddr.changes b/python-netaddr.changes index 3a16cfe..3c05c54 100644 --- a/python-netaddr.changes +++ b/python-netaddr.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 3 09:51:36 UTC 2011 - saschpe@suse.de + +- Spec file cleanup: + * Added %changelog + * Removed empty lines + * Added AUTHORS, CHANGELOG, COPYRIGHT, README, LICENSE and + THANKS files (all documentation) + ------------------------------------------------------------------- Wed Oct 6 01:41:45 UTC 2010 - alexandre@exatati.com.br diff --git a/python-netaddr.spec b/python-netaddr.spec index a23d62e..de03479 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -15,12 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: python-netaddr Version: 0.7.5 Release: 1 -License: BSD License +License: BSD3c Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses Url: http://code.google.com/p/netaddr Group: Development/Libraries/Python @@ -28,10 +26,12 @@ Source: netaddr-%{version}.tar.bz2 BuildRequires: python-devel BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{py_requires} -%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} +%if 0%{?suse_version} +%py_requires +%if 0%{?suse_version} > 1110 BuildArch: noarch %endif +%endif %description A pure Python network address representation and manipulation library. @@ -50,12 +50,9 @@ Included are routines for: - querying IEEE OUI and IAB organisational information; - querying of IP standards related data from key IANA data sources. -Author: --------- - David P. D. Moss - %prep %setup -q -n netaddr-%{version} +chmod -x AUTHORS CHANGELOG COPYRIGHT README LICENSE THANKS # remove executable bit from docs %build %{__python} setup.py build @@ -65,4 +62,6 @@ Author: %files -f INSTALLED_FILES %defattr(-,root,root) +%doc AUTHORS CHANGELOG COPYRIGHT README LICENSE THANKS + %changelog