]> git.pld-linux.org Git - packages/bluez-libs.git/blobdiff - bluez-libs.spec
- from now bluez-libs won't provide libsdp.
[packages/bluez-libs.git] / bluez-libs.spec
index e6a5ca274fefc297bbb081bcd50d29d7324e21ba..2e5fae3ee69a9150f51153b80815131b955d4abe 100644 (file)
@@ -1,17 +1,18 @@
 Summary:       Bluetooth libraries
 Summary(pl):   Biblioteki Bluetooth
 Name:          bluez-libs
-Version:       2.6
-Release:       1
+Version:       2.8
+Release:       2
 License:       GPL v2
 Group:         Libraries
 Source0:       http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
-# Source0-md5: aa7b750f7a649eb570e70e42ebaed568
+# Source0-md5: 74ee98dad6bde45eab38c55bfc0734dc
+Patch0:                %{name}-CFLAGS.patch
 URL:           http://bluez.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: glib-devel >= 1.2
-BuildRequires: libtool
+BuildRequires: libtool >= 1:1.4.2-9
+Conflicts:     bluez-sdp
 ExcludeArch:   s390 s390x
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -29,7 +30,8 @@ Znaki towarowe BLUETOOTH s
 Summary:       Header files for Bluetooth applications
 Summary(pl):   Pliki nag³ówkowe dla aplikacji Bluetooth
 Group:         Development/Libraries
-Requires:      bluez-libs = %{version}
+Requires:      %{name} = %{version}-%{release}
+Obsoletes:     bluez-sdp-devel
 
 %description devel
 bluez-libs-devel contains header files for use in Bluetooth
@@ -43,7 +45,8 @@ Bluetooth.
 Summary:       Static Bluetooth libraries
 Summary(pl):   Biblioteki statyczne Bluetooth
 Group:         Development/Libraries
-Requires:      bluez-libs-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
+Obsoletes:     bluez-sdp-static
 
 %description static
 bluez-libs-static contains development static libraries for use in
@@ -54,7 +57,8 @@ Ten pakiet zawiera biblioteki statyczne, kt
 aplikacji Bluetooth.
 
 %prep
-%setup  -q
+%setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -66,6 +70,7 @@ aplikacji Bluetooth.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -78,18 +83,15 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_libdir}/libsdp.so.*.*
 %attr(755,root,root) %{_libdir}/libbluetooth.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libsdp.so
 %attr(755,root,root) %{_libdir}/libbluetooth.so
-%{_libdir}/libsdp.la
 %{_libdir}/libbluetooth.la
 %{_includedir}/bluetooth
+%{_pkgconfigdir}/bluez.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/libsdp.a
 %{_libdir}/libbluetooth.a
This page took 0.077703 seconds and 4 git commands to generate.