gunnar: server/pear/Horde_Cache package.info, NONE, 1.1 .cvsignore, 1.2, 1.3 ChangeLog, 1.2, 1.3 Makefile, 1.2, 1.3 Horde_Cache.spec, 1.4, NONE

cvs at kolab.org cvs at kolab.org
Mon Jul 13 16:17:00 CEST 2009


Author: gunnar

Update of /kolabrepository/server/pear/Horde_Cache
In directory doto:/tmp/cvs-serv25833

Modified Files:
	.cvsignore ChangeLog Makefile 
Added Files:
	package.info 
Removed Files:
	Horde_Cache.spec 
Log Message:
Converted to new packaging style.

--- NEW FILE: package.info ---
# The name of Horde source package
pear_package='Horde_Cache'

# The name of the RPM package
package='Horde_Cache'

# Where to find information about the package
package_url='http://pear.horde.org/index.php?package='

# How should the source be retrieved?
#
# WGET: Download via wget
package_origin='VC-CVS'

# The name of the package in the source repository
pear_pkgdir='Cache'

# Commit tag or date to user
repo_commit='HORDE_3_3_4'

# What release number should the source snapshot get (usually a date)?
repo_release='20090501'

# Version number
version='0.1.0dev20090501'

# Package release number
release='20090713'

# Source URL to download from
sourceurl='http://files.pardus.de/kolab-sources/'

# In which PHP library location should the library get installed
php_lib_loc='php'

# Build prerequisites
buildprereq='                              \
BuildPreReq:  OpenPKG, openpkg >= 20070603 \
BuildPreReq:  php, php::with_pear = yes    \
BuildPreReq:  PEAR-Horde-Channel           \
'

# Installatin prerequisites
prereq='                                   \
PreReq:       OpenPKG, openpkg >= 20070603 \
PreReq:       php, php::with_pear = yes    \
PreReq:       PEAR-Horde-Channel           \
PreReq:       Horde_Util                   \
'

# Package summary description
summary='Caching API'

# Long package description
description=' \
This package provides a simple, functional Caching API, with the \
option to store the cached data either on the filesystem, or using the \
Zend Performance Suites content cache. \
'

# Source code license
license='LGPL'

Index: .cvsignore
===================================================================
RCS file: /kolabrepository/server/pear/Horde_Cache/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- .cvsignore	26 May 2009 05:10:57 -0000	1.2
+++ .cvsignore	13 Jul 2009 14:16:58 -0000	1.3
@@ -1,3 +1,4 @@
 *.src.rpm
 *.tgz
+*.spec
 package.patch

Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/pear/Horde_Cache/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ChangeLog	26 May 2009 05:10:57 -0000	1.2
+++ ChangeLog	13 Jul 2009 14:16:58 -0000	1.3
@@ -1,3 +1,7 @@
+2009-07-13  Gunnar Wrobel  <p at rdus.de>
+
+	* package.info: Converted to new packaging style.
+
 2009-05-26  Gunnar Wrobel  <p at rdus.de>
 
 	* Horde_Cache.spec: Update to the HORDE_3_3_4 release tag.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/pear/Horde_Cache/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	26 May 2009 05:10:57 -0000	1.2
+++ Makefile	13 Jul 2009 14:16:58 -0000	1.3
@@ -1 +1 @@
-include ../Horde.mk
+include ../Pear.mk

--- Horde_Cache.spec DELETED ---





More information about the commits mailing list