gunnar: server/PEAR-Mail PEAR-Mail.spec,NONE,1.1 Makefile,NONE,1.1

cvs at kolab.org cvs at kolab.org
Thu May 24 14:34:11 CEST 2007


Author: gunnar

Update of /kolabrepository/server/PEAR-Mail
In directory doto:/tmp/cvs-serv12659/PEAR-Mail

Added Files:
	PEAR-Mail.spec Makefile 
Log Message:
	* PEAR-*/*:

	Added PEAR-* packages in preparation of getting the newest
	Horde into Kolab CVS.


--- NEW FILE: PEAR-Mail.spec ---
# Defines
%define    package_name Mail

# Package Information
Name:      PEAR-%{package_name}
Summary:   PEAR: Class that provides multiple interfaces for sending emails
URL:       http://pear.php.net/package/%{package_name}
Packager:  Gunnar Wrobel <wrobel at pardus.de> (p at rdus)
Version:   1.1.14
Release:   1
License:   PHP License
Group:     Development/Libraries
Distribution:	OpenPKG

# List of Sources
Source:    http://pear.php.net/get/%{package_name}-%{version}.tgz

# Build Info
Prefix:	   %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq:	PEAR-PEAR >= 1.4.7
PreReq:	        PEAR-PEAR >= 1.4.7

%description 
PEAR's Mail package defines an interface for implementing mailers under the
PEAR hierarchy.  It also provides supporting functions useful to multiple
mailer backends.  Currently supported backends include: PHP's native
mail() function, sendmail, and SMTP.  This package also provides a RFC822
email address list validation utility class.

%prep
	%setup -n %{package_name}-%{version}

%build

%install
	rm -rf $RPM_BUILD_ROOT

        env PHP_PEAR_PHP_BIN="%{l_prefix}/bin/php -d safe_mode=off -d memory_limit=40M"   \
            PHP_PEAR_CACHE_DIR="/tmp/pear/cache" \
	    %{l_prefix}/bin/pear install --nodeps -R $RPM_BUILD_ROOT $RPM_SOURCE_DIR/%{package_name}-%{version}.tgz
	rm -rf $RPM_BUILD_ROOT/%{l_prefix}/lib/php/{.filemap,.lock,.channels,.depdb}

        %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} 

%clean
	rm -rf $RPM_BUILD_ROOT

%files -f files

--- NEW FILE: Makefile ---
RPM = /kolab/bin/openpkg rpm
NAME = PEAR-Mail
PACKAGE = PEAR-Mail
VERSION = 1.1.14
RELEASE = 1
KOLABRELEASE = $(RELEASE)

ifeq "x$(KOLABRPMSRC)" "x"
  KOLABRPMSRC = /kolab/RPM/SRC
endif

# Remove once moving to kolab cvs
SOURCE_0=http://pear.php.net/get/Mail-$(VERSION).tgz

all:
	test -d $(KOLABRPMSRC)/$(PACKAGE) || mkdir $(KOLABRPMSRC)/$(PACKAGE)
	cd $(KOLABRPMSRC)/$(PACKAGE) && wget -c "$(SOURCE_0)"

	cp $(PACKAGE).spec $(KOLABRPMSRC)/$(PACKAGE)
	cd $(KOLABRPMSRC)/$(PACKAGE) && $(RPM) -ba $(PACKAGE).spec

binary:
	$(RPM) -bB $(PACKAGE).spec





More information about the commits mailing list