]> git.pld-linux.org Git - packages/bluez-libs.git/blob - bluez-libs.spec
- updated to 2.5
[packages/bluez-libs.git] / bluez-libs.spec
1 Summary:        Bluetooth libraries
2 Summary(pl):    Biblioteki Bluetooth
3 Name:           bluez-libs
4 Version:        2.5
5 Release:        1
6 License:        GPL v2
7 Group:          Libraries
8 Source0:        http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  a5e79022c16f179f8281088df9385c2b
10 Patch0:         %{name}-CFLAGS.patch
11 URL:            http://bluez.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  glib-devel >= 1.2
15 BuildRequires:  libtool
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:       bluez-libs = %{version}
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:       bluez-libs-devel = %{version}
48
49 %description static
50 bluez-libs-static contains development static libraries for use in
51 Bluetooth applications.
52
53 %description static -l pl
54 Ten pakiet zawiera biblioteki statyczne, których mo¿na u¿ywa¼ do
55 aplikacji Bluetooth.
56
57 %prep
58 %setup  -q
59 %patch0 -p1
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 %{__make} install \
72         DESTDIR=$RPM_BUILD_ROOT
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %post   -p /sbin/ldconfig
78 %postun -p /sbin/ldconfig
79
80 %files
81 %defattr(644,root,root,755)
82 %doc AUTHORS ChangeLog README
83 %attr(755,root,root) %{_libdir}/libbluetooth.so.*.*
84
85 %files devel
86 %defattr(644,root,root,755)
87 %attr(755,root,root) %{_libdir}/libbluetooth.so
88 %{_libdir}/libbluetooth.la
89 %{_includedir}/bluetooth
90
91 %files static
92 %defattr(644,root,root,755)
93 %{_libdir}/libbluetooth.a
This page took 0.125515 seconds and 3 git commands to generate.