[CVS] OpenPKG: openpkg-src/sipsak/ sipsak.spec

2006-10-12 Thread Ralf S. Engelschall
  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:   12-Oct-2006 22:02:56
  Branch: HEAD Handle: 2006101221025600

  Modified files:
openpkg-src/sipsak  sipsak.spec

  Log:
bless for PLUS class

  Summary:
RevisionChanges Path
1.14+2  -2  openpkg-src/sipsak/sipsak.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sipsak/sipsak.spec
  
  $ cvs diff -u -r1.13 -r1.14 sipsak.spec
  --- openpkg-src/sipsak/sipsak.spec23 Sep 2006 11:37:20 -  1.13
  +++ openpkg-src/sipsak/sipsak.spec12 Oct 2006 20:02:56 -  1.14
  @@ -34,11 +34,11 @@
   Vendor:   Nils Ohlmeier
   Packager: OpenPKG
   Distribution: OpenPKG
  -Class:EVAL
  +Class:PLUS
   Group:VoIP
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20060923
  +Release:  20061012
   
   #   list of sources
   Source0:  http://download.berlios.de/sipsak/sipsak-%{V_dist}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/sipsak/ sipsak.spec

2006-09-03 Thread Ralf S. Engelschall
  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:   03-Sep-2006 17:40:03
  Branch: HEAD Handle: 2006090316400200

  Modified files:
openpkg-src/sipsak  sipsak.spec

  Log:
teach SipSak to resolve DNS SRV RRs with the help of RULI

  Summary:
RevisionChanges Path
1.12+9  -4  openpkg-src/sipsak/sipsak.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sipsak/sipsak.spec
  
  $ cvs diff -u -r1.11 -r1.12 sipsak.spec
  --- openpkg-src/sipsak/sipsak.spec9 Mar 2006 18:39:53 -   1.11
  +++ openpkg-src/sipsak/sipsak.spec3 Sep 2006 15:40:02 -   1.12
  @@ -38,7 +38,7 @@
   Group:Network
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20060309
  +Release:  20060903
   
   #   list of sources
   Source0:  http://download.berlios.de/sipsak/sipsak-%{V_dist}.tar.gz
  @@ -49,8 +49,8 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20040130
   PreReq:   OpenPKG, openpkg = 20040130
  -BuildPreReq:  openssl, getopt
  -PreReq:   openssl, getopt
  +BuildPreReq:  openssl, getopt, ruli, liboop
  +PreReq:   openssl, getopt, ruli, liboop
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -73,10 +73,15 @@
   %patch -p0
   
   %build
  +%{l_shtool} subst \
  +-e 's;\(ruli_incdirs\)=.*;\1=%{l_prefix}/include/ruli;' \
  +-e 's;\(ruli_libdirs\)=.*;\1=%{l_prefix}/lib;' \
  +configure
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
  -CPPFLAGS=%{l_cppflags} \
  +CPPFLAGS=%{l_cppflags ruli} \
   LDFLAGS=%{l_ldflags} \
  +LIBS=-lruli -loop \
   ./configure \
   --prefix=%{l_prefix} \
   --disable-gnutls
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/sipsak/ sipsak.spec

2006-03-09 Thread Ralf S. Engelschall
  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:   09-Mar-2006 19:39:54
  Branch: HEAD Handle: 2006030918395300

  Modified files:
openpkg-src/sipsak  sipsak.spec

  Log:
fix tracking

  Summary:
RevisionChanges Path
1.11+2  -2  openpkg-src/sipsak/sipsak.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sipsak/sipsak.spec
  
  $ cvs diff -u -r1.10 -r1.11 sipsak.spec
  --- openpkg-src/sipsak/sipsak.spec29 Jan 2006 08:37:48 -  1.10
  +++ openpkg-src/sipsak/sipsak.spec9 Mar 2006 18:39:53 -   1.11
  @@ -38,7 +38,7 @@
   Group:Network
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20060129
  +Release:  20060309
   
   #   list of sources
   Source0:  http://download.berlios.de/sipsak/sipsak-%{V_dist}.tar.gz
  @@ -64,7 +64,7 @@
   %track
   prog sipsak = {
   version   = %{V_dist}
  -url   = http://download.berlios.de/sipsak/
  +url   = 
http://developer.berlios.de/project/showfiles.php?group_id=485
   regex = sipsak-(__VER__)\.tar\.gz
   }
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/sipsak/ sipsak.spec

2005-11-20 Thread Ralf S. Engelschall
  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:   21-Nov-2005 08:15:38
  Branch: HEAD Handle: 2005112107153700

  Modified files:
openpkg-src/sipsak  sipsak.spec

  Log:
upgrading package: sipsak 0.9.2 - 0.9.5

  Summary:
