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

2009-09-25 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   25-Sep-2009 08:57:55
  Branch: HEAD Handle: 2009092507575500

  Modified files:
openpkg-src/glib2   glib2.spec

  Log:
upgrading package: glib2 2.21.6 - 2.22.0

  Summary:
RevisionChanges Path
1.116   +3  -3  openpkg-src/glib2/glib2.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/glib2/glib2.spec
  
  $ cvs diff -u -r1.115 -r1.116 glib2.spec
  --- openpkg-src/glib2/glib2.spec  6 Sep 2009 21:15:04 -   1.115
  +++ openpkg-src/glib2/glib2.spec  25 Sep 2009 06:57:55 -  1.116
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define   V_glib2_major  2.21
  -%define   V_glib2_minor  6
  +%define   V_glib2_major  2.22
  +%define   V_glib2_minor  0
   
   #   package information
   Name: glib2
  @@ -36,7 +36,7 @@
   Group:Algorithm
   License:  GPL
   Version:  %{V_glib2_major}.%{V_glib2_minor}
  -Release:  20090906
  +Release:  20090925
   
   #   package options
   %option   with_threads  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-25 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   25-Sep-2009 11:10:03
  Branch: HEAD Handle: 2009092510100300

  Modified files:
openpkg-src/fastjar fastjar.spec

  Log:
remove conflicting file

  Summary:
RevisionChanges Path
1.7 +2  -1  openpkg-src/fastjar/fastjar.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/fastjar/fastjar.spec
  
  $ cvs diff -u -r1.6 -r1.7 fastjar.spec
  --- openpkg-src/fastjar/fastjar.spec  9 Sep 2009 08:28:33 -   1.6
  +++ openpkg-src/fastjar/fastjar.spec  25 Sep 2009 09:10:03 -  1.7
  @@ -32,7 +32,7 @@
   Group:Archiver
   License:  GPL
   Version:  0.98
  -Release:  20090909
  +Release:  20090925
   
   #   list of sources
   Source0:  
http://download.savannah.gnu.org/releases/fastjar/fastjar-%{version}.tar.gz
  @@ -78,6 +78,7 @@
   %install
   rm -rf $RPM_BUILD_ROOT
   %{l_make} %{l_mflags} install AM_MAKEFLAGS=DESTDIR=$RPM_BUILD_ROOT
  +rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/charset.alias
   rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* /dev/null 21 || true
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-25 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   25-Sep-2009 10:59:35
  Branch: HEAD Handle: 2009092509593400

  Modified files:
openpkg-src/vim vim.spec

  Log:
upgrading package: vim 7.2.262 - 7.2.264

  Summary:
RevisionChanges Path
1.729   +4  -2  openpkg-src/vim/vim.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/vim/vim.spec
  
  $ cvs diff -u -r1.728 -r1.729 vim.spec
  --- openpkg-src/vim/vim.spec  19 Sep 2009 17:59:48 -  1.728
  +++ openpkg-src/vim/vim.spec  25 Sep 2009 08:59:34 -  1.729
  @@ -24,7 +24,7 @@
   #   package versions
   %define   V_vl  7.2
   %define   V_vs  72
  -%define   V_pl  262
  +%define   V_pl  264
   
   #   package information
   Name: vim
  @@ -37,7 +37,7 @@
   Group:Editor
   License:  Charityware
   Version:  %{V_vl}.%{V_pl}
  -Release:  20090919
  +Release:  20090925
   
   #   package options
   %option   with_x11no
  @@ -315,6 +315,8 @@
   Patch260: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.260
   Patch261: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.261
   Patch262: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.262
  +Patch263: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.263
  +Patch264: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.264
   
   #   build information
   Prefix:   %{l_prefix}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-25 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   25-Sep-2009 10:58:40
  Branch: HEAD Handle: 2009092509583900

  Modified files:
openpkg-src/theora  theora.spec

  Log:
upgrading package: theora 1.0 - 1.1.0

  Summary:
RevisionChanges Path
1.3 +2  -2  openpkg-src/theora/theora.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/theora/theora.spec
  
  $ cvs diff -u -r1.2 -r1.3 theora.spec
  --- openpkg-src/theora/theora.spec18 Apr 2009 13:16:49 -  1.2
  +++ openpkg-src/theora/theora.spec25 Sep 2009 08:58:39 -  1.3
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Video
   License:  MIT-style
  -Version:  1.0
  -Release:  20090301
  +Version:  1.1.0
  +Release:  20090925
   
   #   list of sources
   Source0:  
http://downloads.xiph.org/releases/theora/libtheora-%{version}.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-poe/ perl-poe.spec

