Author: glen Date: Tue Dec 11 13:21:06 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: gcaldaemon.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gcaldaemon.spec diff -u /dev/null SPECS/gcaldaemon.spec:1.1 --- /dev/null Tue Dec 11 14:21:06 2007 +++ SPECS/gcaldaemon.spec Tue Dec 11 14:21:01 2007 @@ -0,0 +1,82 @@ +# $Revision$, $Date$ +# TODO +# - daemon and startup script +# - external packages: +# /usr/share/gcaldaemon/license/activation-license.txt +# /usr/share/gcaldaemon/license/commons-codec-license.txt +# /usr/share/gcaldaemon/license/commons-collections-license.txt +# /usr/share/gcaldaemon/license/commons-httpclient-license.txt +# /usr/share/gcaldaemon/license/commons-io-license.txt +# /usr/share/gcaldaemon/license/commons-lang-license.txt +# /usr/share/gcaldaemon/license/commons-logging-license.txt +# /usr/share/gcaldaemon/license/g4j-license.txt +# /usr/share/gcaldaemon/license/gcaldaemon-license.txt +# /usr/share/gcaldaemon/license/google-license.txt +# /usr/share/gcaldaemon/license/ical4j-license.txt +# /usr/share/gcaldaemon/license/jdom-license.txt +# /usr/share/gcaldaemon/license/log4j-license.txt +# /usr/share/gcaldaemon/license/mail-license.txt +# /usr/share/gcaldaemon/license/rome-license.txt +# /usr/share/gcaldaemon/license/shared-asn1-license.txt +# /usr/share/gcaldaemon/license/shared-ldap-license.txt +# /usr/share/gcaldaemon/license/wrapper-license.txt +%include /usr/lib/rpm/macros.java +Summary: gcaldaemon +Name: gcaldaemon +Version: 1.0 +Release: 0.1 +License: LGPL v2 +Group: Applications +Source0: http://dl.sourceforge.net/gcaldaemon/%{name}-linux-%{version}-beta14.zip +# Source0-md5: 3df598920e0283eb60b38536e06ee94f +URL: http://gcaldaemon.sourceforge.net/ +BuildRequires: jpackage-utils +BuildRequires: rpm-javaprov +BuildRequires: rpmbuild(macros) >= 1.300 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _appdir %{_datadir}/%{name} + +%description +GCALDaemon is an OS-independent Java program that offers two-way +synchronization between Google Calendar and various iCalendar +compatible calendar applications. GCALDaemon is primarily designed as +a calendar synchronizer but it can also be used as a Gmail notifier, +Address Book importer, Gmail terminal and RSS feed converter. + +%prep +%setup -qc +cd GCALDaemon + +%{__sed} -i -e 's,\r$,,' bin/reload-calendar.scpt + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_appdir},%{_bindir}} +cd GCALDaemon +cp -a bin conf lang lib log work $RPM_BUILD_ROOT%{_appdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc GCALDaemon/docs/* +%dir %{_appdir} +%{_appdir}/bin +%{_appdir}/conf +%{_appdir}/lang +%{_appdir}/lib +%{_appdir}/log +%{_appdir}/work + +%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-12-11 13:21:01 glen +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
