Author: qboosh Date: Sun Sep 2 12:37:11 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, more BRs, drop *.la - configure workaround not to BR perl-libwww
---- Files affected: SPECS: libopensync-plugin-jescs.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/libopensync-plugin-jescs.spec diff -u SPECS/libopensync-plugin-jescs.spec:1.1 SPECS/libopensync-plugin-jescs.spec:1.2 --- SPECS/libopensync-plugin-jescs.spec:1.1 Fri Aug 31 22:16:42 2007 +++ SPECS/libopensync-plugin-jescs.spec Sun Sep 2 14:37:06 2007 @@ -5,15 +5,19 @@ # %include /usr/lib/rpm/macros.perl Summary: OpenSync Plugin for Java Enterprise System Calendar +Summary(pl.UTF-8): Wtyczka kalendarza Java Enterprise System Calendar do OpenSync Name: libopensync-plugin-jescs 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: f52fff134553f63d40194cdb9cef39e7 URL: http://www.opensync.org/ +BuildRequires: glib2-devel >= 2.0 BuildRequires: libopensync-devel >= %{version} +BuildRequires: libxml2-devel >= 2.0 +BuildRequires: pkgconfig BuildRequires: rpm-perlprov >= 4.1-13 %if %{with autodeps} BuildRequires: perl-libwww @@ -23,28 +27,34 @@ %description OpenSync Plugin for Java Enterprise System Calendar. +%description -l pl.UTF-8 +Wtyczka kalendarza Java Enterprise System Calendar do OpenSync. + %prep %setup -q %build -%configure +%configure \ + act_libwwwperl=yes %{__make} %install rm -rf $RPM_BUILD_ROOT + %{__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 AUTHORS ChangeLog README -%{_libdir}/wcaptool -%attr(755,root,root) %{_libdir}/opensync/plugins/*.so -%{_libdir}/opensync/plugins/*.la -%{_datadir}/opensync/defaults/* +%attr(755,root,root) %{_libdir}/wcaptool +%attr(755,root,root) %{_libdir}/opensync/plugins/jescs.so +%{_datadir}/opensync/defaults/jescs-sync %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -52,6 +62,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/09/02 12:37:06 qboosh +- pl, more BRs, drop *.la +- configure workaround not to BR perl-libwww + Revision 1.1 2007/08/31 20:16:42 glen - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libopensync-plugin-jescs.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
