rpms/libopensync-plugin-moto/devel libopensync-plugin-moto.spec, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Dec 28 23:38:57 UTC 2007


Author: awjb

Update of /cvs/pkgs/rpms/libopensync-plugin-moto/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17407

Modified Files:
	libopensync-plugin-moto.spec 
Log Message:
- use cmake macro



Index: libopensync-plugin-moto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-moto/devel/libopensync-plugin-moto.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libopensync-plugin-moto.spec	28 Dec 2007 23:33:44 -0000	1.1
+++ libopensync-plugin-moto.spec	28 Dec 2007 23:38:22 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name:           libopensync-plugin-moto
 Version:        0.35
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Plugin for syncing with Motorola phones via libopensync
 
 Group:          System Environment/Libraries
@@ -16,7 +16,7 @@
 BuildRequires:  libopensync-devel >= 0.35
 BuildRequires:  python-devel
 
-Requires: libopensync-plugin-python
+Requires: libopensync-plugin-python >= 0.35
 Requires: python-dateutil
 Requires: pybluez
 
@@ -31,12 +31,7 @@
 %build
 mkdir build
 cd build
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_C_FALGS=%{optflags} \
-    -DCMAKE_SKIP_RPATH=YES \
-%ifarch x86_64 ppc64
-    -DLIB_SUFFIX=64 \
-%endif
-   ../
+%cmake -DCMAKE_SKIP_RPATH=YES ../
 make %{?_smp_mflags}
 
 %install
@@ -54,6 +49,10 @@
 %{_datadir}/opensync-1.0/defaults/moto-sync
 
 %changelog
+* Sat Dec 29 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.35-3
+- use cmake macro
+
 * Fri Dec 28 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 0.35-2
 - BR libopensync-devel >= 0.35




More information about the fedora-extras-commits mailing list