2009-09-25 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   25-Sep-2009 10:58:40
  Branch: HEAD Handle: 2009092509583900

  Modified files:
openpkg-src/perl-poeperl-poe.spec

  Log:
modifying package: perl-poe-5.10 20090919 - 20090925

  Summary:
RevisionChanges Path
1.91+2  -2  openpkg-src/perl-poe/perl-poe.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-poe/perl-poe.spec
  
  $ cvs diff -u -r1.90 -r1.91 perl-poe.spec
  --- openpkg-src/perl-poe/perl-poe.spec19 Sep 2009 07:25:59 -  
1.90
  +++ openpkg-src/perl-poe/perl-poe.spec25 Sep 2009 08:58:39 -  
1.91
  @@ -24,7 +24,7 @@
   #   versions of individual parts
   %define   V_perl5.10
   %define   V_poe_test_loops  1.022
  -%define   V_poe 1.268
  +%define   V_poe 1.269
   %define   V_poe_component_child 1.39
   %define   V_poe_component_server_http   0.09
   %define   V_poe_component_server_preforktcp 0.11
  @@ -42,7 +42,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20090919
  +Release:  20090925
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/POE/POE-Test-Loops-%{V_poe_test_loops}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-25 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   25-Sep-2009 10:58:49
  Branch: HEAD Handle: 2009092509584900

  Modified files:
openpkg-src/apr apr.spec

  Log:
upgrading package: apr 1.3.8 - 1.3.9

  Summary:
RevisionChanges Path
1.69+2  -2  openpkg-src/apr/apr.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/apr/apr.spec
  
  $ cvs diff -u -r1.68 -r1.69 apr.spec
  --- openpkg-src/apr/apr.spec  6 Aug 2009 21:35:59 -   1.68
  +++ openpkg-src/apr/apr.spec  25 Sep 2009 08:58:49 -  1.69
  @@ -22,7 +22,7 @@
   ##
   
   #   package version
  -%define   V_apr   1.3.8
  +%define   V_apr   1.3.9
   %define   V_apr_util  1.3.9
   
   #   package information
  @@ -36,7 +36,7 @@
   Group:Libraries
   License:  Apache
   Version:  %{V_apr}
  -Release:  20090806
  +Release:  20090925
   
   #   package options
   %option   with_threads  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/drupal-module-misc/ drupal-module-misc.spec

2009-09-25 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   25-Sep-2009 10:59:29
  Branch: HEAD Handle: 2009092509592900

  Modified files:
openpkg-src/drupal-module-misc
drupal-module-misc.spec

  Log:
modifying package: drupal-module-misc-6.x 20090923 - 20090925

  Summary:
RevisionChanges Path
1.59+3  -3  
openpkg-src/drupal-module-misc/drupal-module-misc.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/drupal-module-misc/drupal-module-misc.spec
  
  $ cvs diff -u -r1.58 -r1.59 drupal-module-misc.spec
  --- openpkg-src/drupal-module-misc/drupal-module-misc.spec23 Sep 2009 
19:01:19 -  1.58
  +++ openpkg-src/drupal-module-misc/drupal-module-misc.spec25 Sep 2009 
08:59:29 -  1.59
  @@ -38,7 +38,7 @@
   %define   V_module_backup_migrate  6.x-1.2
   %define   V_module_biblio  6.x-1.6
   %define   V_module_calendar6.x-2.2
  -%define   V_module_captcha 6.x-2.0-rc3
  +%define   V_module_captcha 6.x-2.0
   %define   V_module_captcha_pack6.x-1.0-beta3
   %define   V_module_cck 6.x-2.5
   %define   V_module_cck_blocks  6.x-1.1
  @@ -55,7 +55,7 @@
   %define   V_module_daily   6.x-1.1
   %define   V_module_date6.x-2.4
   %define   V_module_dashplayer  6.x-1.7
  -%define   V_module_devel   6.x-1.17
  +%define   V_module_devel   6.x-1.18
   %define   V_module_dhtml_menu  6.x-3.5
   %define   V_module_diff6.x-2.0
   %define   V_module_download_count  6.x-1.3
  @@ -214,7 +214,7 @@
   Group:CMS
   License:  GPL
   Version:  %{V_drupal}
  -Release:  20090923
  +Release:  20090925
   
   #   list of sources
   Source0:  http://ftp.drupal.org/files/projects/acl-%{V_module_acl}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-25 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   25-Sep-2009 10:58:47
  Branch: HEAD Handle: 2009092509584600

  Modified files:
openpkg-src/libedit libedit.spec

  Log:
upgrading package: libedit 3.0.20090905 - 3.0.20090923

  Summary:
