gunnar: server/perl-ssl .cvsignore, NONE, 1.1.2.1 Makefile, NONE, 1.1.2.1 kolab.patch, NONE, 1.1.2.1

cvs at kolab.org cvs at kolab.org
Mon Jun 28 17:47:08 CEST 2010


Author: gunnar

Update of /kolabrepository/server/perl-ssl
In directory doto:/tmp/cvs-serv15384

Added Files:
      Tag: kolab_2_2_branch
	.cvsignore Makefile kolab.patch 
Log Message:
Added perl-ssl package with Net-SSLeay-1.36.

--- NEW FILE: .cvsignore ---
*.src.rpm

--- NEW FILE: Makefile ---
include ../kolab.mk

PACKAGE=perl-ssl
VERSION=5.10.0
RELEASE=20080101
KOLABRELEASE=20080101_kolab

SOURCE_0=http://files.kolab.org/server/development-2.2/externals/Net-SSLeay-1.36.tar.gz

all: $(PACKAGE)-$(VERSION)-$(KOLABRELEASE).src.rpm

$(PACKAGE)-$(VERSION)-$(KOLABRELEASE).src.rpm: $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm $(CURSRCDIR)/kolab.patch Makefile
	$(RPM) -ihv $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm

	cd $(KOLABRPMSRC)/$(PACKAGE) && patch < $(CURSRCDIR)/kolab.patch && \
	 wget $(SOURCE_0) && $(RPM) -ba $(PACKAGE).spec
	cp -p $(KOLABRPMPKG)/$(PACKAGE)-$(VERSION)-$(KOLABRELEASE).src.rpm $(CURSRCDIR)

$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm:
	wget -c $(KOLABPKGURI)/$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm

dist: all
	cp $(CURSRCDIR)/$(PACKAGE)-$(VERSION)-$(KOLABRELEASE).src.rpm ../stage/

clean:
	rm -f $(CURSRCDIR)/$(PACKAGE)-$(VERSION)-$(KOLABRELEASE).src.rpm

--- NEW FILE: kolab.patch ---
diff -Naur --exclude='*~' --exclude='*.tar.gz' --exclude='*tar.gz.1' /kolab/RPM/SRC/perl-ssl.orig/perl-ssl.patch /kolab/RPM/SRC/perl-ssl/perl-ssl.patch
--- /kolab/RPM/SRC/perl-ssl.orig/perl-ssl.patch	2010-06-28 17:33:29.478151129 +0200
+++ /kolab/RPM/SRC/perl-ssl/perl-ssl.patch	2010-06-28 17:45:06.854380622 +0200
@@ -41,22 +41,3 @@
  }
  
  # contrary to the behavior of read sysread can read partial data
-Index: Net-SSLeay-1.32/Makefile.PL
---- Net-SSLeay-1.32/Makefile.PL.orig	2007-09-18 08:28:10 +0200
-+++ Net-SSLeay-1.32/Makefile.PL	2007-09-18 08:28:40 +0200
-@@ -11,10 +11,8 @@
- ssleay();
- 
- build_requires('Sub::Uplevel');
--build_requires('Test::Exception');
- build_requires('Array::Compare');
- build_requires('Tree::DAG_Node');
--build_requires('Test::Warn');
- requires('MIME::Base64');
- 
- clean_files(map { fixpath($_) } qw(
-@@ -33,3 +31,4 @@
- 
- auto_install();
- WriteAll();
-+
diff -Naur --exclude='*~' --exclude='*.tar.gz' --exclude='*tar.gz.1' /kolab/RPM/SRC/perl-ssl.orig/perl-ssl.spec /kolab/RPM/SRC/perl-ssl/perl-ssl.spec
--- /kolab/RPM/SRC/perl-ssl.orig/perl-ssl.spec	2010-06-28 17:33:29.498151550 +0200
+++ /kolab/RPM/SRC/perl-ssl/perl-ssl.spec	2010-06-28 17:43:48.828346319 +0200
@@ -23,7 +23,7 @@
 
 #   versions of individual parts
 %define       V_perl              5.10.0
-%define       V_net_ssleay        1.32
+%define       V_net_ssleay        1.36
 %define       V_crypt_ssleay      0.57
 %define       V_io_socket_ssl     1.12
 





More information about the commits mailing list