SPECS: al.spec - up to 0.9.3

twittner twittner at pld-linux.org
Fri Oct 14 00:54:19 CEST 2005


Author: twittner                     Date: Thu Oct 13 22:54:19 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.9.3

---- Files affected:
SPECS:
   al.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/al.spec
diff -u SPECS/al.spec:1.7 SPECS/al.spec:1.8
--- SPECS/al.spec:1.7	Sun Nov 28 03:09:00 2004
+++ SPECS/al.spec	Fri Oct 14 00:54:14 2005
@@ -1,18 +1,19 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_with	tests	# perform "make check" (segfaults after tests)
+%bcond_without  static_libs	# don't build static libraries
+%bcond_with	tests		# perform "make check" (segfaults after tests)
 #
 Summary:	OSSP al - Assembly Line
 Summary(pl):	OSSP al - biblioteka Assembly Line ("linii montażowej")
 Name:		al
-Version:	0.9.1
-Release:	0.3
+Version:	0.9.3
+Release:	0.1
 Epoch:		0
 License:	distributable (see README)
 Group:		Libraries
 Source0:	ftp://ftp.ossp.org/pkg/lib/al/%{name}-%{version}.tar.gz
-# Source0-md5:	eba90e56fe7248466b66306a65868ae7
+# Source0-md5:	ef943a29d1fb89ed4fd5556844cbc542
 Patch0:		%{name}-ac.patch
 URL:		http://www.ossp.org/pkg/lib/al/
 BuildRequires:	autoconf
@@ -75,7 +76,8 @@
 %{__autoconf}
 %configure \
 	%{?debug:--enable-debug} \
-	--with-ex
+	--with-ex \
+	--enable-static=%{?with_static_libs:yes}%{!?with_static_libs:no}
 %{__make}
 
 %{?with_tests:%{__make} check}
@@ -105,9 +107,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
@@ -115,6 +119,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/10/13 22:54:14  twittner
+- up to 0.9.3
+
 Revision 1.7  2004/11/28 02:09:00  radek
 - --enable-debug shows more broken ac/am crap
 
================================================================

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




More information about the pld-cvs-commit mailing list