automatic version update by autodist [release 1.11.0-1mamba;Tue Jun 15 2021]
This commit is contained in:
parent
a81ce8931d
commit
5e5472cb83
35
gmock.spec
35
gmock.spec
@ -1,21 +1,19 @@
|
|||||||
Name: gmock
|
Name: gmock
|
||||||
Version: 1.10.0
|
Version: 1.11.0
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: Google C++ Mocking Framework
|
Summary: Google C++ Mocking Framework
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://code.google.com/p/googlemock/
|
URL: https://github.com/google/googlemock
|
||||||
Source: https://github.com/google/googletest.git/release-%{version}/googletest-%{version}.tar.bz2
|
Source: https://github.com/google/googletest.git/release-%{version}/googletest-%{version}.tar.bz2
|
||||||
#Source: http://googlemock.googlecode.com/files/gmock-%{version}.zip
|
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, Google C++ Mocking Framework (or Google Mock for short) is a library for writing and using C++ mock classes.
|
Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, Google C++ Mocking Framework (or Google Mock for short) is a library for writing and using C++ mock classes.
|
||||||
@ -36,9 +34,9 @@ Google Mock:
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Google C++ Mocking Framework
|
Summary: Google C++ Mocking Framework
|
||||||
Provides: gtest
|
Provides: gtest
|
||||||
Obsoletes: gtest
|
Obsoletes: gtest < 1.11.0
|
||||||
Provides: gmock
|
Provides: gmock
|
||||||
Obsoletes: gmock
|
Obsoletes: gmock < 1.11.0
|
||||||
|
|
||||||
%description -n lib%{name}
|
%description -n lib%{name}
|
||||||
Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, Google C++ Mocking Framework (or Google Mock for short) is a library for writing and using C++ mock classes.
|
Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, Google C++ Mocking Framework (or Google Mock for short) is a library for writing and using C++ mock classes.
|
||||||
@ -60,9 +58,9 @@ Group: Development/Libraries
|
|||||||
Summary: Google C++ Mocking Framework
|
Summary: Google C++ Mocking Framework
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: gtest-devel
|
Provides: gtest-devel
|
||||||
Obsoletes: gtest-devel
|
Obsoletes: gtest-devel < 1.11.0
|
||||||
Provides: gmock-devel
|
Provides: gmock-devel
|
||||||
Obsoletes: gmock-devel
|
Obsoletes: gmock-devel < 1.11.0
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, Google C++ Mocking Framework (or Google Mock for short) is a library for writing and using C++ mock classes.
|
Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, Google C++ Mocking Framework (or Google Mock for short) is a library for writing and using C++ mock classes.
|
||||||
@ -108,30 +106,30 @@ Google Mock:
|
|||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgmock.so
|
%{_libdir}/libgmock.so.*
|
||||||
%{_libdir}/libgmock_main.so
|
%{_libdir}/libgmock_main.so.*
|
||||||
%{_libdir}/libgtest.so
|
%{_libdir}/libgtest.so.*
|
||||||
%{_libdir}/libgtest_main.so
|
%{_libdir}/libgtest_main.so.*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/gmock
|
%dir %{_includedir}/gmock
|
||||||
%{_includedir}/gmock/*.h
|
%{_includedir}/gmock/*.h
|
||||||
%{_includedir}/gmock/*.pump
|
|
||||||
%dir %{_includedir}/gmock/internal
|
%dir %{_includedir}/gmock/internal
|
||||||
%{_includedir}/gmock/internal/*.h
|
%{_includedir}/gmock/internal/*.h
|
||||||
#%{_includedir}/gmock/internal/*.pump
|
|
||||||
%dir %{_includedir}/gmock/internal/custom
|
%dir %{_includedir}/gmock/internal/custom
|
||||||
%{_includedir}/gmock/internal/custom/*
|
%{_includedir}/gmock/internal/custom/*
|
||||||
%dir %{_includedir}/gtest
|
%dir %{_includedir}/gtest
|
||||||
%{_includedir}/gtest/*.h
|
%{_includedir}/gtest/*.h
|
||||||
#%{_includedir}/gtest/*.pump
|
|
||||||
%dir %{_includedir}/gtest/internal
|
%dir %{_includedir}/gtest/internal
|
||||||
%{_includedir}/gtest/internal/*.h
|
%{_includedir}/gtest/internal/*.h
|
||||||
%{_includedir}/gtest/internal/*.pump
|
|
||||||
%dir %{_includedir}/gtest/internal/custom
|
%dir %{_includedir}/gtest/internal/custom
|
||||||
%{_includedir}/gtest/internal/custom/*
|
%{_includedir}/gtest/internal/custom/*
|
||||||
|
%{_libdir}/libgmock.so
|
||||||
|
%{_libdir}/libgmock_main.so
|
||||||
|
%{_libdir}/libgtest.so
|
||||||
|
%{_libdir}/libgtest_main.so
|
||||||
%{_libdir}/cmake/GTest/GTest*.cmake
|
%{_libdir}/cmake/GTest/GTest*.cmake
|
||||||
%{_libdir}/pkgconfig/gmock.pc
|
%{_libdir}/pkgconfig/gmock.pc
|
||||||
%{_libdir}/pkgconfig/gmock_main.pc
|
%{_libdir}/pkgconfig/gmock_main.pc
|
||||||
@ -139,6 +137,9 @@ Google Mock:
|
|||||||
%{_libdir}/pkgconfig/gtest_main.pc
|
%{_libdir}/pkgconfig/gtest_main.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 15 2021 Automatic Build System <autodist@mambasoft.it> 1.11.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Nov 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-3mamba
|
* Sat Nov 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-3mamba
|
||||||
- libgmock: don't provide/obsolete gtest-devel
|
- libgmock: don't provide/obsolete gtest-devel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user