Author: twittner                     Date: Thu Oct 13 22:51:38 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.0.5

---- Files affected:
SPECS:
   ex.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/ex.spec
diff -u SPECS/ex.spec:1.6 SPECS/ex.spec:1.7
--- SPECS/ex.spec:1.6   Sun Nov 28 15:40:34 2004
+++ SPECS/ex.spec       Fri Oct 14 00:51:33 2005
@@ -1,18 +1,19 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_without tests   # don't perform "make check"
+%bcond_without  static_libs # don't build static libraries
+%bcond_without tests # don't perform "make check"
 #
 Summary:       OSSP ex - Exception Handling
 Summary(pl):   OSSP ex - biblioteka obsługi wyjątków
 Name:          ex
-Version:       1.0.4
-Release:       0.2
+Version:       1.0.5
+Release:       0.1
 Epoch:         0
 License:       distributable (see README)
 Group:         Libraries
 Source0:       ftp://ftp.ossp.org/pkg/lib/ex/%{name}-%{version}.tar.gz
-# Source0-md5: 9054e4325e5e182b2105566d9d02732d        
+# Source0-md5: 419f0915cb578f9eb3bfc483bc49f066
 Patch0:                %{name}-libs.patch
 URL:           http://www.ossp.org/pkg/lib/ex/
 BuildRequires: autoconf
@@ -98,7 +99,8 @@
 %{__aclocal}
 %{__autoconf}
 
-%configure
+%configure \
+       --enable-static=%{?with_static_libs:yes}%{!?with_static_libs:no}
 %{__make}
 
 %{?with_tests:%{__make} check}
@@ -128,9 +130,11 @@
 %{_includedir}/*
 %{_mandir}/man3/*
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.a
+%endif
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -138,6 +142,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/10/13 22:51:33  twittner
+- up to 1.0.5
+
 Revision 1.6  2004/11/28 14:40:34  radek
 - release 0.2: added -libs.patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ex.spec?r1=1.6&r2=1.7&f=u

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

Reply via email to