]> git.pld-linux.org Git - packages/bluemote.git/commitdiff
- BR: libX11-devel,libXtst-devel, drop /usr/X11R6/lib from flags
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 26 Apr 2006 19:09:05 +0000 (19:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetics

Changed files:
    bluemote.spec -> 1.5

bluemote.spec

index ab3219450794ff9e1b0a0cf7a1cdc043212e8f6b..e461751555c0914b850f18e425fce18d580e588f 100644 (file)
@@ -1,6 +1,5 @@
-
-Summary:       Bluemote - a remote controller for your PC via bluetooth
-Summary(pl):   Bluemote - pilot dla komputera via bluetooth
+Summary:       Bluemote - a remote controller for your PC via Bluetooth
+Summary(pl):   Bluemote - pilot dla komputera przez Bluetooth
 Name:          bluemote
 Version:       2.0
 Release:       1
@@ -9,6 +8,8 @@ Group:          Applications
 Source0:       http://www.geocities.com/saravkrish/progs/bluemote/%{name}.%{version}.tar.gz
 # Source0-md5: 69ab4eafb839a3f22fca2832fbba60f6
 URL:           http://www.geocities.com/saravkrish/progs/bluemote/
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXtst-devel
 Requires:      bluez-utils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -26,7 +27,8 @@ Bluemote to program, kt
 %build
 %{__make} \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags}"
+       CFLAGS="%{rpmcflags}" \
+       X11FLAGS="-lX11 -lXtst"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.135981 seconds and 4 git commands to generate.