Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93377b3bc6 | ||
|
|
eeb062d33c | ||
|
|
83ebbc8c36 | ||
|
|
e4c7cd83fa |
4 changed files with 5 additions and 23 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(fr): Méthode de cache rapide et sécurisée pour PHP
|
||||
Name: php-pear-Cache-Lite
|
||||
Version: 1.7.7
|
||||
Version: 1.7.8
|
||||
Release: 1%{?dist}
|
||||
License: PHP
|
||||
Group: Development/Libraries
|
||||
|
|
@ -97,6 +97,9 @@ fi
|
|||
|
||||
|
||||
%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)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
b03763851a888e38834701807ed27a5a Cache_Lite-1.7.7.tgz
|
||||
75c142769a4ca68afc72dcf4f494bdd6 Cache_Lite-1.7.8.tgz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue