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

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


Author: awjb

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

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



Index: libopensync-plugin-vformat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-vformat/devel/libopensync-plugin-vformat.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libopensync-plugin-vformat.spec	28 Dec 2007 23:45:53 -0000	1.1
+++ libopensync-plugin-vformat.spec	28 Dec 2007 23:49:29 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           libopensync-plugin-vformat
 Version:        0.35
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Vformat plugin for libopensync
 
 Group:          System Environment/Libraries
@@ -21,12 +21,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
@@ -44,6 +39,10 @@
 %{_libdir}/opensync-1.0/formats/*
 
 %changelog
+* Sat Dec 29 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
 - initial version




More information about the fedora-extras-commits mailing list