commit 4e1961b1690dada5c61fe9536f7103d9bf54a10f
Author: Jakub Bogusz <[email protected]>
Date: Thu Apr 21 21:47:44 2022 +0200
- new
cpputest.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
---
diff --git a/cpputest.spec b/cpputest.spec
new file mode 100644
index 0000000..298f5ff
--- /dev/null
+++ b/cpputest.spec
@@ -0,0 +1,46 @@
+Summary: CppUTest unit testing and mocking framework for C/C++
+Summary(pl.UTF-8): CppUTest - szkielet testów jednostkowych i atrap dla
C/C++
+Name: cpputest
+Version: 3.8
+Release: 1
+License: BSD
+Group: Development/Libraries
+Source0:
https://github.com/cpputest/cpputest/releases/download/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: e8fdbbb5dd37d32d65919f240f984905
+#Patch0: %{name}-what.patch
+URL: https://cpputest.github.io/
+BuildRequires: libstdc++-devel >= 6:4.7
+Requires: libstdc++-devel >= 6:4.7
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CppUTest unit testing and mocking framework for C/C++.
+
+%description -l pl.UTF-8
+CppUTest - szkielet testów jednostkowych i atrap dla C/C++.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog NEWS README.md README_CppUTest_for_C.txt
README_UsersOfPriorVersions.txt
+%{_libdir}/libCppUTest.a
+%{_libdir}/libCppUTestExt.a
+%{_includedir}/CppUTest
+%{_includedir}/CppUTestExt
+%{_pkgconfigdir}/cpputest.pc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cpputest.git/commitdiff/4e1961b1690dada5c61fe9536f7103d9bf54a10f
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit