From 41f982f413c829831eac0a33acae59df7693dd98 Mon Sep 17 00:00:00 2001 From: Guillaume Kulakowski Date: Nov 29 2015 14:47:58 +0000 Subject: eZ Components is now Zeta Components (https://github.com/zetacomponents) --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 2df15c0..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -Cache-1.5.tgz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..eaf01d3 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +eZ Components is now Zeta Components (https://github.com/zetacomponents) diff --git a/php-ezc-Cache.spec b/php-ezc-Cache.spec deleted file mode 100644 index 9ec6874..0000000 --- a/php-ezc-Cache.spec +++ /dev/null @@ -1,127 +0,0 @@ -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} -%define pear_name Cache -%define channel components.ez.no - -Name: php-ezc-Cache -Version: 1.5 -Release: 10%{?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.8 -Requires(post): %{__pear} -Requires(postun): %{__pear} - -Provides: php-pear(%{channel}/%{pear_name}) = %{version} - - -%description -The Cache package provides a collection of lightweight classes to cache -different kinds of data. It provides a manager class, which takes care of -instantiating and reusing caches. - -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} - -# This are really doc, not data, not used in the code -sed -e '/design/s/role="data"/role="doc"/' \ - -i %{name}.xml - - -%build -cd %{pear_name}-%{version} -# Empty build section, most likely nothing required. - - -%install -cd %{pear_name}-%{version} -rm -rf %{buildroot} -%{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml - -# Clean up unnecessary files -rm -rf %{buildroot}%{pear_metadir}/.??* - -# 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_docdir}/%{pear_name} -%{pear_xmldir}/%{name}.xml -%{pear_phpdir}/ezc/%{pear_name} -%{pear_phpdir}/ezc/autoload/cache_autoload.php - - -%changelog -* Thu Jun 18 2015 Fedora Release Engineering - 1.5-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 1.5-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 1.5-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Mon Mar 11 2013 Guillaume Kulakowski - 1.5-7 -- Fix metadata location, FTBFS #914369 - -* Thu Feb 14 2013 Fedora Release Engineering - 1.5-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Aug 19 2012 Remi Collet - 1.5-5 -- move data to doc (not used in the code, really doc) -- doc in /usr/share/doc/pear - -* Fri Jul 20 2012 Fedora Release Engineering - 1.5-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 1.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Feb 09 2011 Fedora Release Engineering - 1.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Dec 24 2009 Guillaume Kulakowski - 1.5-1 -- Upstream 1.5 - -* Sun Jul 26 2009 Fedora Release Engineering - 1.4.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Tue May 12 2009 Guillaume Kulakowski - 1.4.1-1 -- Upstream 1.4.1 - -* Thu Apr 23 2009 Guillaume Kulakowski - 1.4-1 -- Initial packaging diff --git a/sources b/sources deleted file mode 100644 index c487dd3..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -75831eda88012844206e5e5de16f29c6 Cache-1.5.tgz