RevisionChanges Path
1.8 +2  -2  openpkg-src/sipsak/sipsak.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sipsak/sipsak.spec
  
  $ cvs diff -u -r1.7 -r1.8 sipsak.spec
  --- openpkg-src/sipsak/sipsak.spec6 Oct 2005 19:07:07 -   1.7
  +++ openpkg-src/sipsak/sipsak.spec21 Nov 2005 07:15:37 -  1.8
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Network
   License:  GPL
  -Version:  0.9.2
  -Release:  20051006
  +Version:  0.9.5
  +Release:  20051121
   
   #   list of sources
   Source0:  http://download.berlios.de/sipsak/sipsak-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/sipsak/ sipsak.spec

2005-07-30 Thread Steffen Weinreich
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Steffen Weinreich
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jul-2005 20:46:01
  Branch: HEAD Handle: 2005073019460100

  Modified files:
openpkg-src/sipsak  sipsak.spec

  Log:
upgrading package: sipsak 0.8.13 - 0.9.1

  Summary:
RevisionChanges Path
1.5 +2  -2  openpkg-src/sipsak/sipsak.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sipsak/sipsak.spec
  
  $ cvs diff -u -r1.4 -r1.5 sipsak.spec
  --- openpkg-src/sipsak/sipsak.spec30 Jun 2005 15:29:51 -  1.4
  +++ openpkg-src/sipsak/sipsak.spec30 Jul 2005 18:46:01 -  1.5
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Network
   License:  GPL
  -Version:  0.8.13
  -Release:  20050630
  +Version:  0.9.1
  +Release:  20050730
   
   #   list of sources
   Source0:  http://download.berlios.de/sipsak/sipsak-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/sipsak/ sipsak.spec

2005-06-30 Thread Ralf S. Engelschall
  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:   30-Jun-2005 17:29:51
  Branch: HEAD Handle: 2005063016295100

  Modified files:
openpkg-src/sipsak  sipsak.spec

  Log:
upgrading package: sipsak 0.8.12 - 0.8.13

  Summary:
RevisionChanges Path
1.4 +2  -2  openpkg-src/sipsak/sipsak.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sipsak/sipsak.spec
  
  $ cvs diff -u -r1.3 -r1.4 sipsak.spec
  --- openpkg-src/sipsak/sipsak.spec8 Jun 2005 23:00:33 -   1.3
  +++ openpkg-src/sipsak/sipsak.spec30 Jun 2005 15:29:51 -  1.4
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Network
   License:  GPL
  -Version:  0.8.12
  -Release:  20050609
  +Version:  0.8.13
  +Release:  20050630
   
   #   list of sources
   Source0:  http://download.berlios.de/sipsak/sipsak-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/sipsak/ sipsak.spec

2005-06-08 Thread Steffen Weinreich
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Steffen Weinreich
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   08-Jun-2005 18:55:38
  Branch: HEAD Handle: 2005060817553700

  Added files:
openpkg-src/sipsak  sipsak.spec

  Log:
new package: sipsak 0.8.12 (SIP swiss army knife)

  Summary:
RevisionChanges Path
1.1 +83 -0  openpkg-src/sipsak/sipsak.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sipsak/sipsak.spec
  
  $ cvs diff -u -r0 -r1.1 sipsak.spec
  --- /dev/null 2005-06-08 18:55:37 +0200
  +++ sipsak.spec   2005-06-08 18:55:38 +0200
  @@ -0,0 +1,83 @@
  +##
  +##  sipsak.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2005 OpenPKG Foundation e.V. http://openpkg.net/
  +##  Copyright (c) 2000-2005 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: sipsak
  +Summary:  SIP swiss army knife
  +URL:  http://www.sipsak.org/
  +Vendor:   Nils Ohlmeier
  +Packager: OpenPKG
  +Distribution: OpenPKG
  +Class:EVAL
  +Group:Network
  +License:  GPL
  +Version:  0.8.12
  +Release:  20050608
  +
  +#   list of sources
  +Source0:  http://download.berlios.de/sipsak/sipsak-%{version}.tar.gz
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg = 20040130
  +PreReq:   OpenPKG, openpkg = 20040130
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +sipsak is the most badly packaged program in the OpenPKG world.
  +
  +%track
  +prog sipsak = {
  +version   = %{version}
  +url   = http://download.berlios.de/sipsak/
  +regex = sipsak-(__VER__)\.tar\.gz
  +}
  +
  +%prep
  +%setup -q
  +
  +%build
  +CC=%{l_cc} \
  +CXX=%{l_cxx} \
  +CFLAGS=%{l_cflags -O} \
  +CXXFLAGS=%{l_cxxflags -O} \
  +CPPFLAGS=%{l_cppflags} \
  +LDFLAGS=%{l_ldflags} \
  +./configure \
  +--prefix=%{l_prefix}
  +%{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 21 || true
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +
  +%files -f files
  +
  +%clean
  +rm -rf $RPM_BUILD_ROOT
  +
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org