]> git.pld-linux.org Git - packages/pulseaudio.git/commitdiff
- BR: xorg-lib-libSM-devel auto/th/pulseaudio-0_9_8-1 auto/ti/pulseaudio-0_9_8-1
authorSzymon Siwek <sls@pld-linux.org>
Sun, 16 Dec 2007 16:08:58 +0000 (16:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- comment about "__make -j1"

Changed files:
    pulseaudio.spec -> 1.36

pulseaudio.spec

index 102eb4f5685074a24304143a43a2e420699935b0..4d444ca8cc0b78c2b39724ec7a29efee0ad662b6 100644 (file)
@@ -47,6 +47,7 @@ BuildRequires:        lynx
 BuildRequires: m4
 BuildRequires: pkgconfig
 BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libSM-devel
 Requires:      %{name}-libs = %{version}-%{release}
 Obsoletes:     polypaudio
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -245,6 +246,9 @@ ModuĊ‚ LIRC dla PulseAudio.
 %install
 rm -rf $RPM_BUILD_ROOT
 
+# libsocket-util.so and libipacl.so are relinked before libpulsecore.so
+# so __make -jN install leads to "File not found by glob" (or they links 
+# with libpulsecore installed on builder)
 %{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.088946 seconds and 4 git commands to generate.