]> git.pld-linux.org Git - packages/check.git/commitdiff
- separated static lib
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Jun 2007 19:53:35 +0000 (19:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    check.spec -> 1.12

check.spec

index 19901c95794dccb0267d34cc890dcc2ad7c152f6..1a02053b50ce987094bc8d8f68edddad4aca4f95 100644 (file)
@@ -30,6 +30,18 @@ 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.
 
+%package static
+Summary:       Static check library
+Summary(pl.UTF-8):     Biblioteka statyczna check
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description static
+Static check library.
+
+%description static -l pl.UTF-8
+Biblioteka statyczna check.
+
 %prep
 %setup -q
 
@@ -66,10 +78,12 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog* NEWS README SVNChangeLog THANKS TODO
 %attr(755,root,root) %{_libdir}/libcheck.so.*.*.*
 %attr(755,root,root) %{_libdir}/libcheck.so
-# -static ?
-%{_libdir}/libcheck.a
 %{_includedir}/check.h
 %{_aclocaldir}/check.m4
 %{_pkgconfigdir}/check.pc
 %{_infodir}/check.info*
 %{_examplesdir}/%{name}-%{version}
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libcheck.a
This page took 0.073655 seconds and 4 git commands to generate.