diff --git a/COPYING.patch b/COPYING.patch new file mode 100644 index 0000000..e7ff65a --- /dev/null +++ b/COPYING.patch @@ -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. diff --git a/bitlbee.changes b/bitlbee.changes index d7c1c3e..25b6cd7 100644 --- a/bitlbee.changes +++ b/bitlbee.changes @@ -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 diff --git a/bitlbee.spec b/bitlbee.spec index c94e982..732f264 100644 --- a/bitlbee.spec +++ b/bitlbee.spec @@ -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)|' {} \;