rpms/libopensync-plugin-gpe/devel libopensync-plugin-gpe.spec, 1.8, 1.9

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


Author: awjb

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

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



Index: libopensync-plugin-gpe.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-gpe/devel/libopensync-plugin-gpe.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libopensync-plugin-gpe.spec	28 Dec 2007 10:56:08 -0000	1.8
+++ libopensync-plugin-gpe.spec	28 Dec 2007 23:06:10 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           libopensync-plugin-gpe
 Version:        0.35
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GPE plugin for libopensync
 
 Group:          System Environment/Libraries
@@ -11,7 +11,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake
-BuildRequires:  libopensync-devel
+BuildRequires:  libopensync-devel >= 0.35
 
 Obsoletes: libopensync-plugins-gpe-devel < %{version}
 
@@ -24,15 +24,9 @@
 %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
 cd build
 rm -rf $RPM_BUILD_ROOT
@@ -48,6 +42,9 @@
 %{_datadir}/opensync-1.0/defaults/gpe-sync
 
 %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
 - version upgrade
 




More information about the fedora-extras-commits mailing list