[csw-devel] SF.net SVN: gar:[11362] csw/mgar/gar/v2/gar.pkg.mk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Oct 21 14:41:06 CEST 2010


Revision: 11362
          http://gar.svn.sourceforge.net/gar/?rev=11362&view=rev
Author:   dmichelsen
Date:     2010-10-21 12:41:06 +0000 (Thu, 21 Oct 2010)

Log Message:
-----------
mGAR v2: Move plain .so from PKGFILES_RT to PKGFILES_DEVEL according to new package contents policy

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.pkg.mk

Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk	2010-10-21 12:34:56 UTC (rev 11361)
+++ csw/mgar/gar/v2/gar.pkg.mk	2010-10-21 12:41:06 UTC (rev 11362)
@@ -286,10 +286,11 @@
 baseisadirs = $(1)/$(2) $(call isadirs,$(1),$(2))
 
 # PKGFILES_RT selects files belonging to a runtime package
-PKGFILES_RT += $(call baseisadirs,$(libdir),[^/]*\.so(\.\d+)*)
+PKGFILES_RT += $(call baseisadirs,$(libdir),[^/]*\.so\.\d+(\.\d+)*)
 
 # PKGFILES_DEVEL selects files belonging to a developer package
 PKGFILES_DEVEL += $(call baseisadirs,$(bindir),[^/]*-config)
+PKGFILES_DEVEL += $(call baseisadirs,$(libdir),[^/]*\.so)
 PKGFILES_DEVEL += $(call baseisadirs,$(libdir),[^/]*\.(a|la))
 PKGFILES_DEVEL += $(call baseisadirs,$(libdir),pkgconfig(/.*)?)
 PKGFILES_DEVEL += $(includedir)/.*


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list