]> git.pld-linux.org Git - packages/bluez-libs.git/blob - bluez-libs.spec
- massive attack: source-md5
[packages/bluez-libs.git] / bluez-libs.spec
1 Summary:        Bluetooth libraries
2 Summary(pl):    Biblioteki Bluetooth
3 Name:           bluez-libs
4 Version:        2.4
5 Release:        1
6 License:        GPL v2
7 Group:          Libraries
8 Source0:        http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  aeac7599e8bfc4933912c3cfd9d679ff
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 DESTDIR=$RPM_BUILD_ROOT
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %post   -p /sbin/ldconfig
77 %postun -p /sbin/ldconfig
78
79 %files
80 %defattr(644,root,root,755)
81 %doc AUTHORS ChangeLog README
82 %attr(755,root,root) %{_libdir}/libbluetooth.so.*.*
83
84 %files devel
85 %defattr(644,root,root,755)
86 %attr(755,root,root) %{_libdir}/libbluetooth.so
87 %{_libdir}/libbluetooth.la
88 %{_includedir}/bluetooth
89
90 %files static
91 %defattr(644,root,root,755)
92 %{_libdir}/libbluetooth.a
This page took 0.090791 seconds and 3 git commands to generate.