Author: qboosh                       Date: Sat Jun 16 19:53:40 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- separated static lib

---- Files affected:
SPECS:
   check.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/check.spec
diff -u SPECS/check.spec:1.11 SPECS/check.spec:1.12
--- SPECS/check.spec:1.11       Mon Feb 12 22:23:50 2007
+++ SPECS/check.spec    Sat Jun 16 21:53:35 2007
@@ -31,6 +31,18 @@
 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
 
@@ -67,20 +79,25 @@
 %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
+
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <[EMAIL PROTECTED]>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2007/06/16 19:53:35  qboosh
+- separated static lib
+
 Revision 1.11  2007/02/12 21:23:50  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/check.spec?r1=1.11&r2=1.12&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to