]> git.pld-linux.org Git - packages/bluez.git/commitdiff
- removed /etc/alsa dir (owned by alsa-lib package) and la file, rel. 2
authorTomasz Pala <gotar@pld-linux.org>
Thu, 9 Jun 2011 01:09:27 +0000 (01:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez.spec -> 1.74

bluez.spec

index 47e08d276759c3ee38459a61393d9ed8ab1b389b..3f377a4cffe0552ba991a3fa009176759961a557 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Bluetooth utilities
 Summary(pl.UTF-8):     NarzÄ™dzia Bluetooth
 Name:          bluez
 Version:       4.94
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Applications/System
 #Source0Download: http://www.bluez.org/download.html
@@ -236,8 +236,7 @@ install serial/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
 
 mv -fT $RPM_BUILD_ROOT{%{_datadir},%{_sysconfdir}}/alsa
 
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/alsa-lib/*.{la,a}
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/gstreamer*/libgstbluetooth.{la,a}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/{alsa-lib/*.{la,a},gstreamer*/libgstbluetooth.{la,a},libbluetooth.la}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -316,7 +315,6 @@ fi
 
 %files -n alsa-plugins-bluetooth
 %defattr(644,root,root,755)
-%dir %{_sysconfdir}/alsa
 %{_sysconfdir}/alsa/bluetooth.conf
 %attr(755,root,root) %{_libdir}/alsa-lib/libasound_module_ctl_bluetooth.so
 %attr(755,root,root) %{_libdir}/alsa-lib/libasound_module_pcm_bluetooth.so
@@ -337,7 +335,6 @@ fi
 %files libs-devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libbluetooth.so
-%{_libdir}/libbluetooth.la
 %{_includedir}/bluetooth
 %{_pkgconfigdir}/bluez.pc
 
This page took 0.080146 seconds and 4 git commands to generate.