SPECS: libbio2jack.spec - full regeneration of configure - make cl...
witekfl
witekfl at pld-linux.org
Wed Jun 15 16:18:13 CEST 2005
Author: witekfl Date: Wed Jun 15 14:18:13 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- full regeneration of configure
- make clean, there were .lo files
- added bcond_without static
---- Files affected:
SPECS:
libbio2jack.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/libbio2jack.spec
diff -u SPECS/libbio2jack.spec:1.7 SPECS/libbio2jack.spec:1.8
--- SPECS/libbio2jack.spec:1.7 Tue May 3 23:00:25 2005
+++ SPECS/libbio2jack.spec Wed Jun 15 16:18:07 2005
@@ -1,4 +1,5 @@
# $Revision$, $Date$
+%bcond_without static # don't build static library
Summary: Library for simple porting of blocked I/O audio applications to Jack
Summary(pl): Biblioteka do łatwego portowania aplikacji z blokującym we/wy dźwięku do Jacka
Name: libbio2jack
@@ -9,6 +10,8 @@
Source0: http://dl.sourceforge.net/bio2jack/bio2jack-%{version}.tar.gz
# Source0-md5: fc85546a02af757314be91f0934fcc91
URL: http://bio2jack.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: libtool
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -61,8 +64,14 @@
rm -rf .libs
%build
+rm -f missing
%{__libtoolize}
-%configure
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+ %{!?with_static:--disable-static}
+%{__make} clean
%{__make} all
%install
@@ -92,9 +101,11 @@
%{_libdir}/lib*.la
%{_includedir}/*.h
+%if %{with static}
%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a
+%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -102,6 +113,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2005/06/15 14:18:07 witekfl
+- full regeneration of configure
+- make clean, there were .lo files
+- added bcond_without static
+
Revision 1.7 2005/05/03 21:00:25 pluto
- release 2 for Th.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libbio2jack.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list