SPECS: cpptest.spec - pl fixes
qboosh
qboosh at pld-linux.org
Fri Apr 3 17:12:29 CEST 2009
Author: qboosh Date: Fri Apr 3 15:12:29 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl fixes
---- Files affected:
SPECS:
cpptest.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/cpptest.spec
diff -u SPECS/cpptest.spec:1.1 SPECS/cpptest.spec:1.2
--- SPECS/cpptest.spec:1.1 Thu Mar 5 11:35:56 2009
+++ SPECS/cpptest.spec Fri Apr 3 17:12:24 2009
@@ -1,6 +1,6 @@
# $Revision$, $Date$
Summary: Framework for handling automated tests in C++
-Summary(pl.UTF-8): Framework do obslugi zautomatyzowanych testów w C++
+Summary(pl.UTF-8): Framework do obsługi zautomatyzowanych testów w C++
Name: cpptest
Version: 1.1.0
Release: 1
@@ -12,7 +12,7 @@
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
-BuildRequires: pkg-config
+BuildRequires: pkgconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -22,9 +22,9 @@
%description -l pl.UTF-8
C++Test jest przenośnym i potężnym frameworkiem do obsługi
-zautomatyzowanych testów w C++. Duży nacisk kładzie on na
-użyteczność oraz rozszerzalność. Wspieranych jest kilka formatów
-wyjściowych a nowe dodaje się z dużą łatwością.
+zautomatyzowanych testów w C++. Kładzie on duży nacisk na
+użyteczność oraz rozszerzalność. Obsługiwanych jest kilka formatów
+wyjściowych, a nowe dodaje się z łatwością.
%package devel
Summary: Header files for cpptest library
@@ -82,7 +82,7 @@
%files devel
%defattr(644,root,root,755)
-%{_libdir}/libcpptest.so
+%attr(755,root,root) %{_libdir}/libcpptest.so
%{_libdir}/libcpptest.la
%{_includedir}/cpptest*.h
%{_pkgconfigdir}/libcpptest.pc
@@ -97,6 +97,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2009/04/03 15:12:24 qboosh
+- pl fixes
+
Revision 1.1 2009/03/05 10:35:56 lisu
- initial revision
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cpptest.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list