]> git.pld-linux.org Git - packages/libbtctl.git/commitdiff
- R: bluez-libs with sdp interface in libbluetooth auto/ac/libbtctl-0_4_1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 23 Jul 2004 19:32:41 +0000 (19:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed build on amd64, release 1

Changed files:
    libbtctl.spec -> 1.10

libbtctl.spec

index f4de826e11127d8f9c0adc75ce32f700ae7819f4..ebb0f91aab5312a26fb2e58b3cb9a2328a6eb152 100644 (file)
@@ -9,7 +9,7 @@ Summary:        Bluetooth GObject based library
 Summary(pl):   Biblioteka do programowania urz±dzeñ Bluetooth
 Name:          libbtctl
 Version:       0.4.1
-Release:       0.1
+Release:       1
 License:       GPL
 Group:         Libraries
 Source0:       http://downloads.usefulinc.com/libbtctl/%{name}-%{version}.tar.gz
@@ -25,6 +25,7 @@ BuildRequires:        pkgconfig
 BuildRequires: python-devel >= 2.3
 BuildRequires: python-pygtk-devel >= 2.2.0
 BuildRequires: rpm-pythonprov
+Requires:      bluez-libs >= 2.8-2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -84,14 +85,16 @@ Wi
        --enable-shared \
        --enable-gtk-doc \
        --with-html-path=%{_gtkdocdir}
-%{__make}
+%{__make} \
+       pydir=%{py_sitedir}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       HTML_DIR=%{_gtkdocdir}
+       HTML_DIR=%{_gtkdocdir} \
+       pydir=%{py_sitedir}
 
 rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a}
 
This page took 0.031292 seconds and 4 git commands to generate.