Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31faa8c899 | ||
|
|
ec39cf5954 | ||
|
|
8f0b655737 | ||
|
|
ed8573354d | ||
|
|
e61d275886 | ||
|
|
b571ab6c4e |
4 changed files with 16 additions and 25 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: php-pear-Cache-Lite
|
|
||||||
# $Id$
|
|
||||||
NAME := php-pear-Cache-Lite
|
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
|
||||||
|
|
||||||
define find-makefile-common
|
|
||||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
|
||||||
|
|
||||||
ifeq ($(MAKEFILE_COMMON),)
|
|
||||||
# attept a checkout
|
|
||||||
define checkout-makefile-common
|
|
||||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(MAKEFILE_COMMON)
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
Summary: Fast and Safe little cache system for PHP
|
Summary: Fast and Safe little cache system for PHP
|
||||||
Summary(fr): Méthode de cache rapide et sécurisée pour PHP
|
Summary(fr): Méthode de cache rapide et sécurisée pour PHP
|
||||||
Name: php-pear-Cache-Lite
|
Name: php-pear-Cache-Lite
|
||||||
Version: 1.7.4
|
Version: 1.7.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: PHP
|
License: PHP
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
|
@ -15,8 +15,8 @@ URL: http://pear.php.net/package/Cache_Lite
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: php-pear >= 1:1.4.9-1.2
|
BuildRequires: php-pear(PEAR) >= 1.5.4
|
||||||
Requires: php-pear(PEAR) >= 1.4.9
|
Requires: php-pear(PEAR) >= 1.5.4
|
||||||
Requires(post): %{__pear}
|
Requires(post): %{__pear}
|
||||||
Requires(postun): %{__pear}
|
Requires(postun): %{__pear}
|
||||||
Provides: php-pear(%{pear_name}) = %{version}
|
Provides: php-pear(%{pear_name}) = %{version}
|
||||||
|
|
@ -97,6 +97,18 @@ fi
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 08 2009 Remi Collet <Fedora@FamilleCollet.com> 1.7.8-1
|
||||||
|
- update to 1.7.8 (bugfix)
|
||||||
|
|
||||||
|
* Sun Mar 08 2009 Remi Collet <Fedora@FamilleCollet.com> 1.7.7-1
|
||||||
|
- update to 1.7.7 (bugfix)
|
||||||
|
|
||||||
|
* Thu Jan 29 2009 Remi Collet <Fedora@FamilleCollet.com> 1.7.6-1
|
||||||
|
- now Requires php-pear(PEAR) >= 1.5.4
|
||||||
|
|
||||||
|
* Sat Jan 09 2009 Remi Collet <Fedora@FamilleCollet.com> 1.7.5-1
|
||||||
|
- update to 1.7.5
|
||||||
|
|
||||||
* Mon Jun 09 2008 Remi Collet <Fedora@FamilleCollet.com> 1.7.4-1
|
* Mon Jun 09 2008 Remi Collet <Fedora@FamilleCollet.com> 1.7.4-1
|
||||||
- update to 1.7.4
|
- update to 1.7.4
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
93a7a2a40d85a16725f02937ee5c9b88 Cache_Lite-1.7.4.tgz
|
75c142769a4ca68afc72dcf4f494bdd6 Cache_Lite-1.7.8.tgz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue