]> git.pld-linux.org Git - packages/xmms-crossfade.git/commitdiff
- fixed xmms files as well
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 31 Mar 2008 20:08:43 +0000 (20:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xmms-crossfade.spec -> 1.42

xmms-crossfade.spec

index fbdcc6f1681a63c8263d5ccbc7641f067259fae3..8338b192606d9eaffdd5442c877f62981e5e27fd 100644 (file)
@@ -199,11 +199,14 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with xmms}
 %{__make} -C xmms install \
        DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/xmms/Output/libcrossfade.la
 %endif
 
 %if %{with audacious}
 %{__make} -C audacious install \
        DESTDIR=$RPM_BUILD_ROOT
+
 rm -f $RPM_BUILD_ROOT%{_libdir}/audacious/Output/libcrossfade.la
 %endif
 
@@ -214,7 +217,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -n xmms-output-crossfade
 %defattr(644,root,root,755)
 %doc AUTHORS README ChangeLog
-%attr(755,root,root) %{_libdir}/xmms
+%attr(755,root,root) %{_libdir}/xmms/Output/libcrossfade.so
 %endif
 
 %if %{with audacious}
This page took 0.102016 seconds and 4 git commands to generate.