Author: wrobell Date: Mon Jan 23 12:18:29 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added some missing dirs required by plugins
---- Files affected: SPECS: libopensync.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/libopensync.spec diff -u SPECS/libopensync.spec:1.6 SPECS/libopensync.spec:1.7 --- SPECS/libopensync.spec:1.6 Mon Jan 9 09:35:37 2006 +++ SPECS/libopensync.spec Mon Jan 23 13:18:23 2006 @@ -3,7 +3,7 @@ Summary(pl): Szkielet do synchronizacji danych Name: libopensync Version: 0.18 -Release: 0.1 +Release: 0.2 License: LGPL Group: Libraries Source0: http://www.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.gz?format=raw @@ -95,6 +95,9 @@ %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 @@ -113,6 +116,9 @@ %attr(755,root,root) %{_libdir}/lib*.so.*.*.* %dir %{_libdir}/opensync %dir %{_libdir}/opensync/formats +%dir %{_libdir}/opensync/plugins +%dir %{_datadir}/opensync +%dir %{_datadir}/opensync/defaults %attr(755,root,root) %{_libdir}/opensync/formats/*.so %{_libdir}/opensync/formats/*.la @@ -138,6 +144,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2006/01/23 12:18:23 wrobell +- added some missing dirs required by plugins + Revision 1.6 2006/01/09 08:35:37 qboosh - try this way ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libopensync.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
