OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 06-Aug-2007 09:55:46 Branch: HEAD Handle: 2007080608554600 Added files: openpkg-src/dar dar.patch dar.spec Log: new package: dar 2.3.4 (Disk Archiver) Summary: Revision Changes Path 1.1 +53 -0 openpkg-src/dar/dar.patch 1.1 +105 -0 openpkg-src/dar/dar.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/dar/dar.patch ============================================================================ $ cvs diff -u -r0 -r1.1 dar.patch --- /dev/null 2007-08-06 09:55:00 +0200 +++ dar.patch 2007-08-06 09:55:46 +0200 @@ -0,0 +1,53 @@ +Index: configure +--- configure.orig 2007-08-06 09:30:06 +0200 ++++ configure 2007-08-06 09:32:42 +0200 +@@ -29720,23 +29720,7 @@ + } + _ACEOF + rm -f conftest.$ac_objext conftest$ac_exeext +-if { (ac_try="$ac_link" +-case "(($ac_try" in +- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +- *) ac_try_echo=$ac_try;; +-esac +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +- (eval "$ac_link") 2>conftest.er1 +- ac_status=$? +- grep -v '^ *+' conftest.er1 >conftest.err +- rm -f conftest.er1 +- cat conftest.err >&5 +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); } && { +- test -z "$ac_cxx_werror_flag" || +- test ! -s conftest.err +- } && test -s conftest$ac_exeext && +- $as_test_x conftest$ac_exeext; then ++if true; then + + { echo "$as_me:$LINENO: result: ok" >&5 + echo "${ECHO_T}ok" >&6; } +@@ -29779,23 +29763,7 @@ + } + _ACEOF + rm -f conftest.$ac_objext conftest$ac_exeext +-if { (ac_try="$ac_link" +-case "(($ac_try" in +- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +- *) ac_try_echo=$ac_try;; +-esac +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +- (eval "$ac_link") 2>conftest.er1 +- ac_status=$? +- grep -v '^ *+' conftest.er1 >conftest.err +- rm -f conftest.er1 +- cat conftest.err >&5 +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); } && { +- test -z "$ac_cxx_werror_flag" || +- test ! -s conftest.err +- } && test -s conftest$ac_exeext && +- $as_test_x conftest$ac_exeext; then ++if true; then + + local_have_getopt_long="yes" + @@ . patch -p0 <<'@@ .' Index: openpkg-src/dar/dar.spec ============================================================================ $ cvs diff -u -r0 -r1.1 dar.spec --- /dev/null 2007-08-06 09:55:00 +0200 +++ dar.spec 2007-08-06 09:55:46 +0200 @@ -0,0 +1,105 @@ +## +## dar.spec -- OpenPKG RPM Package Specification +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> +## +## Permission to use, copy, modify, and distribute this software for +## any purpose with or without fee is hereby granted, provided that +## the above copyright notice and this permission notice appear in all +## copies. +## +## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED +## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR +## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +## SUCH DAMAGE. +## + +# package information +Name: dar +Summary: Disk Archiver +URL: http://dar.linux.free.fr/ +Vendor: Denis Corbin et al. +Packager: OpenPKG Foundation e.V. +Distribution: OpenPKG Community +Class: EVAL +Group: Archiver +License: GPL +Version: 2.3.4 +Release: 20070806 + +# list of sources +Source0: http://switch.dl.sourceforge.net/dar/dar-%{version}.tar.gz +Patch0: dar.patch + +# build information +Prefix: %{l_prefix} +BuildRoot: %{l_buildroot} +BuildPreReq: OpenPKG, openpkg >= 20060823, gcc, gcc::with_cxx = yes +PreReq: OpenPKG, openpkg >= 20060823 +BuildPreReq: getopt, bzip2, zlib +PreReq: getopt, bzip2, zlib +AutoReq: no +AutoReqProv: no + +%description + dar(1) is a shell command that backups directory trees and files. + It provides filters, differential backup, slices, directory tree + snapshots, compression, direct file access, hard link consideration, + extended attributes, archive testing, remote operations, isolation, + scrambling, strong encryption, flat restore, data protection, + archive merging, archive subsetting, etc. + +%track + prog dar = { + version = %{version} + url = http://prdownloads.sourceforge.net/dar/ + regex = dar-(\d+\.\d+\.\d+)\.tar\.gz + } + +%prep + %setup -q + %patch -p0 + +%build + %{l_shtool} subst \ + -e 's;-lgnugetopt;-lgetopt;g' \ + -e 's;<getopt.h>;"getopt.h";g' \ + configure + ( echo "ac_cv_lib_gnugetopt_getopt_long=yes" + ) >config.cache + CC="%{l_cc}" \ + CXX="%{l_cxx}" \ + CFLAGS="%{l_cflags -O}" \ + CXXFLAGS="%{l_cxxflags -O}" \ + CPPFLAGS="%{l_cppflags}" \ + LDFLAGS="%{l_ldflags}" \ + ./configure \ + --cache-file=./config.cache \ + --prefix=%{l_prefix} \ + --mandir=%{l_prefix}/man \ + --disable-thread-safe \ + --disable-dar-static \ + --disable-shared \ + --disable-nls + %{l_make} %{l_mflags -O} + +%install + rm -rf $RPM_BUILD_ROOT + %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" + strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true + rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/dar >/dev/null 2>&1 || true + %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} + +%files -f files + +%clean + rm -rf $RPM_BUILD_ROOT + @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org