]> git.pld-linux.org Git - packages/php-horde-Horde_Share.git/commitdiff
- horde h4 pear packages
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 10 Apr 2011 21:38:10 +0000 (21:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-horde-Horde_Share.spec -> 1.1

php-horde-Horde_Share.spec [new file with mode: 0644]

diff --git a/php-horde-Horde_Share.spec b/php-horde-Horde_Share.spec
new file mode 100644 (file)
index 0000000..0081f4a
--- /dev/null
@@ -0,0 +1,68 @@
+# TODO
+# - system locale dir
+%define                status          stable
+%define                pearname        Horde_Share
+%include       /usr/lib/rpm/macros.php
+Summary:       %{pearname} - Horde Shared Permissions System
+Name:          php-horde-Horde_Share
+Version:       1.0.0
+Release:       1
+License:       LGPL
+Group:         Development/Languages/PHP
+Source0:       http://pear.horde.org/get/%{pearname}-%{version}.tgz
+# Source0-md5: 82a7c618c6788f4a4247d6e4236f0a56
+URL:           http://pear.horde.org/package/Horde_Share/
+BuildRequires: php-channel(pear.horde.org)
+BuildRequires: php-packagexml2cl
+BuildRequires: php-pear-PEAR
+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-horde-Horde_Db < 2.0.0
+Requires:      php-horde-Horde_Exception < 2.0.0
+Requires:      php-horde-Horde_Group < 2.0.0
+Requires:      php-horde-Horde_Perms < 2.0.0
+Requires:      php-horde-Horde_Support < 2.0.0
+Requires:      php-horde-Horde_Translation < 2.0.0
+Requires:      php-horde-Horde_Url < 2.0.0
+Requires:      php-horde-Horde_Util < 2.0.0
+Requires:      php-pear
+Suggests:      php-horde-Horde_DataTree
+Suggests:      php-horde-Horde_Kolab_Storage
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+# exclude optional dependencies
+%define                _noautoreq       pear(Horde/DataTree.*) pear(Horde/Kolab/Storage.*)
+
+%description
+Horde_Share provides an interface to all shared resources a user owns
+or has access to.
+
+In PEAR status of this package is: %{status}.
+
+%prep
+%pear_package_setup
+
+%build
+packagexml2cl package.xml > ChangeLog
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p <lua>
+%pear_package_print_optionalpackages
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog install.log
+%doc optional-packages.txt
+%{php_pear_dir}/.registry/.channel.*/*.reg
+%{php_pear_dir}/Horde/Share
+%{php_pear_dir}/data/Horde_Share
This page took 0.0797 seconds and 4 git commands to generate.