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

wolvverine wolvverine at pld-linux.org
Fri May 30 03:47:00 CEST 2008


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

---- Files affected:
SPECS:
   libopensync-plugin-vformat.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/libopensync-plugin-vformat.spec
diff -u SPECS/libopensync-plugin-vformat.spec:1.4 SPECS/libopensync-plugin-vformat.spec:1.5
--- SPECS/libopensync-plugin-vformat.spec:1.4	Mon Jun 25 18:35:06 2007
+++ SPECS/libopensync-plugin-vformat.spec	Fri May 30 03:46:55 2008
@@ -2,18 +2,17 @@
 Summary:	OpenSync vFormat Plugin
 Summary(pl.UTF-8):	Wtyczka vFormat dla szkieletu OpenSync
 Name:		libopensync-plugin-vformat
-Version:	0.30
+Version:	0.36
 Release:	1
 License:	LGPL
 Group:		Libraries
-Source0:	http://www.opensync.org/attachment/wiki/download/libopensync-vformat-%{version}.tar.bz2?format=raw
-# Source0-md5:	f7b6144ed7ceaf50b1d0eec21401f19d
+Source0:	http://www.opensync.org/download/releases/0.36/%{name}-%{version}.tar.bz2
+# Source0-md5:	f3d1efdc1e7142fc74364e92f2066ee0
 URL:		http://www.opensync.org/
-Patch0:		%{name}-opt.patch
 BuildRequires:	glib2-devel >= 1:2.4
 BuildRequires:	libopensync-devel >= %{version}
 BuildRequires:	pkgconfig
-BuildRequires:	scons
+BuildRequires:	cmake
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -35,18 +34,23 @@
 Ten pakiet zawiera wtyczkę vFormat dla szkieletu OpenSync.
 
 %prep
-%setup -q -n libopensync-vformat-%{version}
-%{__sed} -i -e 's,\r$,,' build/linux/osync_build.py
-%patch0 -p1
+%setup -q
 
 %build
-rm -f vformat.conf
-%scons \
-	prefix=%{_prefix}
+mkdir build
+cd build
+%cmake \
+	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+%if "%{_lib}" != "lib"
+	-DLIB_SUFFIX=64 \
+%endif
+	../
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%scons install \
+%{__make} -C build install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -54,8 +58,9 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README
-%attr(755,root,root) %{_libdir}/opensync/formats/*.so
+%doc AUTHORS
+%attr(755,root,root) %{_bindir}/vconvert
+%attr(755,root,root) %{_libdir}/opensync-1.0/formats/*.so
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -63,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2008-05-30 01:46:55  wolvverine
+- up to 0.36
+
 Revision 1.4  2007-06-25 16:35:06  glen
 - add -opt.patch
 
================================================================

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



More information about the pld-cvs-commit mailing list