]> git.pld-linux.org Git - packages/gcaldaemon.git/commitdiff
- initial
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 11 Dec 2007 13:21:01 +0000 (13:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcaldaemon.spec -> 1.1

gcaldaemon.spec [new file with mode: 0644]

diff --git a/gcaldaemon.spec b/gcaldaemon.spec
new file mode 100644 (file)
index 0000000..23c84a1
--- /dev/null
@@ -0,0 +1,71 @@
+# 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
This page took 0.110857 seconds and 4 git commands to generate.