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

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


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

---- Files affected:
SPECS:
   libopensync-plugin-file.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/libopensync-plugin-file.spec
diff -u SPECS/libopensync-plugin-file.spec:1.15 SPECS/libopensync-plugin-file.spec:1.16
--- SPECS/libopensync-plugin-file.spec:1.15	Sun Sep  2 13:52:21 2007
+++ SPECS/libopensync-plugin-file.spec	Fri May 30 02:42:11 2008
@@ -2,12 +2,12 @@
 Summary:	OpenSync file plugin
 Summary(pl.UTF-8):	Wtyczka file do OpenSync
 Name:		libopensync-plugin-file
-Version:	0.31
+Version:	0.36
 Release:	1
 License:	LGPL v2.1
 Group:		Libraries
-Source0:	http://www.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.bz2?format=raw
-# Source0-md5:	3aa2b994e9f138b2a6ec7b1e34bbe408
+Source0:	http://www.opensync.org/download/releases/0.36/%{name}-%{version}.tar.bz2
+# Source0-md5:	785a79d70e3d6e0637c7f21b2a09987c
 URL:		http://www.opensync.org/
 BuildRequires:	fam-devel
 BuildRequires:	glib2-devel >= 2.0
@@ -39,13 +39,21 @@
 %setup -q
 
 %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
@@ -55,9 +63,9 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/opensync/plugins/file_sync.so
-%{_datadir}/opensync/defaults/file-sync
+%doc AUTHORS INSTALL
+%attr(755,root,root) %{_libdir}/opensync-1.0/plugins/file-sync.so
+%{_datadir}/opensync-1.0/defaults/file-sync
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -65,6 +73,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2008-05-30 00:42:11  wolvverine
+- up to 0.36
+
 Revision 1.15  2007-09-02 11:52:21  qboosh
 - drop .la
 - more BRs
================================================================

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



More information about the pld-cvs-commit mailing list