Author: glen                         Date: Sun May 22 12:14:30 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/php-horde-Horde_Kolab_Format:
   php-horde-Horde_Kolab_Format.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/php-horde-Horde_Kolab_Format/php-horde-Horde_Kolab_Format.spec
diff -u /dev/null 
packages/php-horde-Horde_Kolab_Format/php-horde-Horde_Kolab_Format.spec:1.1
--- /dev/null   Sun May 22 14:14:30 2011
+++ packages/php-horde-Horde_Kolab_Format/php-horde-Horde_Kolab_Format.spec     
Sun May 22 14:14:25 2011
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+%define                status          stable
+%define                pearname        Horde_Kolab_Format
+%include       /usr/lib/rpm/macros.php
+Summary:       %{pearname} - A package for reading/writing Kolab data formats
+Name:          php-horde-Horde_Kolab_Format
+Version:       1.0.0
+Release:       1
+License:       LGPL 2.1
+Group:         Development/Languages/PHP
+Source0:       http://pear.horde.org/get/%{pearname}-%{version}.tgz
+# Source0-md5: 2db2e4f2a313aa949f44c78e0ae79fa2
+URL:           http://pear.horde.org/package/Horde_Kolab_Format/
+BuildRequires: php-channel(pear.horde.org)
+BuildRequires: php-packagexml2cl
+BuildRequires: php-pear-PEAR >= 1:1.7.0
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+BuildRequires: rpmbuild(macros) >= 1.610
+Requires:      php-channel(pear.horde.org)
+Requires:      php-dom
+Requires:      php-horde-Horde_Exception < 2.0.0
+Requires:      php-pear
+Suggests:      php-horde-Horde_Date
+Suggests:      php-horde-Horde_Support
+Suggests:      php-horde-Horde_Test
+Suggests:      php-mbstring
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package allows to convert Kolab data objects from XML to hashes.
+
+In PEAR status of this package is: %{status}.
+
+%prep
+%pear_package_setup
+
+mv docs/Horde_Kolab_Format/Horde/Kolab/Format examples
+
+mv .%{php_pear_dir}/data/Horde_Kolab_Format/TODO .
+
+%build
+packagexml2cl package.xml > ChangeLog
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{php_pear_dir}}
+install -p ./%{_bindir}/* $RPM_BUILD_ROOT%{_bindir}
+%pear_package_install
+
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog install.log
+%doc TODO
+%doc docs/Horde_Kolab_Format/*
+%{php_pear_dir}/.registry/.channel.*/*.reg
+%attr(755,root,root) %{_bindir}/kolab-format
+%{php_pear_dir}/Horde/Kolab/Format
+%{php_pear_dir}/Horde/Kolab/Format.php
+%{_examplesdir}/%{name}-%{version}
+
+%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  2011/05/22 12:14:25  glen
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to