Author: twittner                     Date: Thu Sep 22 21:45:16 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- changed -fixes.patch:  kill `-gcc-mt-X_XX' suffixes from boost libraries
  names (it should be ok since boost.spec 1.47 rev.)
- added bcond_without static_libs
- rel. 7

---- Files affected:
SPECS:
   libstk.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/libstk.spec
diff -u SPECS/libstk.spec:1.15 SPECS/libstk.spec:1.16
--- SPECS/libstk.spec:1.15      Sat Dec 25 19:04:56 2004
+++ SPECS/libstk.spec   Thu Sep 22 23:45:10 2005
@@ -3,14 +3,15 @@
 # TODO: global fonts installation
 #
 # Conditional build:
-%bcond_without xine    # build without xine support
+%bcond_without static_libs     # build without static libraries
+%bcond_without xine            # build without xine support
 #
 Summary:       LibSTK - graphical widget set written in C++
 Summary(pl):   LibSTK - zbiór graficznych widgetów napisany w C++
 Name:          libstk
 Version:       0.2.0
 %define        snap    20040507
-Release:       0.%{snap}.6
+Release:       0.%{snap}.7
 License:       Libstk Library License (relaxed LGPL)
 Group:         Libraries
 # cvs -d :pserver:anonymous:[EMAIL PROTECTED]:/home/dvhart/cvs/pub co libstk
@@ -104,6 +105,7 @@
        --enable-directfb \
        --enable-fbdev \
        --enable-sdl \
+       %{!?with_static_libs:--enable-static=no} \
        %{?with_xine:--enable-xine}
 
 %{__make}
@@ -136,9 +138,11 @@
 %{_includedir}/libstk-*
 %{_pkgconfigdir}/*.pc
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
+%endif
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -146,6 +150,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2005/09/22 21:45:10  twittner
+- changed -fixes.patch:  kill `-gcc-mt-X_XX' suffixes from boost libraries
+  names (it should be ok since boost.spec 1.47 rev.)
+- added bcond_without static_libs
+- rel. 7
+
 Revision 1.15  2004/12/25 18:04:56  qboosh
 - automake epoch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libstk.spec?r1=1.15&r2=1.16&f=u

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

Reply via email to