automatic version update by autodist [release 1.7.0-1mamba;Tue Aug 09 2016]
This commit is contained in:
parent
cccfdfb745
commit
c97d19b457
26
gmock.spec
26
gmock.spec
@ -1,5 +1,5 @@
|
|||||||
Name: gmock
|
Name: gmock
|
||||||
Version: 1.6.0
|
Version: 1.7.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Google C++ Mocking Framework
|
Summary: Google C++ Mocking Framework
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -61,10 +61,10 @@ Google Mock:
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
install -D -m0755 build/libgmock.a %{buildroot}%{_libdir}/libgmock.a
|
install -D -m0755 build/libgmock.so %{buildroot}%{_libdir}/libgmock.so
|
||||||
install -D -m0755 build/libgmock_main.a %{buildroot}%{_libdir}/libgmock_main.a
|
install -D -m0755 build/libgmock_main.so %{buildroot}%{_libdir}/libgmock_main.so
|
||||||
install -D -m0755 build/gtest/libgtest.a %{buildroot}%{_libdir}/libgtest.a
|
install -D -m0755 build/gtest/libgtest.so %{buildroot}%{_libdir}/libgtest.so
|
||||||
install -D -m0755 build/gtest/libgtest_main.a %{buildroot}%{_libdir}/libgtest_main.a
|
install -D -m0755 build/gtest/libgtest_main.so %{buildroot}%{_libdir}/libgtest_main.so
|
||||||
install -d -m0755 %{buildroot}/%{_includedir}
|
install -d -m0755 %{buildroot}/%{_includedir}
|
||||||
cp -a include/gmock %{buildroot}/%{_includedir}/
|
cp -a include/gmock %{buildroot}/%{_includedir}/
|
||||||
cp -a gtest/include/gtest %{buildroot}/%{_includedir}/
|
cp -a gtest/include/gtest %{buildroot}/%{_includedir}/
|
||||||
@ -73,6 +73,13 @@ cp -a gtest/include/gtest %{buildroot}/%{_includedir}/
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libgmock.so
|
||||||
|
%{_libdir}/libgmock_main.so
|
||||||
|
%{_libdir}/libgtest.so
|
||||||
|
%{_libdir}/libgtest_main.so
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/gmock
|
%dir %{_includedir}/gmock
|
||||||
@ -87,13 +94,12 @@ cp -a gtest/include/gtest %{buildroot}/%{_includedir}/
|
|||||||
%dir %{_includedir}/gtest/internal
|
%dir %{_includedir}/gtest/internal
|
||||||
%{_includedir}/gtest/internal/*.h
|
%{_includedir}/gtest/internal/*.h
|
||||||
%{_includedir}/gtest/internal/*.pump
|
%{_includedir}/gtest/internal/*.pump
|
||||||
%{_libdir}/libgmock.a
|
%doc CHANGES CONTRIBUTORS README
|
||||||
%{_libdir}/libgmock_main.a
|
|
||||||
%{_libdir}/libgtest.a
|
|
||||||
%{_libdir}/libgtest_main.a
|
|
||||||
%doc COPYING CHANGES CONTRIBUTORS README
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 09 2016 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Feb 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-1mamba
|
* Sun Feb 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-1mamba
|
||||||
- update to 1.6.0
|
- update to 1.6.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user