Author: qboosh Date: Sun Sep 2 12:53:31 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, more BRs, drop *.la
---- Files affected: SPECS: libopensync-plugin-opie.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/libopensync-plugin-opie.spec diff -u SPECS/libopensync-plugin-opie.spec:1.1 SPECS/libopensync-plugin-opie.spec:1.2 --- SPECS/libopensync-plugin-opie.spec:1.1 Fri Aug 31 22:42:11 2007 +++ SPECS/libopensync-plugin-opie.spec Sun Sep 2 14:53:26 2007 @@ -1,5 +1,6 @@ # $Revision$, $Date$ Summary: OpenSync Plugin for Opie +Summary(pl.UTF-8): Wtyczka Opie do OpenSync Name: libopensync-plugin-opie Version: 0.22 Release: 1 @@ -8,14 +9,26 @@ Source0: http://www.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.bz2?format=raw # Source0-md5: 29b0fea90a4782f68e8017db32e3b6ea URL: http://www.opensync.org/ +BuildRequires: curl-devel +BuildRequires: glib2-devel >= 1:2.10 BuildRequires: libopensync-devel >= %{version} +BuildRequires: libxml2-devel >= 2.0 +BuildRequires: openssl-devel >= 0.9.7 +BuildRequires: pkgconfig +Requires: glib2 >= 1:2.10 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -This OpenSync plugin is intended to allow synchronisation with the Opie -handheld environment <http://opie.handhelds.org>. In theory it should also -support some versions of Qtopia as found on the Sharp Zaurus, but no testing of -this has been done. +This OpenSync plugin is intended to allow synchronisation with the +Opie handheld environment <http://opie.handhelds.org/>. In theory it +should also support some versions of Qtopia as found on the Sharp +Zaurus, but no testing of this has been done. + +%description -l pl.UTF-8 +Celem tej wtyczki do OpenSync jest umożliwienie synchronizacji ze +środowiskiem PDA Opie <http://opie.handhelds.org/>. Teoretycznie +powinna obsługiwać także niektóre wersji Qtopii używanej w +urządzeniach Sharp Zaurus, ale nie było to testowane. %prep %setup -q @@ -30,17 +43,20 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_libdir}/opensync/{plugins,formats}/*.la + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS README -%attr(755,root,root) %{_libdir}/opensync/plugins/*.so -%{_libdir}/opensync/plugins/*.la -%attr(755,root,root) %{_libdir}/opensync/formats/*.so -%{_libdir}/opensync/formats/*.la -%{_datadir}/opensync/defaults/* +%attr(755,root,root) %{_libdir}/opensync/plugins/opie_sync.so +%attr(755,root,root) %{_libdir}/opensync/formats/opie.so +%{_datadir}/opensync/defaults/opie-sync + +# devel +#%{_includedir}/opensync-1.0/opensync/opie_sync.h %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -48,6 +64,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/09/02 12:53:26 qboosh +- pl, more BRs, drop *.la + Revision 1.1 2007/08/31 20:42:11 glen - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libopensync-plugin-opie.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