RevisionChanges Path
1.46+2  -2  openpkg-src/libedit/libedit.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/libedit/libedit.spec
  
  $ cvs diff -u -r1.45 -r1.46 libedit.spec
  --- openpkg-src/libedit/libedit.spec  6 Sep 2009 21:14:49 -   1.45
  +++ openpkg-src/libedit/libedit.spec  25 Sep 2009 08:58:46 -  1.46
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_main 3.0
  -%define   V_snap 20090905
  +%define   V_snap 20090923
   
   #   package information
   Name: libedit
  @@ -36,7 +36,7 @@
   Group:Terminal
   License:  BSD
   Version:  %{V_main}.%{V_snap}
  -Release:  20090906
  +Release:  20090925
   
   #   list of sources
   Source0:  
http://www.thrysoee.dk/editline/libedit-%{V_snap}-%{V_main}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-25 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   25-Sep-2009 10:57:16
  Branch: HEAD Handle: 2009092509571500

  Modified files:
openpkg-src/libxml  libxml.spec

  Log:
upgrading package: libxml 2.7.4 - 2.7.5

  Summary:
RevisionChanges Path
1.127   +2  -2  openpkg-src/libxml/libxml.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/libxml/libxml.spec
  
  $ cvs diff -u -r1.126 -r1.127 libxml.spec
  --- openpkg-src/libxml/libxml.spec12 Sep 2009 08:39:29 -  1.126
  +++ openpkg-src/libxml/libxml.spec25 Sep 2009 08:57:15 -  1.127
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:XML
   License:  MIT-style
  -Version:  2.7.4
  -Release:  20090912
  +Version:  2.7.5
  +Release:  20090925
   
   #   list of sources
   Source0:  ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-25 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   25-Sep-2009 10:57:16
  Branch: HEAD Handle: 2009092509571600

  Modified files:
openpkg-src/libxslt libxslt.spec

  Log:
upgrading package: libxslt 1.1.25 - 1.1.26

  Summary:
RevisionChanges Path
1.105   +2  -2  openpkg-src/libxslt/libxslt.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/libxslt/libxslt.spec
  
  $ cvs diff -u -r1.104 -r1.105 libxslt.spec
  --- openpkg-src/libxslt/libxslt.spec  19 Sep 2009 10:11:39 -  1.104
  +++ openpkg-src/libxslt/libxslt.spec  25 Sep 2009 08:57:16 -  1.105
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:XML
   License:  MIT-style
  -Version:  1.1.25
  -Release:  20090919
  +Version:  1.1.26
  +Release:  20090925
   
   #   package options
   %option   with_regexp  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-25 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   25-Sep-2009 11:02:23
  Branch: HEAD Handle: 2009092510022300

  Modified files:
openpkg-src/gcc45   gcc45.spec

  Log:
upgrading package: gcc45 4.5s20090917 - 4.5s20090924

  Summary:
RevisionChanges Path
1.29+2  -2  openpkg-src/gcc45/gcc45.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gcc45/gcc45.spec
  
  $ cvs diff -u -r1.28 -r1.29 gcc45.spec
  --- openpkg-src/gcc45/gcc45.spec  19 Sep 2009 09:57:50 -  1.28
  +++ openpkg-src/gcc45/gcc45.spec  25 Sep 2009 09:02:23 -  1.29
  @@ -27,7 +27,7 @@
   #   package version
   %define   V_full 4.5
   %define   V_comp 45
  -%define   V_snap 20090917
  +%define   V_snap 20090924
   
   #   package information
   Name: gcc45
  @@ -40,7 +40,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}s%{V_snap}
  -Release:  20090919
  +Release:  20090925
   
   #   package options
   %option   with_binutils  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/tmux/ tmux.patch tmux.spec

2009-09-25 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   25-Sep-2009 13:13:07
  Branch: HEAD Handle: 2009092512130700

  Added files:
openpkg-src/tmuxtmux.patch tmux.spec

  Log:
new package: tmux 1.0 (Terminal Multiplexer)

  Summary:
