update FSF address in COPYING-LGPL

... detected by rpmlint
This commit is contained in:
Kamil Dudka 2016-01-06 10:45:11 +01:00
parent 00df9ebde7
commit 6b6c0da6f9
2 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,42 @@
From 0941cfa2dcc264ddd66a2b2f5212819bb3d2e538 Mon Sep 17 00:00:00 2001
From: Kamil Dudka <kdudka@redhat.com>
Date: Tue, 5 Jan 2016 22:40:32 -0500
Subject: [PATCH] COPYING-LGPL: update FSF address
Upstream-commit: 8304b49390c004c516f2c9511c8e68351a775404
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
---
COPYING-LGPL | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/COPYING-LGPL b/COPYING-LGPL
index 99dce33..4362b49 100644
--- a/COPYING-LGPL
+++ b/COPYING-LGPL
@@ -2,7 +2,7 @@
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -485,7 +485,7 @@ convey the exclusion of warranty; and each file should have at least the
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
@@ -500,5 +500,3 @@ necessary. Here is a sample; alter the names:
Ty Coon, President of Vice
That's all there is to it!
-
-
--
2.5.0

View File

@ -11,6 +11,9 @@ License: LGPLv2+ or MIT
URL: http://pycurl.sourceforge.net/
Source0: https://github.com/pycurl/downloads/raw/master/pycurl-%{version}.tar.gz
# update FSF address in COPYING-LGPL (detected by rpmlint)
Patch1: 0001-COPYING-LGPL-update-FSF-address.patch
BuildRequires: python-devel
BuildRequires: python3-devel
BuildRequires: curl-devel >= 7.21.5
@ -52,6 +55,7 @@ of features.
%prep
%setup0 -q -n pycurl-%{version}
%patch1 -p1
# remove binaries packaged by upstream
rm -f tests/fake-curl/libcurl/*.so
@ -111,6 +115,7 @@ rm -rf %{buildroot}%{_datadir}/doc/pycurl
%changelog
* Wed Jan 06 2016 Kamil Dudka <kdudka@redhat.com> - 7.21.5-3
- remove explicit dependency on keyutils-libs (reported by rpmlint)
- update FSF address in COPYING-LGPL (detected by rpmlint)
* Tue Jan 05 2016 Kamil Dudka <kdudka@redhat.com> - 7.21.5-2
- avoid installing binaries generated in %%check to /usr/share