gunnar: server/PEAR-Mail_Mime PEAR-Mail_Mime.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_Mime
In directory doto:/tmp/cvs-serv12659/PEAR-Mail_Mime

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

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


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

# Package Information
Name:      PEAR-%{package_name}
Summary:   PEAR: Provides classes to create and decode mime messages.
URL:       http://pear.php.net/package/%{package_name}
Packager:  Gunnar Wrobel <wrobel at pardus.de> (p at rdus)
Version:   1.3.1
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 
Provides classes to deal with creation and manipulation of mime messages.

%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
PNAME= Mail_Mime
VERSION = 1.3.1
NAME = PEAR-$(PNAME)
PACKAGE = PEAR-$(PNAME)
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/$(PNAME)-$(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