SPECS: libopensync-plugin-evolution.spec - up to 0.36

wolvverine wolvverine at pld-linux.org
Fri May 30 02:38:02 CEST 2008


Author: wolvverine                   Date: Fri May 30 00:38:02 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.36

---- Files affected:
SPECS:
   libopensync-plugin-evolution.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/libopensync-plugin-evolution.spec
diff -u SPECS/libopensync-plugin-evolution.spec:1.10 SPECS/libopensync-plugin-evolution.spec:1.11
--- SPECS/libopensync-plugin-evolution.spec:1.10	Sun Sep  2 13:44:10 2007
+++ SPECS/libopensync-plugin-evolution.spec	Fri May 30 02:37:57 2008
@@ -2,12 +2,12 @@
 Summary:	OpenSync Evolution plugin
 Summary(pl.UTF-8):	Wtyczka Evolution do OpenSync
 Name:		libopensync-plugin-evolution
-Version:	0.22
+Version:	0.36
 Release:	1
 License:	LGPL v2.1+
 Group:		Libraries
-Source0:	http://www.opensync.org/attachment/wiki/download/%{name}2-%{version}.tar.bz2?format=raw
-# Source0-md5:	c4419dd2451bd1595fe42fcf96a9ba45
+Source0:	http://www.opensync.org/download/releases/0.36/%{name}2-%{version}
+# Source0-md5:	eb65be802e4da31df012c6674d60d218
 URL:		http://www.opensync.org/
 BuildRequires:	evolution-data-server-devel >= 1.2
 BuildRequires:	glib2-devel >= 2.0
@@ -38,13 +38,21 @@
 %setup -q -n %{name}2-%{version}
 
 %build
-%configure
+mkdir build
+cd build
+%cmake \
+	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+%if "%{_lib}" != "lib"
+	-DLIB_SUFFIX=64 \
+%endif
+	../
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -C build install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/opensync/plugins/*.la
@@ -54,9 +62,9 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/opensync/plugins/evo2_sync.so
-%{_datadir}/opensync/defaults/evo2-sync
+%doc README
+%attr(755,root,root) %{_libdir}/opensync-1.0/plugins/evo2-sync.so
+%{_datadir}/opensync-1.0/defaults/evo2-sync
 
 # devel
 #%{_includedir}/opensync-1.0/opensync/evo2_sync.h
@@ -67,6 +75,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2008-05-30 00:37:57  wolvverine
+- up to 0.36
+
 Revision 1.10  2007-09-02 11:44:10  qboosh
 - LGPL v2.1+
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libopensync-plugin-evolution.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list