SPECS: check.spec - separated static lib

qboosh qboosh at pld-linux.org
Sat Jun 16 21:53:41 CEST 2007


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 <feedback at pld-linux.org>
 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



More information about the pld-cvs-commit mailing list