]> git.pld-linux.org Git - packages/check.git/commitdiff
- new auto/ac/check-0_9_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Dec 2004 19:39:08 +0000 (19:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    check.spec -> 1.1

check.spec [new file with mode: 0644]

diff --git a/check.spec b/check.spec
new file mode 100644 (file)
index 0000000..ed66720
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       Check - unit testing framework for C
+Summary(pl):   Check - szkielet testów jednostkowych dla C
+Name:          check
+Version:       0.9.2
+Release:       1
+License:       LGPL v2.1+
+Group:         Development/Libraries
+Source0:       http://dl.sourceforge.net/check/%{name}-%{version}.tar.gz
+# Source0-md5: 9a4d5665b8be07513f5ac4e6eec537e6
+URL:           http://check.sourceforge.net/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Check is a unit test framework for C. It features a simple interface
+for defining unit tests, putting little in the way of the developer.
+Tests are run in a separate address space, so Check can catch both
+assertion failures and code errors that cause segmentation faults or
+other signals. The output from unit tests can be used within source
+code editors and IDEs.
+
+%description -l pl
+Check to szkielet testów jednostkowych dla C. Ma prosty interfejs do
+definiowania testów jednostkowych, nie przeszkadzaj±cy zbytnio
+programi¶cie. Testy s± uruchamiane w wydzielonej przestrzeni
+adresowej, dziêki czemu Check mo¿e wy³apaæ zarówno niepowodzenia
+zapewnieñ (assert), jak i b³êdy w kodzie powoduj±ce naruszenie
+ochrony pamiêci lub inne sygna³y. Wyj¶cie z testów jednostkowych mo¿e
+byæ u¿ywane z poziomu edytorów kodu ¼ród³owego i IDE.
+
+%prep
+%setup -q
+
+%build
+%configure2_13
+%{__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 ChangeLog* NEWS README doc/*.html
+%{_libdir}/libcheck.a
+%{_includedir}/check.h
+%{_aclocaldir}/check.m4
This page took 0.083133 seconds and 4 git commands to generate.