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