Accepting request 93071 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/93071 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipaddr?expand=0&rev=3
This commit is contained in:
commit
11718ac09e
13
license-fix-i90.patch
Normal file
13
license-fix-i90.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: COPYING
|
||||
===================================================================
|
||||
--- COPYING (revision 233)
|
||||
+++ COPYING (revision 234)
|
||||
@@ -187,7 +187,7 @@
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
- Copyright [yyyy] [name of copyright owner]
|
||||
+ Copyright 2008 Google Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 16 14:19:51 UTC 2011 - klaussfreire@users.sourceforge.net
|
||||
|
||||
- Fix license file to have proper attribution
|
||||
(upstream issue 90)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 08:32:18 UTC 2011 - saschpe@suse.de
|
||||
|
||||
|
@ -23,6 +23,8 @@ Summary: Google's IP address manipulation library
|
||||
License: Apache License, Version 2.0
|
||||
Group: Development/Languages/Python
|
||||
Source: ipaddr-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM license-fix-i90.patch [#90]
|
||||
Patch0: license-fix-i90.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
@ -42,6 +44,7 @@ addresses and prefixes.
|
||||
|
||||
%prep
|
||||
%setup -q -n ipaddr-%{version}
|
||||
%patch0 -p0
|
||||
sed -i "1d" ipaddr.py # Fix non-executable script
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user