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