steffen: server/perl-kolab Makefile.am, 1.5, 1.6 perl-kolab.spec.in, 1.11, 1.12

cvs at intevation.de cvs at intevation.de
Sat Jul 23 00:36:16 CEST 2005


Author: steffen

Update of /kolabrepository/server/perl-kolab
In directory doto:/tmp/cvs-serv30112/perl-kolab

Modified Files:
	Makefile.am perl-kolab.spec.in 
Log Message:
Upgrade to openpkg-2.4

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.am	16 Jul 2005 21:40:03 -0000	1.5
+++ Makefile.am	22 Jul 2005 22:36:14 -0000	1.6
@@ -1,5 +1,5 @@
 PROGRAM = perl-kolab
-VERSION = 5.8.5
+VERSION = 5.8.7
 
 SUBDIRS = \
  Kolab \

Index: perl-kolab.spec.in
===================================================================
RCS file: /kolabrepository/server/perl-kolab/perl-kolab.spec.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- perl-kolab.spec.in	15 Jul 2005 01:01:33 -0000	1.11
+++ perl-kolab.spec.in	22 Jul 2005 22:36:14 -0000	1.12
@@ -37,7 +37,7 @@
 Group:        Language
 License:      GPL/Artistic
 Version:      @VERSION@
-Release:      20050714
+Release:      20050719
 
 #   list of sources
 Source0:      perl-kolab- at VERSION@.tar.gz
@@ -59,8 +59,10 @@
 
 
 %build
+    # Notice: %{perl_sitearch} does not work,
+    #   it picks up the host system's perl
     %{configure} --prefix=@l_prefix@ \
-		 --includedir=%{perl_sitearch} \
+		 --includedir=`@l_prefix@/bin/perl -V:installsitearch` \
 		 --dist=kolab
     make
 





More information about the commits mailing list