SPECS: jack-audio-connection-kit.spec - added specflags* to use mo...

qboosh qboosh at pld-linux.org
Mon Apr 17 00:20:21 CEST 2006


Author: qboosh                       Date: Sun Apr 16 22:20:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added specflags* to use more sane gcc options than --enable-optimize do

---- Files affected:
SPECS:
   jack-audio-connection-kit.spec (1.59 -> 1.60) 

---- Diffs:

================================================================
Index: SPECS/jack-audio-connection-kit.spec
diff -u SPECS/jack-audio-connection-kit.spec:1.59 SPECS/jack-audio-connection-kit.spec:1.60
--- SPECS/jack-audio-connection-kit.spec:1.59	Sun Apr 16 15:33:21 2006
+++ SPECS/jack-audio-connection-kit.spec	Mon Apr 17 00:20:15 2006
@@ -19,7 +19,7 @@
 Patch1:		%{name}-gcc4.patch
 URL:		http://jackit.sourceforge.net/
 %{?with_alsa:BuildRequires:	alsa-lib-devel >= 0.9.0}
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
 BuildRequires:	doxygen
 %{?with_cap:BuildRequires:	libcap-devel}
@@ -32,6 +32,11 @@
 Requires:	%{name}-libs = %{version}-%{release}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		specflags_ia32		-fomit-frame-pointer -ffast-math
+%define		specflags_pentium3	-mfpmath=sse
+%define		specflags_pentium4	-mfpmath=sse
+%define		specflags_x86_64	-fomit-frame-pointer -ffast-math -mfpmath=sse
+
 %description
 JACK is a low-latency audio server, written primarily for the Linux
 operating system. It can connect a number of different applications to
@@ -58,6 +63,19 @@
 Oznacza to, że skupia się na dwóch rzeczach: synchronicznym
 wykonywaniu wszystkich klientów i małych opóźnieniach działania.
 
+%package libs
+Summary:	JACK library
+Summary(pl):	Biblioteka JACK-a
+License:	LGPL
+Group:		Libraries
+Conflicts:	jack-audio-connection-kit < 0.100.7
+
+%description libs
+Shared JACK library.
+
+%description libs -l pl
+Biblioteka współdzielona JACK-a.
+
 %package devel
 Summary:	Header files for JACK
 Summary(pl):	JACK - pliki nagłówkowe
@@ -84,19 +102,6 @@
 %description static -l pl
 Statyczna biblioteka JACK.
 
-%package libs
-Summary:	JACK library
-Summary(pl):	Biblioteka JACK-a
-License:	GPL
-Group:		Libraries
-Conflicts:	jack-audio-connection-kit < 0.100.7
-
-%description libs
-Shared JACK library.
-
-%description libs -l pl
-Biblioteka współdzielona JACK-a.
-
 %package driver-alsa
 Summary:	ALSA driver for JACK
 Summary(pl):	Sterownik ALSA dla JACK-a
@@ -145,7 +150,6 @@
 %patch1 -p1
 
 %build
-cp -f /usr/share/automake/config.sub config
 %{__libtoolize}
 %{__aclocal} -I config
 %{__autoheader}
@@ -157,7 +161,6 @@
 	--disable-coreaudio \
 	--disable-oldtrans \
 	--disable-portaudio \
-	--enable-optimize \
 	--enable-oss \
 	%{!?with_alsa:--disable-alsa} \
 	%{?with_cap:--enable-capabilities %{!?debug:--enable-stripped-jackd}} \
@@ -178,14 +181,12 @@
 %else
 	--disable-altivec \
 %endif
-	--enable-shared \
-	--enable-static \
-	--enable-resize \
 	--enable-ensure-mlock \
-	--enable-timestamps \
 	--enable-preemption-check \
-	--with-html-dir=%{_gtkdocdir} \
-	--with-default-tmpdir=/tmp
+	--enable-resize \
+	--enable-timestamps \
+	--with-default-tmpdir=/tmp \
+	--with-html-dir=%{_gtkdocdir}
 
 %{__make}
 
@@ -217,6 +218,10 @@
 %attr(755,root,root) %{_libdir}/jack/jack_oss.so
 %{_mandir}/man1/*
 
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libjack.so.*.*.*
+
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libjack.so
@@ -231,10 +236,6 @@
 %{_libdir}/libjack.a
 %endif
 
-%files libs
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libjack.so.*.*
-
 %if %{with alsa}
 %files driver-alsa
 %defattr(644,root,root,755)
@@ -267,6 +268,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.60  2006/04/16 22:20:15  qboosh
+- added specflags* to use more sane gcc options than --enable-optimize do
+
 Revision 1.59  2006/04/16 13:33:21  freetz
 - 0.101.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/jack-audio-connection-kit.spec?r1=1.59&r2=1.60&f=u



More information about the pld-cvs-commit mailing list