Author: qboosh Date: Sun Sep 2 12:07:55 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl fix, more BRs, drop *.la
---- Files affected: SPECS: libopensync-plugin-google-calendar.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/libopensync-plugin-google-calendar.spec diff -u SPECS/libopensync-plugin-google-calendar.spec:1.3 SPECS/libopensync-plugin-google-calendar.spec:1.4 --- SPECS/libopensync-plugin-google-calendar.spec:1.3 Fri Aug 31 22:11:27 2007 +++ SPECS/libopensync-plugin-google-calendar.spec Sun Sep 2 14:07:50 2007 @@ -1,16 +1,21 @@ # $Revision$, $Date$ Summary: OpenSync Google Calendar Plugin +Summary(pl.UTF-8): Wtyczka Google Calendar do OpenSync Name: libopensync-plugin-google-calendar Version: 0.22 Release: 1 -License: GPL v2 +License: GPL v2+ Group: Libraries Source0: http://www.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.bz2?format=raw # Source0-md5: e97862bc7479e449206e2a438a159336 URL: http://www.opensync.org/ +BuildRequires: glib2-devel >= 2.0 BuildRequires: libopensync-devel >= %{version} +BuildRequires: libxml2-devel >= 2.0 +BuildRequires: pkgconfig BuildRequires: python-httplib2 BuildRequires: sed >= 4.0 +Requires: python-httplib2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -30,8 +35,7 @@ Składa się z różnych wtyczek, których można używać do łączenia z urządzeniami, potężnego silnika synchronizacji oraz samego szkieletu. -Ten pakiet zawiera wtyczkę file Google Calendar Plugin dla szkieletu -OpenSync. +Ten pakiet zawiera wtyczkę Google Calendar dla szkieletu OpenSync. %prep %setup -q @@ -47,16 +51,17 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_libdir}/opensync/plugins/*.la + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README -%{_libdir}/google-cal-helper -%attr(755,root,root) %{_libdir}/opensync/plugins/*.so -%{_libdir}/opensync/plugins/*.la -%{_datadir}/opensync/defaults/* +%attr(755,root,root) %{_libdir}/google-cal-helper +%attr(755,root,root) %{_libdir}/opensync/plugins/gcalendar.so +%{_datadir}/opensync/defaults/google-calendar %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -64,6 +69,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2007/09/02 12:07:50 qboosh +- pl fix, more BRs, drop *.la + Revision 1.3 2007/08/31 20:11:27 glen - builds with libopensync 0.22 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libopensync-plugin-google-calendar.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
