Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28936/10.3/unstable/main/finkinfo/utils

Modified Files:
        xar.info 
Log Message:
Add DocFiles, split into -shlibs and -dev splitoffs, run tests
Some tests fail...bummer eh?


Index: xar.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/xar.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xar.info    10 Aug 2006 21:20:32 -0000      1.1
+++ xar.info    10 Aug 2006 23:52:15 -0000      1.2
@@ -1,15 +1,51 @@
 Package: xar
 Version: 1.4
-Revision: 2
+
+Revision: 3
+# must keep higher Revision in 10.4 than 10.3 because
+# the binaries are different (more attr features)
+
 Source: http://www.opendarwin.org/projects/xar/%n-%v.tar.gz
 Source-MD5: 7f3976664a426911eab93cdf367894bc
 BuildDepends: libxml2, bzip2-dev, libiconv-dev
-Depends: libxml2-shlibs, bzip2-shlibs, libiconv
+Depends: lib%N1-shlibs (= %v-%r), libxml2-shlibs, bzip2-shlibs, libiconv
 SetCPPFLAGS: -I%p/lib/system-openssl/include
 SetLDFLAGS: -L%p/lib/system-openssl/lib
+CompileScript: <<
+  #!/bin/sh -ev
+  ./configure %c
+  make
+
+  PATH=%b/src:$PATH
+  cd test
+
+  ./attr       || echo "./attr failure due to missing setfattr expected"
+  ./checksums  || echo "./checksums failure is known to happen"
+  ./compression
+  ./data
+  ./hardlink
+  ./heap
+<<
 InstallScript: <<
        make install BINDIR="%i/bin" DATADIR="%i/share" LIBDIR="%i/lib" 
INCLUDEDIR="%i/include" MANDIR="%i/share/man"
 <<
+DocFiles: LICENSE TODO
+SplitOff: <<
+  Package: libxar1-shlibs
+  Depends: libxml2-shlibs, bzip2-shlibs, libiconv
+  Replaces: %N (<< 1.4-3)
+  Files: lib/libxar.*.dylib
+  Shlibs: %p/lib/libxar.1.dylib 1.0.0 %n (>= 1.4-3)
+  DocFiles: LICENSE TODO
+<<
+SplitOff2: <<
+  Package: libxar1-dev
+  Depends: lib%N1-shlibs (= %v-%r)
+  Replaces: %N (<< 1.4-3)
+  BuildDependsOnly: true
+  Files: include lib
+  DocFiles: LICENSE TODO
+<<
 License: BSD
 Description: The eXtensible ARchiver
 DescDetail: <<
@@ -19,5 +55,12 @@
 has archived (as opposed to just matching up uids/gids), and can
 make you coffee.
 <<
+DescPackaging: <<
+  The build creates two shared libs--one with instlal_name in %p
+  the other in %b. It also creates two runtime binaries--one linked
+  against each shared lib.
+
+  Manually run the tests, but don't abort for the known fails.
+<<
 Maintainer: Rob Braun <[EMAIL PROTECTED]>
 Homepage: http://www.opendarwin.org/projects/xar/


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to