RevisionChanges Path
1.1 +26 -0  openpkg-src/tmux/tmux.patch
1.1 +91 -0  openpkg-src/tmux/tmux.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/tmux/tmux.patch
  
  $ cvs diff -u -r0 -r1.1 tmux.patch
  --- /dev/null 2009-09-25 13:13:06 +0200
  +++ tmux.patch2009-09-25 13:13:07 +0200
  @@ -0,0 +1,26 @@
  +Index: GNUmakefile
  +--- GNUmakefile.orig 2009-09-20 20:12:05 +0200
   GNUmakefile  2009-09-25 13:10:22 +0200
  +@@ -8,7 +8,8 @@
  + 
  + CC?= gcc
  + CFLAGS+= -DBUILD=\$(VERSION)\
  +-LDFLAGS+= -L/usr/local/lib
  ++CPPFLAGS+= -I$(PREFIX)/include
  ++LDFLAGS+= -L$(PREFIX)/lib
  + LIBS+=
  + 
  + ifdef FDEBUG
  +Index: Makefile
  +--- Makefile.orig2009-09-20 20:12:06 +0200
   Makefile 2009-09-25 13:09:37 +0200
  +@@ -9,7 +9,8 @@
  + 
  + CC?= cc
  + CFLAGS+= -DBUILD=\$(VERSION)\
  +-LDFLAGS+= -L/usr/local/lib
  ++CPPFLAGS+= -I$(PREFIX)/include
  ++LDFLAGS+= -L$(PREFIX)/lib
  + LIBS+=
  + 
  + .ifdef FDEBUG
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/tmux/tmux.spec
  
  $ cvs diff -u -r0 -r1.1 tmux.spec
  --- /dev/null 2009-09-25 13:13:06 +0200
  +++ tmux.spec 2009-09-25 13:13:07 +0200
  @@ -0,0 +1,91 @@
  +##
  +##  tmux.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2009 OpenPKG Foundation e.V. http://openpkg.net/
  +##
  +##  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: tmux
  +Summary:  Terminal Multiplexer
  +URL:  http://tmux.sourceforge.net/
  +Vendor:   Nicholas Marriott
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:Terminal
  +License:  BSD
  +Version:  1.0
  +Release:  20090925
  +
  +#   list of sources
  +Source0:  http://downloads.sourceforge.net/tmux/tmux-%{version}.tar.gz
  +Patch0:   tmux.patch
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg = 20060823, make, gcc
  +PreReq:   OpenPKG, openpkg = 20060823
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +TMUX is a terminal multiplexer, it enables a number of terminals
  +(or windows) to be accessed and controlled from a single terminal.
  +TMUX is intended to be a simple, modern, BSD-licensed alternative to
  +programs such as GNU screen.
  +
  +%track
  +prog tmux = {
  +version   = %{version}
  +url   = http://tmux.sourceforge.net/
  +regex = tmux-(__VER__)\.tar\.gz
  +}
  +
  +%prep
  +%setup -q
  +%patch -p0
  +
  +%build
  +CC=%{l_cc} \
  +CFLAGS=%{l_cflags -O} \
  +CPPFLAGS=%{l_cppflags} \
  +LDFLAGS=%{l_ldflags} \
  +./configure \
  +--prefix=%{l_prefix}
  +%{l_make} %{l_mflags -O} \
  +PREFIX=%{l_prefix}
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +%{l_shtool} mkdir -f -p -m 755 \
  +$RPM_BUILD_ROOT%{l_prefix}/bin \
  +$RPM_BUILD_ROOT%{l_prefix}/man/man1
  +%{l_shtool} install -c -s -m 755 \
  +tmux $RPM_BUILD_ROOT%{l_prefix}/bin/
  +%{l_shtool} install -c -m 644 \
  +tmux.1 $RPM_BUILD_ROOT%{l_prefix

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

2009-09-25 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   25-Sep-2009 23:39:10
  Branch: HEAD Handle: 2009092522391000

  Modified files:
openpkg-src/pango   pango.spec

  Log:
try to force PIC

  Summary:
RevisionChanges Path
1.100   +3  -2  openpkg-src/pango/pango.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/pango/pango.spec
  
  $ cvs diff -u -r1.99 -r1.100 pango.spec
  --- openpkg-src/pango/pango.spec  10 Sep 2009 18:42:03 -  1.99
  +++ openpkg-src/pango/pango.spec  25 Sep 2009 21:39:10 -  1.100
  @@ -22,7 +22,7 @@
   ##
   
   #   package version
  -%define   V_glib_major   2.21
  +%define   V_glib_major   2.22
   %define   V_pango_major  1.25
   %define   V_pango_minor  6
   
  @@ -37,7 +37,7 @@
   Group:XWindow
   License:  GPL
   Version:  %{V_pango_major}.%{V_pango_minor}
  -Release:  20090910
  +Release:  20090925
   
   #   package options
   %option   with_x11  no
  @@ -117,6 +117,7 @@
   --disable-debug \
   --disable-rebuilds \
   --disable-shared \
  +--with-pic \
   
--with-included-modules=arabic-fc,basic-fc,basic-x,hangul-fc,hebrew-fc,indic-fc,khmer-fc,syriac-fc,thai-fc,tibetan-fc
   
   %{l_make} %{l_mflags -O}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org