Author: glen Date: Thu Aug 19 12:00:40 2010 GMT Module: packages Tag: HEAD ---- Log message: - renamed to osynctool, version 0.39
---- Files affected: packages/osynctool: osynctool.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/osynctool/osynctool.spec diff -u packages/osynctool/osynctool.spec:1.4 packages/osynctool/osynctool.spec:1.5 --- packages/osynctool/osynctool.spec:1.4 Tue Oct 21 04:32:44 2008 +++ packages/osynctool/osynctool.spec Thu Aug 19 14:00:35 2010 @@ -1,22 +1,23 @@ # $Revision$, $Date$ -Summary: OpenSync data synchronization commandline programs +Summary: OpenSync data synchronization commandline program Summary(pl.UTF-8): Programy do synchronizacji danych OpenSync -Name: msynctool -Version: 0.37 +Name: osynctool +Version: 0.39 Release: 0.1 License: GPL Group: Applications Source0: http://opensync.org/download/releases/%{version}/%{name}-%{version}.tar.bz2 -# Source0-md5: 417d582a1c2ac1049b41557ee5664f3e -URL: http://opensync.org/ +# Source0-md5: 2fdf7ef8b23c0f948b7bd250da16aa0f +URL: http://www.opensync.org/ BuildRequires: cmake -BuildRequires: libopensync-devel >= 1:0.37 +BuildRequires: libopensync-devel >= 1:0.39 BuildRequires: pkgconfig +Obsoletes: msynctool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -OpenSync is a synchronization framework that is platform and distribution -independent. +OpenSync is a synchronization framework that is platform and +distribution independent. It consists of several plugins that can be used to connect to devices, a powerful sync-engine and the framework itself. @@ -37,27 +38,32 @@ %setup -q %build -%cmake \ +mkdir build +cd build +%cmake .. \ + -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -%if "%{_lib}" != "lib" - -DLIB_SUFFIX=64 \ +%if "%{_lib}" == "lib64" + -DLIB_SUFFIX=64 %endif - . + %{__make} %install rm -rf $RPM_BUILD_ROOT - -%{__make} install \ +%{__make} -C build install \ DESTDIR=$RPM_BUILD_ROOT +# no package yet +rm $RPM_BUILD_ROOT%{_prefix}/etc/bash_completion.d/osynctool.sh + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc AUTHORS -%attr(755,root,root) %{_bindir}/* +%doc AUTHORS README +%attr(755,root,root) %{_bindir}/%{name} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -65,6 +71,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2010/08/19 12:00:35 glen +- renamed to osynctool, version 0.39 + Revision 1.4 2008/10/21 02:32:44 sls - BR: pkgconfig ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/osynctool/osynctool.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
