diff --git a/.cvsignore b/.cvsignore index e69de29..dc06ef3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Cache-1.4.tgz diff --git a/import.log b/import.log new file mode 100644 index 0000000..24dfb7f --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +php-ezc-Cache-1_4-1_fc10:F-11:php-ezc-Cache-1.4-1.fc10.src.rpm:1241186998 diff --git a/php-ezc-Cache.spec b/php-ezc-Cache.spec new file mode 100644 index 0000000..19bc09a --- /dev/null +++ b/php-ezc-Cache.spec @@ -0,0 +1,94 @@ +%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +%define pear_name Cache +%define channel components.ez.no + +Name: php-ezc-Cache +Version: 1.4 +Release: 1%{?dist} +Summary: Provides a collection of lightweight classes to cache different kinds of data + +Group: Development/Libraries +License: BSD +URL: http://ezcomponents.org/ +Source0: http://components.ez.no/get/%{pear_name}-%{version}.tgz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +BuildRequires: php-pear >= 1:1.4.9-1.2 +BuildRequires: php-channel(%{channel}) +Requires: php-common >= 5.2.1 +Requires: php-pear(%{channel}/Base) >= 1.5 +Requires(post): %{__pear} +Requires(postun): %{__pear} + +Provides: php-pear(%{channel}/%{pear_name}) = %{version} + + +%description +A solution for caching, supporting multiple backends allowing you to specify +the best performing solution for your caching-problem. + +APC cache storage is available only if php-pecl-apc extension installed. + + +%prep +%setup -q -c +[ -f package2.xml ] || mv package.xml package2.xml +mv package2.xml %{pear_name}-%{version}/%{name}.xml +cd %{pear_name}-%{version} + + +%build +cd %{pear_name}-%{version} +# Empty build section, most likely nothing required. + + +%install +cd %{pear_name}-%{version} +rm -rf %{buildroot} docdir +%{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml + +# Move documentation +mv %{buildroot}%{pear_docdir}/%{pear_name}/docs ./docdir +rm -rf %{buildroot}%{pear_docdir} + +# rpmlint (E): zero-length +rm -f ./docdir/cache/content/dummy +rm -f ./docdir/cache/templates/dummy + +# Clean up unnecessary files +rm -rf %{buildroot}%{pear_phpdir}/.??* + +# Install XML package description +mkdir -p %{buildroot}%{pear_xmldir} +install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} + + +%clean +rm -rf %{buildroot} + + +%post +%{__pear} install --nodeps --soft --force --register-only \ + %{pear_xmldir}/%{name}.xml >/dev/null || : + + +%postun +if [ $1 -eq 0 ] ; then + %{__pear} uninstall --nodeps --ignore-errors --register-only \ + %{channel}/%{pear_name} >/dev/null || : +fi + + +%files +%defattr(-,root,root,-) +%doc %{pear_name}-%{version}/docdir/* +%{pear_xmldir}/%{name}.xml +%{pear_phpdir}/data/%{pear_name} +%{pear_phpdir}/ezc/%{pear_name} +%{pear_phpdir}/ezc/autoload/cache_autoload.php + + +%changelog +* Thu Apr 23 2009 Guillaume Kulakowski - 1.4-1 +- Initial packaging diff --git a/sources b/sources index e69de29..1464183 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d1f3d512828f50274f62f6af82b30ad5 Cache-1.4.tgz