Author: wrobell Date: Mon Jan 23 12:23:06 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - based on each other ;)
---- Files affected: SPECS: libopensync-plugin-evolution.spec (NONE -> 1.1) (NEW), libopensync-plugin-file.spec (NONE -> 1.1) (NEW), libopensync-plugin-irmc.spec (NONE -> 1.1) (NEW), libopensync-plugin-python.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/libopensync-plugin-evolution.spec diff -u /dev/null SPECS/libopensync-plugin-evolution.spec:1.1 --- /dev/null Mon Jan 23 13:23:06 2006 +++ SPECS/libopensync-plugin-evolution.spec Mon Jan 23 13:23:01 2006 @@ -0,0 +1,56 @@ +# $Revision$, $Date$ + +Summary: OpenSync IRMC plugin +Name: libopensync-plugin-evolution +Version: 0.18 +Release: 0.1 +License: LGPL +Group: Libraries +Source0: http://www.opensync.org/attachment/wiki/download/%{name}2-%{version}.tar.gz?format=raw +# Source0-md5: 64f182fa37483419ca09721dec2d6f1e +URL: http://www.opensync.org/ +BuildRequires: evolution-devel +BuildRequires: libopensync-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +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. + +This package contains Evolution plugin for OpenSync framework. + +%prep +%setup -q -n %{name}2-%{version} + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_libdir}/opensync/plugins/*.so +%{_libdir}/opensync/plugins/*.la +%{_datadir}/opensync/defaults/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/01/23 12:23:01 wrobell +- based on each other ;) + ================================================================ Index: SPECS/libopensync-plugin-file.spec diff -u /dev/null SPECS/libopensync-plugin-file.spec:1.1 --- /dev/null Mon Jan 23 13:23:06 2006 +++ SPECS/libopensync-plugin-file.spec Mon Jan 23 13:23:01 2006 @@ -0,0 +1,55 @@ +# $Revision$, $Date$ + +Summary: OpenSync file plugin +Name: libopensync-plugin-file +Version: 0.18 +Release: 0.1 +License: LGPL +Group: Libraries +Source0: http://www.opensync.org/attachment/wiki/download/%{name}2-%{version}.tar.gz?format=raw +# Source0-md5: a9ffd002169406fb31eee885c9742c26 +URL: http://www.opensync.org/ +BuildRequires: libopensync-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +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. + +This package contains file plugin for OpenSync framework. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_libdir}/opensync/plugins/*.so +%{_libdir}/opensync/plugins/*.la +%{_datadir}/opensync/defaults/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/01/23 12:23:01 wrobell +- based on each other ;) + ================================================================ Index: SPECS/libopensync-plugin-irmc.spec diff -u /dev/null SPECS/libopensync-plugin-irmc.spec:1.1 --- /dev/null Mon Jan 23 13:23:06 2006 +++ SPECS/libopensync-plugin-irmc.spec Mon Jan 23 13:23:01 2006 @@ -0,0 +1,56 @@ +# $Revision$, $Date$ + +Summary: OpenSync IRMC plugin +Name: libopensync-plugin-irmc +Version: 0.18 +Release: 0.1 +License: LGPL +Group: Libraries +Source0: http://www.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.gz?format=raw +# Source0-md5: 52f86db50d653f5af0adefeb76cf9a31 +URL: http://www.opensync.org/ +BuildRequires: bluez-libs-devel +BuildRequires: libopensync-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +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. + +This package contains IRMC plugin for OpenSync framework. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_libdir}/opensync/plugins/*.so +%{_libdir}/opensync/plugins/*.la +%{_datadir}/opensync/defaults/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/01/23 12:23:01 wrobell +- based on each other ;) + ================================================================ Index: SPECS/libopensync-plugin-python.spec diff -u /dev/null SPECS/libopensync-plugin-python.spec:1.1 --- /dev/null Mon Jan 23 13:23:06 2006 +++ SPECS/libopensync-plugin-python.spec Mon Jan 23 13:23:01 2006 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ + +Summary: OpenSync Python plugin +Name: libopensync-plugin-python +Version: 0.18 +Release: 0.1 +License: LGPL +Group: Libraries +Source0: http://www.opensync.org/attachment/wiki/download/%{name}2-%{version}.tar.gz?format=raw +# Source0-md5: 8030db5af7c9f8ca82a5dbd8657979fb +URL: http://www.opensync.org/ +BuildRequires: libopensync-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +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. + +This package contains Python plugin for OpenSync framework. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README src/sample.py +%attr(755,root,root) %{_libdir}/opensync/plugins/*.so +%{_libdir}/opensync/plugins/*.la + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/01/23 12:23:01 wrobell +- based on each other ;) + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
