]> git.pld-linux.org Git - packages/bluez-libs.git/blobdiff - bluez-libs.spec
- updated to 2.11 (many improvements)
[packages/bluez-libs.git] / bluez-libs.spec
index 5ea090b5df1f81cf25e97272401210036912fa3a..6a271f4a5cc75ee29c8903178e3153bce1aeca1d 100644 (file)
@@ -1,19 +1,16 @@
 Summary:       Bluetooth libraries
 Summary(pl):   Biblioteki Bluetooth
 Name:          bluez-libs
-Version:       2.6
-Release:       2
+Version:       2.11
+Release:       1
 License:       GPL v2
 Group:         Libraries
 Source0:       http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
-# Source0-md5: aa7b750f7a649eb570e70e42ebaed568
-Patch0:                %{name}-CFLAGS.patch
-Patch1:                %{name}-sdp.patch
+# Source0-md5: 75689f2f4e243bddaaffc638803aa688
 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)
@@ -32,7 +29,7 @@ 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}-%{release}
+Requires:      %{name} = %{version}-%{release}
 Obsoletes:     bluez-sdp-devel
 
 %description devel
@@ -47,7 +44,7 @@ Bluetooth.
 Summary:       Static Bluetooth libraries
 Summary(pl):   Biblioteki statyczne Bluetooth
 Group:         Development/Libraries
-Requires:      bluez-libs-devel = %{version}-%{release}
+Requires:      %{name}-devel = %{version}-%{release}
 Obsoletes:     bluez-sdp-static
 
 %description static
@@ -60,8 +57,6 @@ aplikacji Bluetooth.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -86,18 +81,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.*.*
+%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.140207 seconds and 4 git commands to generate.