summaryrefslogtreecommitdiffstats
path: root/redhat/dependencies
diff options
context:
space:
mode:
authoralbator <albator@arcadia.vtf>2011-10-21 20:14:13 +0200
committeralbator <albator@arcadia.vtf>2011-10-21 20:14:13 +0200
commit5da81c3ef2b95806e321a5de92f25c65d9b72647 (patch)
tree3e504dca5a1cd5508db00546c4527988cf209ec4 /redhat/dependencies
parent33626df66b07d906d930e6382d8756613ed6302c (diff)
downloadtde-packaging-5da81c3ef2b95806e321a5de92f25c65d9b72647.tar.gz
tde-packaging-5da81c3ef2b95806e321a5de92f25c65d9b72647.zip
Add libcaldav and libcarddav for RHEL6
Diffstat (limited to 'redhat/dependencies')
-rw-r--r--redhat/dependencies/libcaldav/libcaldav.spec59
-rw-r--r--redhat/dependencies/libcarddav/libcarddav.spec58
2 files changed, 117 insertions, 0 deletions
diff --git a/redhat/dependencies/libcaldav/libcaldav.spec b/redhat/dependencies/libcaldav/libcaldav.spec
new file mode 100644
index 000000000..220913b3b
--- /dev/null
+++ b/redhat/dependencies/libcaldav/libcaldav.spec
@@ -0,0 +1,59 @@
+Name: libcaldav
+Version: 0.6.5
+Release: 2debian2%{?dist}
+
+Vendor: Trinity Project
+URL: http://www.trinitydesktop.org/
+Packager: Francois Andriot <francois.andriot@free.fr>
+
+License: GPL
+Group: System Environment/Libraries
+Summary: A client library that adds support for the CalDAV protocol (rfc4791).
+
+Source0: libcaldav_0.6.5-2debian2.tar.gz
+
+%description
+libcaldev is a client library that adds support for the CalDAV protocol (rfc4791).
+The object is to have a library which fully implements the protocol so that it is
+easy to integrate CalDAV support into any PIM application.
+
+%package devel
+Summary: Development files for %{name}
+Group: Development/Libraries
+Requires: %{name}
+
+%description devel
+%{summary}
+
+
+%prep
+%setup -q
+
+%build
+autoreconf --force --install --symlink
+%configure
+%__make %{?_smp_mflags}
+
+%install
+%__rm -rf %{buildroot}
+%__make install DESTDIR=%{buildroot}
+
+%clean
+%__rm -rf %{buildroot}
+
+
+%files
+%{_libdir}/*.so.*
+%{_datadir}/doc/%{name}
+
+%files devel
+%{_includedir}/%{name}-0.6.2
+%{_libdir}/*.a
+%{_libdir}/*.la
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/%{name}.pc
+
+
+%Changelog
+* Fri Oct 21 2011 Francois Andriot <francois.andriot@free.fr> - 0.6.5-2debian2
+- Initial build for RHEL 6.0
diff --git a/redhat/dependencies/libcarddav/libcarddav.spec b/redhat/dependencies/libcarddav/libcarddav.spec
new file mode 100644
index 000000000..9ab0dbd9f
--- /dev/null
+++ b/redhat/dependencies/libcarddav/libcarddav.spec
@@ -0,0 +1,58 @@
+Name: libcarddav
+Version: 0.6.2
+Release: 2debian2%{?dist}
+
+Vendor: Trinity Project
+URL: http://www.trinitydesktop.org/
+Packager: Francois Andriot <francois.andriot@free.fr>
+
+License: GPL
+Group: System Environment/Libraries
+Summary: A client library that adds support for the CalDAV protocol (rfc4791).
+
+Source0: libcarddav_0.6.2-2debian2.tar.gz
+
+%description
+Libcarddav is a portable CardDAV client implementation originally developed for the Trinity PIM suite.
+It incorporates full list, get, add, modify, and delete functionality per the latest CardDAV standards.
+Build dependencies are minimal, requiring only libcurl.
+
+%package devel
+Summary: Development files for %{name}
+Group: Development/Libraries
+Requires: %{name}
+
+%description devel
+%{summary}
+
+
+%prep
+%setup -q
+
+%build
+autoreconf --force --install --symlink
+%configure
+%__make %{?_smp_mflags}
+
+%install
+%__rm -rf %{buildroot}
+%__make install DESTDIR=%{buildroot}
+
+%clean
+%__rm -rf %{buildroot}
+
+
+%files
+%{_libdir}/*.so.*
+
+%files devel
+%{_includedir}/%{name}-0.6.1
+%{_libdir}/*.a
+%{_libdir}/*.la
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/%{name}.pc
+
+
+%Changelog
+* Fri Oct 21 2011 Francois Andriot <francois.andriot@free.fr> - 0.6.5-2debian2
+- Initial build for RHEL 6.0