Hello community,

here is the log from the commit of package google-glog for openSUSE:Factory 
checked in at 2016-04-22 16:23:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-glog (Old)
 and      /work/SRC/openSUSE:Factory/.google-glog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "google-glog"

Changes:
--------
--- /work/SRC/openSUSE:Factory/google-glog/google-glog.changes  2013-07-02 
12:24:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.google-glog.new/google-glog.changes     
2016-04-22 16:23:17.000000000 +0200
@@ -1,0 +2,13 @@
+Wed Mar 16 08:14:42 UTC 2016 - [email protected]
+
+- Install documentation in default location with correct 
+  permissions
+- Use macro for configure
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------
+Mon Feb 29 20:01:48 UTC 2016 - [email protected]
+
+- Make sure source code's COPYING file install by default.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ google-glog.spec ++++++
--- /var/tmp/diff_new_pack.sSbT4F/_old  2016-04-22 16:23:18.000000000 +0200
+++ /var/tmp/diff_new_pack.sSbT4F/_new  2016-04-22 16:23:18.000000000 +0200
@@ -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
@@ -58,30 +58,26 @@
 %setup -q -n glog-%{version}
 
 %build
-./configure --prefix=%{_prefix} --libdir=%{_libdir} --docdir=%{_docdir}
+%configure
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
-
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 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
+rm -rf %{buildroot}%{_datadir}/doc/glog-*
 
 %post -n libglog0 -p /sbin/ldconfig
-
 %postun -n libglog0 -p /sbin/ldconfig
 
 %files -n libglog0
 %defattr(-,root,root)
+%doc COPYING
 %{_libdir}/libglog.so.0
 %{_libdir}/libglog.so.0.0.0
-%doc %{_docdir}/%{name}
 
 %files -n glog-devel
 %defattr(-,root,root)
+%doc COPYING AUTHORS ChangeLog README
 %{_includedir}/glog/
 %{_libdir}/libglog.so
 %{_libdir}/pkgconfig/libglog.pc


Reply via email to