packages: libbluedevil/libbluedevil.spec - adjust to new cmake macro - stra...

shadzik shadzik at pld-linux.org
Wed Jan 19 16:45:57 CET 2011


Author: shadzik                      Date: Wed Jan 19 15:45:57 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- adjust to new cmake macro
- strange that rpmbuild macros weren't listed in BRs

---- Files affected:
packages/libbluedevil:
   libbluedevil.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/libbluedevil/libbluedevil.spec
diff -u packages/libbluedevil/libbluedevil.spec:1.5 packages/libbluedevil/libbluedevil.spec:1.6
--- packages/libbluedevil/libbluedevil.spec:1.5	Mon Nov 15 01:13:24 2010
+++ packages/libbluedevil/libbluedevil.spec	Wed Jan 19 16:45:52 2011
@@ -1,12 +1,12 @@
 # $Revision$, $Date$
 
-%define		qtver	4.7.0
+%define		qtver	4.7.1
 
 Summary:	Qt-based library to handle all Bluetooth functionality
 Summary(pl.UTF-8):	Biblioteka bazuj±ca na Qt obsługująca funkcjonalność Bluetooth
 Name:		libbluedevil
 Version:	1.8
-Release:	1
+Release:	2
 License:	GPL
 Group:		X11/Libraries
 Source0:	http://media.ereslibre.es/2010/11/%{name}-v%{version}-1.tar.bz2
@@ -19,6 +19,7 @@
 BuildRequires:	dbus-devel
 BuildRequires:	qt4-build >= %{qtver}
 BuildRequires:	qt4-qmake >= %{qtver}
+BuildRequires:	rpmbuild(macros) >= 1.600
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -41,12 +42,6 @@
 install -d build
 cd build
 %cmake \
-	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-	-DSYSCONF_INSTALL_DIR=%{_sysconfdir} \
-	-DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
-%if "%{_lib}" == "lib64"
-	-DLIB_SUFFIX=64 \
-%endif
 	../
 
 %{__make}
@@ -81,6 +76,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2011/01/19 15:45:52  shadzik
+- adjust to new cmake macro
+- strange that rpmbuild macros weren't listed in BRs
+
 Revision 1.5  2010/11/15 00:13:24  charles
 - BR: dbus-devel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libbluedevil/libbluedevil.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list