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
This commit is contained in:
Hillwood Yang 2016-03-15 14:00:24 +00:00 committed by Git OBS Bridge
parent d6840a7fbe
commit a90f18f516
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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