]> git.pld-linux.org Git - packages/bluez-libs.git/blobdiff - bluez-libs.spec
- release 2 for Th
[packages/bluez-libs.git] / bluez-libs.spec
index cc077cda8f80c008da84c145139f9e2e1a7216b2..4cf1a03fd5e707c03b4a98b080e53059bf82cb6d 100644 (file)
@@ -1,42 +1,62 @@
 Summary:       Bluetooth libraries
+Summary(pl):   Biblioteki Bluetooth
 Name:          bluez-libs
-Version:       2.3
-Release:       3
+Version:       2.17
+Release:       2
 License:       GPL v2
 Group:         Libraries
 Source0:       http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
-Patch0:                %{name}-CFLAGS.patch
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# Source0-md5: 7b81dc86a48b89600eee235c6c940c51
 URL:           http://bluez.sourceforge.net/
-BuildRequires: glib-devel >= 1.2
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool >= 1:1.4.2-9
+Conflicts:     bluez-sdp
 ExcludeArch:   s390 s390x
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Libraries for use in Bluetooth applications.
 
 The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
 
+%description -l pl
+Biblioteki do u¿ywania w aplikacjach Bluetooth.
+
+Znaki towarowe BLUETOOTH s± w³asno¶ci± Bluetooth SIG, Inc. z USA.
+
 %package devel
-Summary:       Development libraries for Bluetooth applications
+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 development libraries and headers for use in
-Bluetooth applications.
+bluez-libs-devel contains header files for use in Bluetooth
+applications.
+
+%description devel -l pl
+Ten pakiet zawiera pliki nag³ówkowe do u¿ywania w aplikacjach
+Bluetooth.
 
 %package static
-Summary:       Development libraries for Bluetooth applications - static version
+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
 Bluetooth applications.
 
+%description static -l pl
+Ten pakiet zawiera biblioteki statyczne, których mo¿na u¿ywa¼ do
+aplikacji Bluetooth.
+
 %prep
-%setup  -q
-%patch0 -p1
+%setup -q
 
 %build
 %{__libtoolize}
@@ -48,25 +68,28 @@ Bluetooth applications.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
-%{_libdir}/libbluetooth.so.*.*
+%attr(755,root,root) %{_libdir}/libbluetooth.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/bluetooth/*
-%{_libdir}/libbluetooth.so
+%attr(755,root,root) %{_libdir}/libbluetooth.so
+%{_libdir}/libbluetooth.la
+%{_includedir}/bluetooth
+%{_aclocaldir}/*.m4
+%{_pkgconfigdir}/bluez.pc
 
 %files static
 %defattr(644,root,root,755)
This page took 0.07188 seconds and 4 git commands to generate.