]> git.pld-linux.org Git - packages/bluez-libs.git/blob - bluez-libs.spec
- updated to 3.31
[packages/bluez-libs.git] / bluez-libs.spec
1 Summary:        Bluetooth libraries
2 Summary(pl.UTF-8):      Biblioteki Bluetooth
3 Name:           bluez-libs
4 Version:        3.31
5 Release:        1
6 License:        GPL v2+
7 Group:          Libraries
8 #Source0Download: http://www.bluez.org/download.html
9 Source0:        http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
10 # Source0-md5:  79dadc13e3ef59c62b5b713d85f38a03
11 URL:            http://www.bluez.org/
12 BuildRequires:  autoconf >= 2.50
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.UTF-8
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.UTF-8):      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.UTF-8
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.UTF-8):      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.UTF-8
56 Ten pakiet zawiera biblioteki statyczne, których można używać do
57 aplikacji Bluetooth.
58
59 %prep
60 %setup -q
61
62 %build
63 %{__libtoolize}
64 %{__aclocal}
65 %{__automake}
66 %{__autoheader}
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 %attr(755,root,root) %ghost %{_libdir}/libbluetooth.so.2
88
89 %files devel
90 %defattr(644,root,root,755)
91 %attr(755,root,root) %{_libdir}/libbluetooth.so
92 %{_libdir}/libbluetooth.la
93 %{_includedir}/bluetooth
94 %{_aclocaldir}/bluez.m4
95 %{_pkgconfigdir}/bluez.pc
96
97 %files static
98 %defattr(644,root,root,755)
99 %{_libdir}/libbluetooth.a
This page took 0.0774 seconds and 3 git commands to generate.