summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Image.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-05 20:00:45 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-05 20:00:45 +0100
commite811d58ed6e692b677eeafc12a66670590640af0 (patch)
tree982b75f2ea3268780f4f4ddcea34d6d7470caae2 /php-horde-Horde-Image.spec
parent5748ed6ac4706143878882044a28a6cf98fd5174 (diff)
php-horde-Horde-Image: cleanups + requires php-pear(XML_SVG)
Diffstat (limited to 'php-horde-Horde-Image.spec')
-rw-r--r--php-horde-Horde-Image.spec22
1 files changed, 18 insertions, 4 deletions
diff --git a/php-horde-Horde-Image.spec b/php-horde-Horde-Image.spec
index 0f2c591..8a5784d 100644
--- a/php-horde-Horde-Image.spec
+++ b/php-horde-Horde-Image.spec
@@ -5,22 +5,27 @@
Name: php-horde-Horde-Image
Version: 2.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Horde Image API
Group: Development/Libraries
License: LGPLv2+
URL: http://pear.horde.org
-Source0: http://pear.horde.org/get/%{pear_name}-%{version}.tgz
+Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
-BuildRequires: php-pear
+BuildRequires: php-pear(PEAR) >= 1.7.0
BuildRequires: php-channel(%{pear_channel})
Requires(post): %{__pear}
Requires(postun): %{__pear}
Requires: php(language) >= 5.3.0
+Requires: php-date
+Requires: php-exif
+Requires: php-pcre
+Requires: php-spl
+BuildRequires: php-pear(PEAR) >= 1.7.0
Requires: php-channel(%{pear_channel})
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0
@@ -32,7 +37,10 @@ Conflicts: php-pear(%{pear_channel}/Horde_Translation) >= 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0
Conflicts: php-pear(%{pear_channel}/Horde_Util) >= 3.0.0
# Optionnal
-# Not yet available Requires: php-pear(XML_SVG)
+Requires: php-gd
+Requires: php-json
+Requires: php-zlib
+Requires: php-pear(XML_SVG)
%description
@@ -69,6 +77,7 @@ rm -rf %{buildroot}%{pear_metadir}/.??*
mkdir -p %{buildroot}%{pear_xmldir}
install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
+
%post
%{__pear} install --nodeps --soft --force --register-only \
%{pear_xmldir}/%{name}.xml >/dev/null || :
@@ -79,6 +88,7 @@ if [ $1 -eq 0 ] ; then
%{pear_channel}/%{pear_name} >/dev/null || :
fi
+
%files
%defattr(-,root,root,-)
%doc %{pear_docdir}/%{pear_name}
@@ -90,6 +100,10 @@ fi
%changelog
+* Mon Nov 5 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.0-2
+- cleanups
+- requires php-pear(XML_SVG)
+
* Thu Nov 1 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.0-1
- Update to 2.0.0 for remi repo