]> git.pld-linux.org Git - packages/bluez-libs.git/blob - bluez-libs.spec
- Typo
[packages/bluez-libs.git] / bluez-libs.spec
1 Summary:        Bluetooth libraries
2 Summary(pl):    Biblioteki Bluetooth
3 Name:           bluez-libs
4 Version:        2.6
5 Release:        1
6 License:        GPL v2
7 Group:          Libraries
8 Source0:        http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  aa7b750f7a649eb570e70e42ebaed568
10 URL:            http://bluez.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  glib-devel >= 1.2
14 BuildRequires:  libtool
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:       bluez-libs = %{version}
33
34 %description devel
35 bluez-libs-devel contains header files for use in Bluetooth
36 applications.
37
38 %description devel -l pl
39 Ten pakiet zawiera pliki nag³ówkowe do u¿ywania w aplikacjach
40 Bluetooth.
41
42 %package static
43 Summary:        Static Bluetooth libraries
44 Summary(pl):    Biblioteki statyczne Bluetooth
45 Group:          Development/Libraries
46 Requires:       bluez-libs-devel = %{version}
47
48 %description static
49 bluez-libs-static contains development static libraries for use in
50 Bluetooth applications.
51
52 %description static -l pl
53 Ten pakiet zawiera biblioteki statyczne, których mo¿na u¿ywa¼ do
54 aplikacji Bluetooth.
55
56 %prep
57 %setup  -q
58
59 %build
60 %{__libtoolize}
61 %{__aclocal}
62 %{__automake}
63 %{__autoconf}
64 %configure
65 %{__make}
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %post   -p /sbin/ldconfig
76 %postun -p /sbin/ldconfig
77
78 %files
79 %defattr(644,root,root,755)
80 %doc AUTHORS ChangeLog README
81 %attr(755,root,root) %{_libdir}/libsdp.so.*.*
82 %attr(755,root,root) %{_libdir}/libbluetooth.so.*.*
83
84 %files devel
85 %defattr(644,root,root,755)
86 %attr(755,root,root) %{_libdir}/libsdp.so
87 %attr(755,root,root) %{_libdir}/libbluetooth.so
88 %{_libdir}/libsdp.la
89 %{_libdir}/libbluetooth.la
90 %{_includedir}/bluetooth
91
92 %files static
93 %defattr(644,root,root,755)
94 %{_libdir}/libsdp.a
95 %{_libdir}/libbluetooth.a
This page took 0.040405 seconds and 3 git commands to generate.