Author: arekm Date: Thu Mar 6 08:05:40 2008 GMT Module: SPECS Tag: DEVEL ---- Log message: - up to 0.36
---- Files affected: SPECS: libopensync.spec (1.34.2.2 -> 1.34.2.3) ---- Diffs: ================================================================ Index: SPECS/libopensync.spec diff -u SPECS/libopensync.spec:1.34.2.2 SPECS/libopensync.spec:1.34.2.3 --- SPECS/libopensync.spec:1.34.2.2 Sun Feb 10 21:04:18 2008 +++ SPECS/libopensync.spec Thu Mar 6 09:05:35 2008 @@ -5,16 +5,13 @@ Summary: Data synchronization framework Summary(pl.UTF-8): Szkielet do synchronizacji danych Name: libopensync -Version: 0.34 +Version: 0.36 Release: 0.1 License: LGPL v2.1+ Group: Libraries -Source0: http://www.opensync.org/download/releases/0.34/%{name}-%{version}.tar.bz2 -# Source0-md5: bf18a1d79c44c7e6714e3f75548e11de +Source0: http://www.opensync.org/download/releases/0.36/%{name}-%{version}.tar.bz2 +# Source0-md5: d8cc7835663566e3626e959d8fb531bf URL: http://www.opensync.org/ -#Patch0: %{name}-opt.patch -#Patch1: %{name}-wrap.patch -#Patch2: %{name}-noerror.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: cmake @@ -87,9 +84,6 @@ %prep %setup -q -#%patch0 -p1 -#%patch1 -p1 -#%patch2 -p1 %build %cmake \ @@ -103,16 +97,10 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_libdir}/opensync/plugins \ - $RPM_BUILD_ROOT%{_datadir}/opensync/defaults %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -#%py_ocomp $RPM_BUILD_ROOT%{py_sitedir} -#%py_comp $RPM_BUILD_ROOT%{py_sitedir} -#%py_postclean - %clean rm -rf $RPM_BUILD_ROOT @@ -124,26 +112,24 @@ %doc AUTHORS README %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/libopensync.so.*.*.* -%dir %{_libdir}/opensync -%dir %{_libdir}/opensync/formats -%dir %{_libdir}/opensync/plugins -%dir %{_datadir}/opensync -%dir %{_datadir}/opensync/defaults -%{_datadir}/opensync/capabilities -%{_datadir}/opensync/descriptions -%{_datadir}/opensync/schemas -%attr(755,root,root) %{_libdir}/opensync/formats/*.so +%dir %{_libdir}/opensync-* +%dir %{_libdir}/opensync-*/formats +%dir %{_libdir}/opensync-*/osplugin +%dir %{_datadir}/opensync-* +%{_datadir}/opensync-*/capabilities +%{_datadir}/opensync-*/descriptions +%{_datadir}/opensync-*/schemas +%attr(755,root,root) %{_libdir}/opensync-*/formats/*.so %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libopensync.so %{_includedir}/opensync-1.0 %{_pkgconfigdir}/opensync-1.0.pc -#%{_pkgconfigdir}/osengine-1.0.pc -%dir %{_datadir}/opensync/cmake -%dir %{_datadir}/opensync/cmake/modules -%{_datadir}/opensync/cmake/modules/*.cmake +%dir %{_datadir}/opensync-*/cmake +%dir %{_datadir}/opensync-*/cmake/modules +%{_datadir}/opensync-*/cmake/modules/*.cmake %if %{with python} %files -n python-opensync @@ -158,6 +144,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34.2.3 2008-03-06 08:05:35 arekm +- up to 0.36 + Revision 1.34.2.2 2008-02-10 20:04:18 paszczus - BR: libint-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libopensync.spec?r1=1.34.2.2&r2=1.34.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
