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

cvs at kolab.org cvs at kolab.org
Wed Jul 22 09:28:19 CEST 2009


Author: gunnar

Update of /kolabrepository/server/pear/Horde_Framework
In directory doto:/tmp/cvs-serv26669

Modified Files:
	.cvsignore Makefile 
Added Files:
	package.info 
Log Message:
Convert Horde_Framework.

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

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

# 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='Horde'

# 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.0.2dev20090501'

# 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:       Log                          \
PreReq:       Horde_CLI                    \
PreReq:       Horde_DOM                    \
PreReq:       Horde_Util                   \
'

# Package summary description
summary='Horde core Framework libraries'

# Long package description
description=' \
These classes provide the core functionality of the Horde Application \
Framework. \
'

# Source code license
license='LGPL'

Index: .cvsignore
===================================================================
RCS file: /kolabrepository/server/pear/Horde_Framework/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- .cvsignore	22 Jul 2009 06:45:40 -0000	1.3
+++ .cvsignore	22 Jul 2009 07:28:16 -0000	1.4
@@ -1,4 +1,5 @@
 *.src.rpm
 *.tgz
+*.spec
 package.patch
 tmp

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/pear/Horde_Framework/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	20 May 2009 08:13:29 -0000	1.2
+++ Makefile	22 Jul 2009 07:28:16 -0000	1.3
@@ -1 +1 @@
-include ../Horde.mk
+include ../Pear.mk





More information about the commits mailing list