Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10310

Modified Files:
        libwbxml2.info 
Added Files:
        libwbxml2.1-shlibs.info libwbxml2.1-shlibs.patch 
Log Message:
libwbxml2 0.11.2
New libversion = new pkg

--- NEW FILE: libwbxml2.1-shlibs.info ---
Package: libwbxml2.1-shlibs
Version: 0.11.2
Revision: 1
BuildDepends: <<
        cmake (>= 2.8.10-1),
        expat1,
        fink (>= 0.28.0-1)
<<
Depends: <<
        expat1-shlibs
<<

Source: mirror:sourceforge:libwbxml/libwbxml-%v.tar.bz2
Source-MD5: cc16aec83c41114ebf9231949034d509
PatchFile: %n.patch
PatchFile-MD5: 5f2ca9e7933f651f1c19dac06d0b6b88
CompileScript: <<
#!/bin/sh -ev
        mkdir build
        pushd build
                cmake -DCMAKE_INSTALL_PREFIX=%p \
                        -DCMAKE_INSTALL_NAME_DIR=%p/lib \
                        -DCMAKE_VERBOSE_MAKEFILE=ON \
                        -DEXPAT_INCLUDE_DIRS:PATH=%p/include \
                        -DEXPAT_LIBRARIES:FILEPATH=%p/lib/libexpat.dylib \
                        -DICONV_INCLUDE_DIR:PATH=%p/include \
                        -DICONV_LIBRARIES:FILEPATH=%p/lib/libiconv.dylib \
                ..
                make
        popd
<<
InfoTest: <<
        TestScript: <<
                #!/bin/sh -ev
                pushd build
                        make test || exit 2
                popd
        <<
<<
InstallScript: <<
#!/bin/sh -ev

        pushd build
                make -j1 install/fast DESTDIR="%d"
        popd
        mv %i/share/doc/libwbxml %i/share/doc/%N
<<

Shlibs: %p/lib/libwbxml2.1.dylib 1.0.0 %n (>= 0.11.2-1)

SplitOff: <<
        Package: libwbxml2
        Description: Parse, encode and handle WBXML (binary XML)
        Depends: <<
                %N (>= %v-%r),
                expat1-shlibs
        <<
        Files: bin
        DocFiles: AUTHORS BUGS COPYING GNU-LGPL NEWS README RELEASE THANKS TODO
<<
SplitOff2: <<
        Package: libwbxml2.1-dev
        Description: Development headers and libs for libwbxml2.1
        Conflicts: <<
                libwbxml2-dev,
                libwbxml2.1-dev 
        <<
        Replaces: <<
                libwbxml2-dev,
                libwbxml2.1-dev 
        <<
        BuildDependsOnly: true
        Depends: %N (= %v-%r)
        Files: <<
                include
                lib/pkgconfig
                lib/libwbxml2.dylib
                share/cmake-2.8
        <<
        DocFiles: AUTHORS BUGS COPYING GNU-LGPL NEWS README RELEASE THANKS TODO
<<
DocFiles: AUTHORS BUGS COPYING GNU-LGPL NEWS README RELEASE THANKS TODO
Description: Library to parse, encode and handle WBXML
DescDetail: <<
The WBXML Library (libwbxml) contains a library and its associated tools
to parse, encode and handle WBXML documents.  The WBXML format is a
binary representation of XML, defined by the Wap Forum, and used to
reduce bandwidth in mobile communications.
<<
License: LGPL
Maintainer: Hanspeter Niederstrasser <nie...@users.sourceforge.net>
Homepage: http://libwbxml.opensync.org/

--- NEW FILE: libwbxml2.1-shlibs.patch ---
diff -Nurd libwbxml-0.10.7/src/CMakeLists.txt 
libwbxml-0.10.7-patched/src/CMakeLists.txt
--- libwbxml-0.11.2/src/CMakeLists.txt  2009-05-12 07:43:10.000000000 -0400
+++ libwbxml-0.11.2-patched/src/CMakeLists.txt  2010-03-27 13:02:52.000000000 
-0400
@@ -25,6 +25,7 @@
 
 SET_TARGET_PROPERTIES( wbxml2 PROPERTIES SOVERSION 
${LIBWBXML_LIBVERSION_SOVERSION} )
 SET_TARGET_PROPERTIES( wbxml2 PROPERTIES VERSION 
${LIBWBXML_LIBVERSION_VERSION} )
+SET_TARGET_PROPERTIES( wbxml2 PROPERTIES INSTALL_NAME_DIR 
${LIBWBXML_LIBRARIES_DIR} ) 
 TARGET_LINK_LIBRARIES( wbxml2 ${EXPAT_LIBRARIES} )
 
 INSTALL( TARGETS wbxml2

Index: libwbxml2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libwbxml2.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libwbxml2.info      11 Mar 2013 21:11:28 -0000      1.4
+++ libwbxml2.info      11 Mar 2013 22:38:39 -0000      1.5
@@ -1,6 +1,6 @@
 Package: libwbxml2
 Version: 0.10.9
-Revision: 1
+Revision: 2
 BuildDepends: <<
        cmake (>= 2.6.0-1),
        expat1,
@@ -58,6 +58,14 @@
 SplitOff2: <<
        Package: libwbxml2-dev
        Description: Development headers and libs for libwbxml2
+       Conflicts: <<
+               libwbxml2-dev,
+               libwbxml2.1-dev 
+       <<
+       Replaces: <<
+               libwbxml2-dev,
+               libwbxml2.1-dev 
+       <<
        BuildDependsOnly: true
        Depends: %N-shlibs (= %v-%r)
        Files: include lib


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to