]> git.pld-linux.org Git - packages/bluez-libs.git/blob - bluez-libs.spec
- from now bluez-libs won't provide libsdp.
[packages/bluez-libs.git] / bluez-libs.spec
1 Summary:        Bluetooth libraries
2 Summary(pl):    Biblioteki Bluetooth
3 Name:           bluez-libs
4 Version:        2.8
5 Release:        2
6 License:        GPL v2
7 Group:          Libraries
8 Source0:        http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  74ee98dad6bde45eab38c55bfc0734dc
10 Patch0:         %{name}-CFLAGS.patch
11 URL:            http://bluez.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libtool >= 1:1.4.2-9
15 Conflicts:      bluez-sdp
16 ExcludeArch:    s390 s390x
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Libraries for use in Bluetooth applications.
21
22 The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
23
24 %description -l pl
25 Biblioteki do u¿ywania w aplikacjach Bluetooth.
26
27 Znaki towarowe BLUETOOTH s± w³asno¶ci± Bluetooth SIG, Inc. z USA.
28
29 %package devel
30 Summary:        Header files for Bluetooth applications
31 Summary(pl):    Pliki nag³ówkowe dla aplikacji Bluetooth
32 Group:          Development/Libraries
33 Requires:       %{name} = %{version}-%{release}
34 Obsoletes:      bluez-sdp-devel
35
36 %description devel
37 bluez-libs-devel contains header files for use in Bluetooth
38 applications.
39
40 %description devel -l pl
41 Ten pakiet zawiera pliki nag³ówkowe do u¿ywania w aplikacjach
42 Bluetooth.
43
44 %package static
45 Summary:        Static Bluetooth libraries
46 Summary(pl):    Biblioteki statyczne Bluetooth
47 Group:          Development/Libraries
48 Requires:       %{name}-devel = %{version}-%{release}
49 Obsoletes:      bluez-sdp-static
50
51 %description static
52 bluez-libs-static contains development static libraries for use in
53 Bluetooth applications.
54
55 %description static -l pl
56 Ten pakiet zawiera biblioteki statyczne, których mo¿na u¿ywa¼ do
57 aplikacji Bluetooth.
58
59 %prep
60 %setup -q
61 %patch0 -p1
62
63 %build
64 %{__libtoolize}
65 %{__aclocal}
66 %{__automake}
67 %{__autoconf}
68 %configure
69 %{__make}
70
71 %install
72 rm -rf $RPM_BUILD_ROOT
73
74 %{__make} install \
75         DESTDIR=$RPM_BUILD_ROOT
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %post   -p /sbin/ldconfig
81 %postun -p /sbin/ldconfig
82
83 %files
84 %defattr(644,root,root,755)
85 %doc AUTHORS ChangeLog README
86 %attr(755,root,root) %{_libdir}/libbluetooth.so.*.*
87
88 %files devel
89 %defattr(644,root,root,755)
90 %attr(755,root,root) %{_libdir}/libbluetooth.so
91 %{_libdir}/libbluetooth.la
92 %{_includedir}/bluetooth
93 %{_pkgconfigdir}/bluez.pc
94
95 %files static
96 %defattr(644,root,root,755)
97 %{_libdir}/libbluetooth.a
This page took 0.399961 seconds and 3 git commands to generate.