From ec31f58e720f4f941ab1dded55cb575001c243bff95dd846d8a14bb0169b9502 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Fri, 17 Jul 2015 09:01:55 +0000 Subject: [PATCH] - Don't ship the 'weather' example anymore (fate#318342). OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/expect?expand=0&rev=17 --- expect.changes | 5 +++++ expect.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/expect.changes b/expect.changes index 73ebaf8..eb295b1 100644 --- a/expect.changes +++ b/expect.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 17 09:01:09 UTC 2015 - max@suse.com + +- Don't ship the 'weather' example anymore (fate#318342). + ------------------------------------------------------------------- Tue Mar 26 13:12:41 UTC 2013 - mmeister@suse.com diff --git a/expect.spec b/expect.spec index c3a76cf..fe4d4c5 100644 --- a/expect.spec +++ b/expect.spec @@ -1,7 +1,7 @@ # # spec file for package expect # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -81,6 +81,7 @@ sed -i \ make install DESTDIR=$RPM_BUILD_ROOT pkglibdir=%_libdir/tcl/%name%version # Remove some executables and manpages we don't want to ship rm $RPM_BUILD_ROOT%_prefix/bin/*passwd +rm $RPM_BUILD_ROOT%_prefix/bin/weather rm $RPM_BUILD_ROOT%_mandir/*/*passwd* %files