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