- Fix FSF address to make rpmlint happy

OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=30
This commit is contained in:
Theo Chatzimichos 2014-12-05 11:38:33 +00:00 committed by Git OBS Bridge
parent e7b79f98ff
commit 9b124072c1
3 changed files with 36 additions and 0 deletions

29
COPYING.patch Normal file
View File

@ -0,0 +1,29 @@
--- bitlbee.orig/COPYING 2014-11-10 14:20:57.734766000 +0200
+++ bitlbee/COPYING 2014-11-10 14:32:15.551355643 +0200
@@ -2,7 +2,7 @@
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin St, 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.
@@ -305,7 +305,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
@@ -313,7 +313,7 @@
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
- Gnomovision version 69, Copyright (C) year name of author
+ Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 5 11:37:57 UTC 2014 - tampakrap@opensuse.org
- Fix FSF address to make rpmlint happy
-------------------------------------------------------------------
Sun Nov 9 22:18:46 UTC 2014 - tampakrap@opensuse.org

View File

@ -47,6 +47,7 @@ Source: http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz
Source1: %{name}.xinetd-suse.in
Source2: %{name}.service-suse.in
Source3: %{name}.init.d-suse.in
Patch0: COPYING.patch
BuildRequires: gcc
BuildRequires: glib2-devel
BuildRequires: glibc-devel
@ -123,6 +124,7 @@ This package contains the user guide:
%prep
%setup -q
%patch0 -p1
# make it verbose!
find . -name Makefile -exec sed -i.orig 's|@$(CC)|$(CC)|;s|@$(LD)|$(LD)|' {} \;