Hello community,

here is the log from the commit of package googletest for openSUSE:Factory 
checked in at 2015-03-03 11:14:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/googletest (Old)
 and      /work/SRC/openSUSE:Factory/.googletest.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "googletest"

Changes:
--------
--- /work/SRC/openSUSE:Factory/googletest/googletest.changes    2014-07-11 
06:45:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.googletest.new/googletest.changes       
2015-03-03 11:14:31.000000000 +0100
@@ -1,0 +2,12 @@
+Sat Feb 28 13:29:29 UTC 2015 - [email protected]
+
+- Correct typo in library name
+
+-------------------------------------------------------------------
+Fri Feb 27 18:04:48 UTC 2015 - [email protected]
+
+- Use source url
+- Package libraries as libgoogletest0
+- Run tests when building
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ googletest.spec ++++++
--- /var/tmp/diff_new_pack.VIUPkL/_old  2015-03-03 11:14:32.000000000 +0100
+++ /var/tmp/diff_new_pack.VIUPkL/_new  2015-03-03 11:14:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package googletest
 #
-# Copyright (c) 2014 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
@@ -16,6 +16,7 @@
 #
 
 
+%define libname lib%{name}0
 Name:           googletest
 Version:        1.7.0
 Release:        0
@@ -23,11 +24,10 @@
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 Url:            http://code.google.com/p/googletest/
-Source0:        gtest-%{version}.zip
+Source0:        https://googletest.googlecode.com/files/gtest-%{version}.zip
 #PATCH-FIX-UPSTREAM [email protected] Google thinks `make install`
 #is dangerous, but I don't think so.
-Patch:          googletest-enable-make-install.patch
-BuildRequires:  cmake
+Patch0:         googletest-enable-make-install.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  python
@@ -42,10 +42,24 @@
 fatal and non-fatal failures, value- and type-parameterized tests,
 various options for running the tests, and XML test report generation.
 
+%package       -n %{libname}
+Summary:        Google C++ Testing Framework
+Group:          Development/Libraries/C and C++
+Provides:       %{name} = %{version}
+Obsoletes:      %{name} < %{version}
+
+%description   -n %{libname}
+Google\'s framework for writing C++ tests on a variety of platforms
+(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian).
+Based on the xUnit architecture. Supports automatic test discovery,
+a rich set of assertions, user-defined assertions, death tests,
+fatal and non-fatal failures, value- and type-parameterized tests,
+various options for running the tests, and XML test report generation.
+
 %package        devel
 Summary:        Development files for googletest
 Group:          Development/Libraries/C and C++
-Requires:       %{name} = %{version}
+Requires:       %{libname} = %{version}
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -53,23 +67,30 @@
 
 %prep
 %setup -q -n gtest-%{version}
-%patch -p1
+%patch0 -p1
 autoreconf -fi
 
 %build
-%configure --disable-static
+%configure \
+       --enable-static=no
 make %{?_smp_mflags}
 
+%if 0%{?suse_version} > 1310
+%check
+make check %{?_smp_mflags}
+%endif
+
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 mkdir -p %{buildroot}%{_bindir}
 install -m 755 scripts/gtest-config %{buildroot}%{_bindir}
-find %{buildroot}%{_libdir} -name "*.la" -type f -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
+
+%post -n %{libname} -p /sbin/ldconfig
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
-%files
+%files -n %{libname}
 %defattr(-, root, root)
 %doc README LICENSE CONTRIBUTORS CHANGES
 %{_libdir}/libgtest.so.0


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to