14
0

Autobuild autoformatter for 60305

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netaddr?expand=0&rev=2
This commit is contained in:
Ruediger Oertel
2011-02-11 00:54:27 +00:00
committed by Git OBS Bridge
parent 59913238c6
commit 60345cf38e

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-netaddr (Version 0.7.5) # spec file for package python-netaddr
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,7 @@
# #
Name: python-netaddr Name: python-netaddr
Version: 0.7.5 Version: 0.7.5
Release: 1 Release: 1
@@ -56,14 +57,12 @@ Author:
%prep %prep
%setup -q -n netaddr-%{version} %setup -q -n netaddr-%{version}
%build %build
%{__python} setup.py build %{__python} setup.py build
%install %install
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES %{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
%files -f INSTALLED_FILES %files -f INSTALLED_FILES
%defattr(-,root,root) %defattr(-,root,root)
%changelog