gunnar: server/pear/Horde_Auth package.info, NONE, 1.1 .cvsignore, 1.1, 1.2 ChangeLog, 1.4, 1.5 Makefile, 1.4, 1.5 Horde_Auth.spec, 1.7, NONE

cvs at kolab.org cvs at kolab.org
Mon Jul 13 14:39:28 CEST 2009


Author: gunnar

Update of /kolabrepository/server/pear/Horde_Auth
In directory doto:/tmp/cvs-serv22379

Modified Files:
	.cvsignore ChangeLog Makefile 
Added Files:
	package.info 
Removed Files:
	Horde_Auth.spec 
Log Message:
Convert to new packaging style. Update to snapshot 0.1.1dev090501.

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

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

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

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

# 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_Date                   \
'

# Package summary description
summary='Horde Authentication API'

# Long package description
description=' \
The Auth:: class provides a common abstracted interface into the \
various backends for the Horde authentication system.  This package \
contains implementations for: \
 \
* A Horde Application \
* Dummy Auto Login \
* Composite Auth Driver \
* Custom SQL \
* Cyrus with SQL Support \
* FTP \
* HTTP \
* IMAP \
* IMSP \
* IP Based \
* Kerberos \
* Kolab \
* LDAP \
* Shibboleth \
* System Login \
* mcal \
* PAM \
* Passwd File \
* Radius \
* SASL \
* SMB \
* SQL \
'

# Source code license
license='LGPL'

Index: .cvsignore
===================================================================
RCS file: /kolabrepository/server/pear/Horde_Auth/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .cvsignore	11 Sep 2008 16:25:07 -0000	1.1
+++ .cvsignore	13 Jul 2009 12:39:26 -0000	1.2
@@ -1 +1,4 @@
 *.src.rpm
+*.tgz
+*.spec
+package.patch

Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/pear/Horde_Auth/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ChangeLog	8 Nov 2008 11:23:35 -0000	1.4
+++ ChangeLog	13 Jul 2009 12:39:26 -0000	1.5
@@ -1,3 +1,7 @@
+2009-07-13  Gunnar Wrobel  <p at rdus.de>
+
+	* package.info: Converted to new package style. Update to snapshot 0.1.1dev20090501.
+
 2008-10-29  Gunnar Wrobel  <p at rdus.de>
 
 	* Horde_Auth.spec: Updated to Auth-0.1.1.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/pear/Horde_Auth/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	22 Sep 2008 16:34:28 -0000	1.4
+++ Makefile	13 Jul 2009 12:39:26 -0000	1.5
@@ -1,44 +1 @@
-HORDE_PACKAGE = $(shell grep "%define[ ]*V_horde_package" *.spec | sed -e "s/.*V_horde_package \([A-Za-z\-\_]*\).*/\1/")
-PACKAGE = $(shell grep "%define[ ]*V_package" *.spec | sed -e "s/.*V_package \([A-Za-z\-\_]*\).*/\1/")
-VERSION = $(shell grep "%define[ ]*V_version" *.spec | sed -e "s/.*V_version\s*\([0-9.]*\).*/\1/")
-RELEASE = $(shell grep "%define[ ]*V_release" *.spec | sed -e "s/.*V_release\s*\([0-9]*\).*/\1/")
-
-ifeq "x$(RPM)" "x"
-  RPM = $(HOME)/bin/openpkg rpm
-endif
-ifeq "x$(KOLABRPMSRC)" "x"
-  KOLABRPMSRC = $(HOME)/RPM/SRC
-endif
-ifeq "x$(KOLABRPMPKG)" "x"
-  KOLABRPMPKG = $(HOME)/RPM/PKG
-endif
-ifeq "x$(KOLABRPMTMP)" "x"
-  KOLABRPMTMP = $(HOME)/RPM/TMP
-endif
-
-SOURCE_0=http://pear.horde.org/get/$(HORDE_PACKAGE)-$(VERSION).tgz
-PATCHES = $(shell grep "^Patch[0-9]*:" *.spec | sed -e "s/^Patch[0-9]*:\s*\(.*\).*/\1/")
-
-.PHONY: all
-all: $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
-
-.PHONY: dist
-dist: all
-	cp $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm ../../stage/
-
-.PHONY: clean
-clean:
-	rm -rf /kolab/RPM/TMP/$(PACKAGE)*
-	rm -rf $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
-	rm -rf *~
-
-$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm: Makefile $(PACKAGE).spec ChangeLog
-	test -d $(KOLABRPMSRC)/$(PACKAGE) || mkdir $(KOLABRPMSRC)/$(PACKAGE)
-	cd $(KOLABRPMSRC)/$(PACKAGE) && wget -c "$(SOURCE_0)"
-
-	for PATCH in $(PATCHES); do cp "$$PATCH" $(KOLABRPMSRC)/$(PACKAGE); done
-
-	cp $(PACKAGE).spec $(KOLABRPMSRC)/$(PACKAGE)
-	cd $(KOLABRPMSRC)/$(PACKAGE) && $(RPM) -ba $(PACKAGE).spec
-
-	cp -p $(KOLABRPMPKG)/$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm .
+include ../Pear.mk

--- Horde_Auth.spec DELETED ---





More information about the commits mailing list