Author: glen Date: Fri Aug 31 20:16:48 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: libopensync-plugin-jescs.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/libopensync-plugin-jescs.spec diff -u /dev/null SPECS/libopensync-plugin-jescs.spec:1.1 --- /dev/null Fri Aug 31 22:16:48 2007 +++ SPECS/libopensync-plugin-jescs.spec Fri Aug 31 22:16:42 2007 @@ -0,0 +1,57 @@ +# $Revision$, $Date$ +# +# Conditional build: +%bcond_without autodeps # don't BR packages needed only for resolving deps +# +%include /usr/lib/rpm/macros.perl +Summary: OpenSync Plugin for Java Enterprise System Calendar +Name: libopensync-plugin-jescs +Version: 0.22 +Release: 1 +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: libopensync-devel >= %{version} +BuildRequires: rpm-perlprov >= 4.1-13 +%if %{with autodeps} +BuildRequires: perl-libwww +%endif +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +OpenSync Plugin for Java Enterprise System Calendar. + +%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 README +%{_libdir}/wcaptool +%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 2007/08/31 20:16:42 glen +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
