rpms/libopensync/devel libopensync.spec,1.20,1.21

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Dec 28 14:24:58 UTC 2007


Author: awjb

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

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



Index: libopensync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync/devel/libopensync.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- libopensync.spec	28 Dec 2007 10:46:41 -0000	1.20
+++ libopensync.spec	28 Dec 2007 14:24:21 -0000	1.21
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Name:           libopensync
 Version:        0.35
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A synchronization framework
 
 Group:          System Environment/Libraries
@@ -44,15 +44,10 @@
 %build
 mkdir build
 cd build
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_C_FALGS=%{optflags} \
+%cmake -DOPENSYNC_LIBEXEC_DIR=%{_libexecdir} \
     -DCMAKE_SKIP_RPATH=YES \
-    -DOPENSYNC_LIBEXEC_DIR=%{_libexecdir} \
-    -DSWIG_DIR=/usr/share/swig/1.3.33/ \
-%ifarch x86_64 ppc64
-    -DLIB_SUFFIX=64 \
-%endif
-    ../
-make %{?_smp_mflags}
+    -DSWIG_DIR=/usr/share/swig/1.3.33/ ../
+make VERBOSE=1 %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -96,6 +91,10 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Fri Dec 28 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.35-2
+- use cmake macro
+
 * Thu Dec 27 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 0.35-1
 - version upgrade




More information about the fedora-extras-commits mailing list