From a90f18f51695b9e54f7a8d7537971e6bd2ea7a10d5d6597779357390054a8455 Mon Sep 17 00:00:00 2001 From: Hillwood Yang Date: Tue, 15 Mar 2016 14:00:24 +0000 Subject: [PATCH] Accepting request 373257 from home:qzhao:branches:M17N Make sure source code's COPYING file install by default. OBS-URL: https://build.opensuse.org/request/show/373257 OBS-URL: https://build.opensuse.org/package/show/M17N/google-glog?expand=0&rev=6 --- google-glog.changes | 5 +++++ google-glog.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/google-glog.changes b/google-glog.changes index 2b021d7..0d533a4 100644 --- a/google-glog.changes +++ b/google-glog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 29 20:01:48 UTC 2016 - qzhao@suse.com + +- Make sure source code's COPYING file install by default. + ------------------------------------------------------------------- Sat Jun 29 18:05:14 UTC 2013 - i@marguerite.su diff --git a/google-glog.spec b/google-glog.spec index 66e3432..18a0e67 100644 --- a/google-glog.spec +++ b/google-glog.spec @@ -1,7 +1,7 @@ # # spec file for package google-glog # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -69,6 +69,7 @@ rm -rf %{buildroot}%{_libdir}/*.{a,la} mkdir -p %{buildroot}%{_docdir}/%{name} mv %{buildroot}%{_datadir}/doc/glog-%{version}/* %{buildroot}%{_docdir}/%{name}/ rm -rf %{buildroot}%{_docdir}/%{name}/INSTALL +install COPYING %{buildroot}%{_docdir}/%{name} %post -n libglog0 -p /sbin/ldconfig