Changeset 168


Ignore:
Timestamp:
Aug 29, 2011, 12:08:49 PM (14 years ago)
Author:
Yuri Dario
Message:

spec: massive rebuild due to new rpm lx parser updates (see changeset:167).

Location:
spec/trunk/SPECS
Files:
51 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/ash.spec

    r117 r168  
    22Name: ash
    33Version: 0.0.0
    4 Release: 4%{?dist}
     4Release: 5%{?dist}
    55License: BSD
    66Group: System Environment/Shells
  • spec/trunk/SPECS/autoconf.spec

    r150 r168  
    22Name:       autoconf
    33Version:    2.65
    4 Release:    2%{?dist}
     4Release:    3%{?dist}
    55License:    GPLv2+ and GFDL
    66Group:      Development/Tools
     
    5858%build
    5959export CONFIG_SHELL="/bin/sh"
     60export PERL="/@unixroot/usr/bin/perl.exe"
    6061%configure \
    6162    "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache"
  • spec/trunk/SPECS/bash.spec

    r117 r168  
    55Name: bash
    66Version: %{baseversion}%{patchleveltag}
    7 Release: 3%{?dist}
     7Release: 4%{?dist}
    88License: BSD
    99Group: System Environment/Shells
  • spec/trunk/SPECS/bzip2.spec

    r117 r168  
    33Name: bzip2
    44Version: 1.0.6
    5 Release: 4%{?dist}
     5Release: 5%{?dist}
    66License: BSD
    77Group: Applications/File
  • spec/trunk/SPECS/check.spec

    r150 r168  
    11Name:           check
    22Version:        0.9.8
    3 Release:        2%{?dist}
     3Release:        3%{?dist}
    44Summary:        A unit test framework for C
    55Source0:        http://downloads.sourceforge.net/check/%{name}-%{version}.tar.gz
  • spec/trunk/SPECS/clamav.spec

    r150 r168  
    33Name:           clamav
    44Version:        0.96.4
    5 Release:        2%{?dist}
     5Release:        3%{?dist}
    66
    77License:        proprietary
  • spec/trunk/SPECS/coreutils.spec

    r150 r168  
    44Name:    coreutils
    55Version: 8.6
    6 Release: 2%{?dist}
     6Release: 3%{?dist}
    77License: GPLv3+
    88Group:   System Environment/Base
  • spec/trunk/SPECS/cpio.spec

    r150 r168  
    33Name: cpio
    44Version: 2.11
    5 Release: 2%{?dist}
     5Release: 3%{?dist}
    66License: GPLv3+
    77Group: Applications/Archiving
     
    3939
    4040%build
    41 
     41export CONFIG_SHELL="/bin/sh"
    4242export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -pedantic -fno-strict-aliasing -Wall" ; \
    4343export LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" ; \
  • spec/trunk/SPECS/cube.spec

    r117 r168  
    55Name: cube
    66Version: 2.6
    7 Release: 3%{?dist}
     7Release: 4%{?dist}
    88License: none
    99URL: http://www3.sympatico.ca/gjarviseng/cube/
  • spec/trunk/SPECS/curl.spec

    r150 r168  
    22Name: curl
    33Version: 7.21.1
    4 Release: 2%{?dist}
     4Release: 3%{?dist}
    55License: MIT
    66Group: Applications/Internet
  • spec/trunk/SPECS/db4.spec

    r150 r168  
    11# the set of arches on which libgcj provides gcj and libgcj-javac-placeholder.sh
    2 %define java_arches __%{ix86} alpha ia64 ppc sparc sparcv9 x86_64 s390 s390x
     2#%define java_arches __%{ix86} alpha ia64 ppc sparc sparcv9 x86_64 s390 s390x
     3%define java_arches 0
    34%define __soversion 4.8
    45%define __dllversion 48
     
    1112Name: db4
    1213Version: 4.8.30
    13 Release: 3%{?dist}
     14Release: 4%{?dist}
    1415Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
    1516
     
    239240#fi
    240241
     242# add symlink without version number
     243ln -s libdb-%{__soversion}.a $RPM_BUILD_ROOT/%{_libdir}/libdb.a
     244
    241245# Move the header files to a subdirectory, in case we're deploying on a
    242246# system with multiple versions of DB installed.
     
    311315#%{_libdir}/libdb_cxx.so
    312316%{_libdir}/libdb-%{__soversion}.a
     317%{_libdir}/libdb.a
    313318%dir %{_includedir}/%{name}
    314319%{_includedir}/%{name}/db.h
  • spec/trunk/SPECS/emxrt.spec

    r130 r168  
    55Name: emxrt
    66Version: 0.9d
    7 Release: 3%{?dist}
     7Release: 4%{?dist}
    88License: free software
    99Group: Development/Languages
  • spec/trunk/SPECS/exceptq.spec

    r158 r168  
    55Name: exceptq
    66Version: 7.1
    7 Release: 2%{?dist}
     7Release: 3%{?dist}
    88License: custom
    99Group: Development/Libraries
  • spec/trunk/SPECS/file.spec

    r150 r168  
    66Name: file
    77Version: 5.04
    8 Release: 5%{?dist}
     8Release: 6%{?dist}
    99License: BSD
    1010Group: Applications/File
  • spec/trunk/SPECS/gcc3.spec

    r117 r168  
    44Name: gcc
    55Version: %{gcc_version}
    6 Release: 2%{?dist}
     6Release: 3%{?dist}
    77# libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
    88# GCC Runtime Exception.
  • spec/trunk/SPECS/gcc4.spec

    r147 r168  
    44Name: gcc
    55Version: %{gcc_version}
    6 Release: 4%{?dist}
     6Release: 5%{?dist}
    77
    88# libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
  • spec/trunk/SPECS/gettext.spec

    r150 r168  
    77Name: gettext
    88Version: 0.18.1.1
    9 Release: 2%{?dist}
     9Release: 3%{?dist}
    1010License: GPLv3+ and LGPLv2+
    1111Group: Development/Tools
  • spec/trunk/SPECS/glib2.spec

    r150 r168  
    44%define _name glib
    55Version:        2.25.15
    6 Release:        2%{?dist}
     6Release:        3%{?dist}
    77License:        LGPLv2.1+
    88Summary:        A Library with Convenient Functions Written in C
  • spec/trunk/SPECS/gzip.spec

    r150 r168  
    22Name: gzip
    33Version: 1.4
    4 Release: 3%{?dist}
     4Release: 4%{?dist}
    55# info pages are under GFDL license
    66License: GPLv3+ and GFDL
     
    7070#make DESTDIR=${RPM_BUILD_ROOT} install
    7171
    72 rm ${RPM_BUILD_ROOT}%{_libdir}/charset.alias
     72#rm ${RPM_BUILD_ROOT}%{_libdir}/charset.alias
    7373
    7474#cp ${RPM_BUILD_ROOT}%{_bindir}/gzip.exe ${RPM_BUILD_ROOT}%{_bindir}/gunzip.exe
  • spec/trunk/SPECS/libc-kprofile.spec

    r127 r168  
    55Group:          System/Libraries
    66Version:        0.6.3
    7 Release:        3%{?dist}
     7Release:        4%{?dist}
    88Url:            http://svn.netlabs.org/libc
    99
    10 Provides: klibdbg
    11 Provides: kprofile
     10Provides: klibdbg.dll
     11Provides: kprofile.dll
    1212
    1313%description
  • spec/trunk/SPECS/libc.spec

    r141 r168  
    55Group:          System/Libraries
    66Version:        0.6.3
    7 Release:        3%{?dist}
     7Release:        4%{?dist}
    88Url:            http://svn.netlabs.org/libc
    99
    1010BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    1111Source:         libc-%{version}.zip
     12
     13Source1:         libc-os2.zip
    1214
    1315%description
     
    3234
    3335%prep
    34 %setup -q -n libc-%{version}
     36%setup -q -n libc-%{version} -a 1
    3537
    3638%install
  • spec/trunk/SPECS/libxml2-python.spec

    r117 r168  
    66Name: %{name}
    77Version: %{version}
    8 Release: 2%{?dist}
     8Release: 3%{?dist}
    99Source: libxml2-%{version}.tar.gz
    1010#Source1: %{name}-%{unmangled_version}.tar.gz
  • spec/trunk/SPECS/libxml2.spec

    r150 r168  
    22Name: libxml2
    33Version: 2.7.7
    4 Release: 2%{?dist}
     4Release: 3%{?dist}
    55License: MIT
    66Group: Development/Libraries
  • spec/trunk/SPECS/m4.spec

    r150 r168  
    22Name: m4
    33Version: 1.4.15
    4 Release: 2%{?dist}
     4Release: 3%{?dist}
    55License: GPLv3+
    66Group: Applications/Text
     
    3333export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
    3434export LIBS="-lintl -lurpo"
     35export CONFIG_SHELL="/bin/sh"
    3536%configure \
    3637        "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache"
  • spec/trunk/SPECS/mmap.spec

    r137 r168  
    22Name: mmap
    33Version: 20110111
    4 Release: 6%{?dist}
     4Release: 7%{?dist}
    55License: unknown
    66Group: Development/Libraries
  • spec/trunk/SPECS/ncurses.spec

    r150 r168  
    33Name: ncurses
    44Version: 5.7
    5 Release: 2%{?dist}
     5Release: 3%{?dist}
    66License: MIT
    77Group: System Environment/Base
  • spec/trunk/SPECS/nspr.spec

    r150 r168  
    22Name:           nspr
    33Version:        4.8.6
    4 Release:        1%{?dist}
     4Release:        2%{?dist}
    55License:        MPLv1.1 or GPLv2+ or LGPLv2+
    66URL:            http://www.mozilla.org/projects/nspr/
  • spec/trunk/SPECS/nss.spec

    r116 r168  
    77Name:             nss
    88Version:          3.12.8
    9 Release:          1%{?dist}
     9Release:          2%{?dist}
    1010License:          MPLv1.1 or GPLv2+ or LGPLv2+
    1111URL:              http://www.mozilla.org/projects/security/pki/nss/
     
    202202cp mozilla/security/nss/lib/softoken/softokn.def mozilla/security/nss/lib/softoken/softok.def
    203203
     204cp mozilla/security/nss/cmd/shlibsign/sign.cmd mozilla/security/nss/cmd/shlibsign/sign.cmd.0
     205sed '#\n#\r\n#g' < mozilla/security/nss/cmd/shlibsign/sign.cmd.0 > mozilla/security/nss/cmd/shlibsign/sign.cmd
     206
    204207%build
    205208
     
    250253# to override nss-util and nss-softoken headers already installed.
    251254#     
    252 make -C ./mozilla/security/coreconf %{?_smp_mflags}
    253 make -C ./mozilla/security/dbm %{?_smp_mflags}
    254 make -C ./mozilla/security/nss %{?_smp_mflags}
     255
     256# yd smp build not safe
     257make -C ./mozilla/security/coreconf
     258# %{?_smp_mflags}
     259make -C ./mozilla/security/dbm
     260# %{?_smp_mflags}
     261make -C ./mozilla/security/nss
     262# %{?_smp_mflags}
    255263
    256264%install
  • spec/trunk/SPECS/openssl.spec

    r117 r168  
    2222Name: openssl
    2323Version: 1.0.0a
    24 Release: 2%{?dist}
     24Release: 3%{?dist}
    2525
    2626Source: openssl-%{version}.tar.gz
  • spec/trunk/SPECS/os2-base.spec

    r115 r168  
    33Name: os2-base
    44Version: 0.0.0
    5 Release: 2%{?dist}
     5Release: 3%{?dist}
    66
    77License: free
     
    1010Requires: os2-release
    1111
    12 Provides: ansicall
    13 Provides: asiacol
    14 Provides: bdbvh
    15 Provides: bdcall32
    16 Provides: bdcalls
    17 Provides: bdime
    18 Provides: bdview
    19 Provides: bdwpcls
    20 Provides: bidipm
    21 Provides: bkscalls
    22 Provides: bmscalls
    23 Provides: bvhinit
    24 Provides: bvhmpa
    25 Provides: bvhsvga
    26 Provides: bvhvga
    27 Provides: bvhwndw
    28 Provides: bvscalls
    29 Provides: cdtbl
    30 Provides: chkdsk32
    31 Provides: cidlog
    32 Provides: cometdll
    33 Provides: cyrime
    34 Provides: dibdrvr
    35 Provides: display
    36 Provides: dmiapi
    37 Provides: dmiquery
    38 Provides: dmqsprof
    39 Provides: doscall1
    40 Provides: doscalls
    41 Provides: dosrfico
    42 Provides: dspimri
    43 Provides: dspres
    44 Provides: ehxdlmri
    45 Provides: engine
    46 Provides: errlog
    47 Provides: errtxt
    48 Provides: ffconfig
    49 Provides: ffdump
    50 Provides: ffgui
    51 Provides: ffipc
    52 Provides: ffpct
    53 Provides: ffprobe
    54 Provides: ffst
    55 Provides: filever
    56 Provides: fka
    57 Provides: fw2dll
    58 Provides: gbm
    59 Provides: gengradd
    60 Provides: genpmi
    61 Provides: glocmri
    62 Provides: glut
    63 Provides: gre2vman
    64 Provides: helpmgr
    65 Provides: hpmgrmri
    66 Provides: hwdvpd
    67 Provides: ibmdev32
    68 Provides: ibmgpmi
    69 Provides: ibmhmgr
    70 Provides: ibmvga32
    71 Provides: imp
    72 Provides: inscfg32
    73 Provides: inspgm32
    74 Provides: inst32
    75 Provides: install
    76 Provides: instres
    77 Provides: ivm
    78 Provides: kbdcalls
    79 Provides: lfapi
    80 Provides: libaux
    81 Provides: libcm
    82 Provides: libcn
    83 Provides: libcs
    84 Provides: libtk
    85 Provides: libuni
    86 Provides: lmdll
    87 Provides: locale
    88 Provides: lvm
    89 Provides: mdmi
    90 Provides: minxmri
    91 Provides: minxobj
    92 Provides: mipmini
    93 Provides: mirrors
    94 Provides: mmioi
    95 Provides: mmpmcrts
    96 Provides: mmpmini
    97 Provides: mmsniff
    98 Provides: moncalls
    99 Provides: moucalls
    100 Provides: msg
    101 Provides: namedsp
    102 Provides: namefw
    103 Provides: namerexx
    104 Provides: nampipes
    105 Provides: nls
    106 Provides: npfimri
    107 Provides: npxemltr
    108 Provides: nwiapi
    109 Provides: oasis
    110 Provides: objdata
    111 Provides: opengl
    112 Provides: orexutil
    113 Provides: orexx
    114 Provides: orexxsc
    115 Provides: orexxsom
    116 Provides: orexxwps
    117 Provides: os2char
    118 Provides: os2mm
    119 Provides: os2om30
    120 Provides: os2oooc
    121 Provides: os2oor3u
    122 Provides: os2sm
    123 Provides: panogrex
    124 Provides: picv
    125 Provides: pmatm
    126 Provides: pmbidi
    127 Provides: pmbind
    128 Provides: pmchkdsk
    129 Provides: pmclip
    130 Provides: pmctls
    131 Provides: pmdde
    132 Provides: pmddeml
    133 Provides: pmdfmsg
    134 Provides: pmdrag
    135 Provides: pmex
    136 Provides: pmformat
    137 Provides: pmgpi
    138 Provides: pmgre
    139 Provides: pmi10c8
    140 Provides: pmi102b
    141 Provides: pmi102c
    142 Provides: pmi1002
    143 Provides: pmi1023
    144 Provides: pmi5333
    145 Provides: pmmerge
    146 Provides: pmmle
    147 Provides: pmmrgres
    148 Provides: pmpic
    149 Provides: pmpre
    150 Provides: pmrexxio
    151 Provides: pmsdmri
    152 Provides: pmshapi
    153 Provides: pmshltkt
    154 Provides: pmspl
    155 Provides: pmtkt
    156 Provides: pmunif
    157 Provides: pmvdmh
    158 Provides: pmvdmp
    159 Provides: pmviop
    160 Provides: pmwin
    161 Provides: pmwinx
    162 Provides: pmwp
    163 Provides: pmwpmri
    164 Provides: pnp
    165 Provides: pnpmri
    166 Provides: prodmri
    167 Provides: prog
    168 Provides: progfldr
    169 Provides: quecalls
    170 Provides: registry
    171 Provides: rexx
    172 Provides: rexxapi
    173 Provides: rexxcrt
    174 Provides: rexxinit
    175 Provides: rexxsom
    176 Provides: rexxutil
    177 Provides: rminfo
    178 Provides: rspimri
    179 Provides: rxvidcfg
    180 Provides: s3pmi
    181 Provides: sbfilter
    182 Provides: scenter
    183 Provides: seamless
    184 Provides: sesmgr
    185 Provides: shield
    186 Provides: shpiinst
    187 Provides: softdraw
    188 Provides: som
    189 Provides: somd
    190 Provides: somem
    191 Provides: somir
    192 Provides: soms
    193 Provides: somsec
    194 Provides: somtc
    195 Provides: somu
    196 Provides: somuc
    197 Provides: spl1b
    198 Provides: spoolcp
    199 Provides: svga
    200 Provides: svgaimri
    201 Provides: svgainst
    202 Provides: svgamri
    203 Provides: sysfont
    204 Provides: syslogpm
    205 Provides: thailib
    206 Provides: tracedll
    207 Provides: trcformt
    208 Provides: truetype
    209 Provides: ucdfs
    210 Provides: uconv
    211 Provides: uhpfs
    212 Provides: ujfs
    213 Provides: unikbd
    214 Provides: uudf
    215 Provides: vbe2grad
    216 Provides: vcfgmri
    217 Provides: vgagradd
    218 Provides: videocfg
    219 Provides: videopmi
    220 Provides: viocalls
    221 Provides: vman
    222 Provides: wcfgmri
    223 Provides: wincfg
    224 Provides: winprf
    225 Provides: wpcomet
    226 Provides: wpconfig
    227 Provides: wpconmri
    228 Provides: wpdserv
    229 Provides: wpdsrvp
    230 Provides: wpinet
    231 Provides: wpinstal
    232 Provides: wpintmri
    233 Provides: wpnls
    234 Provides: wppansys
    235 Provides: wpprint
    236 Provides: wpprtmri
    237 Provides: wpstkmou
    238 Provides: wpstkmri
    239 Provides: wpvidsys
     12Provides: ansicall.dll
     13Provides: asiacol.dll
     14Provides: bdbvh.dll
     15Provides: bdcall32.dll
     16Provides: bdcalls.dll
     17Provides: bdime.dll
     18Provides: bdview.dll
     19Provides: bdwpcls.dll
     20Provides: bidipm.dll
     21Provides: bkscalls.dll
     22Provides: bmscalls.dll
     23Provides: bvhinit.dll
     24Provides: bvhmpa.dll
     25Provides: bvhsvga.dll
     26Provides: bvhvga.dll
     27Provides: bvhwndw.dll
     28Provides: bvscalls.dll
     29Provides: cdtbl.dll
     30Provides: chkdsk32.dll
     31Provides: cidlog.dll
     32Provides: cometdll.dll
     33Provides: cyrime.dll
     34Provides: dibdrvr.dll
     35Provides: display.dll
     36Provides: dmiapi.dll
     37Provides: dmiquery.dll
     38Provides: dmqsprof.dll
     39Provides: doscall1.dll
     40Provides: doscalls.dll
     41Provides: dosrfico.dll
     42Provides: dspimri.dll
     43Provides: dspres.dll
     44Provides: ehxdlmri.dll
     45Provides: engine.dll
     46Provides: errlog.dll
     47Provides: errtxt.dll
     48Provides: ffconfig.dll
     49Provides: ffdump.dll
     50Provides: ffgui.dll
     51Provides: ffipc.dll
     52Provides: ffpct.dll
     53Provides: ffprobe.dll
     54Provides: ffst.dll
     55Provides: filever.dll
     56Provides: fka.dll
     57Provides: fw2dll.dll
     58Provides: gbm.dll
     59Provides: gengradd.dll
     60Provides: genpmi.dll
     61Provides: glocmri.dll
     62Provides: glut.dll
     63Provides: gre2vman.dll
     64Provides: helpmgr.dll
     65Provides: hpmgrmri.dll
     66Provides: hwdvpd.dll
     67Provides: ibmdev32.dll
     68Provides: ibmgpmi.dll
     69Provides: ibmhmgr.dll
     70Provides: ibmvga32.dll
     71Provides: imp.dll
     72Provides: inscfg32.dll
     73Provides: inspgm32.dll
     74Provides: inst32.dll
     75Provides: install.dll
     76Provides: instres.dll
     77Provides: ivm.dll
     78Provides: kbdcalls.dll
     79Provides: lfapi.dll
     80Provides: libaux.dll
     81Provides: libcm.dll
     82Provides: libcn.dll
     83Provides: libcs.dll
     84Provides: libtk.dll
     85Provides: libuni.dll
     86Provides: lmdll.dll
     87Provides: locale.dll
     88Provides: lvm.dll
     89Provides: mdmi.dll
     90Provides: minxmri.dll
     91Provides: minxobj.dll
     92Provides: mipmini.dll
     93Provides: mirrors.dll
     94Provides: mmioi.dll
     95Provides: mmpmcrts.dll
     96Provides: mmpmini.dll
     97Provides: mmsniff.dll
     98Provides: moncalls.dll
     99Provides: moucalls.dll
     100Provides: msg.dll
     101Provides: namedsp.dll
     102Provides: namefw.dll
     103Provides: namerexx.dll
     104Provides: nampipes.dll
     105Provides: nls.dll
     106Provides: npfimri.dll
     107Provides: npxemltr.dll
     108Provides: nwiapi.dll
     109Provides: oasis.dll
     110Provides: objdata.dll
     111Provides: opengl.dll
     112Provides: orexutil.dll
     113Provides: orexx.dll
     114Provides: orexxsc.dll
     115Provides: orexxsom.dll
     116Provides: orexxwps.dll
     117Provides: os2char.dll
     118Provides: os2mm.dll
     119Provides: os2om30.dll
     120Provides: os2oooc.dll
     121Provides: os2oor3u.dll
     122Provides: os2sm.dll
     123Provides: panogrex.dll
     124Provides: picv.dll
     125Provides: pmatm.dll
     126Provides: pmbidi.dll
     127Provides: pmbind.dll
     128Provides: pmchkdsk.dll
     129Provides: pmclip.dll
     130Provides: pmctls.dll
     131Provides: pmdde.dll
     132Provides: pmddeml.dll
     133Provides: pmdfmsg.dll
     134Provides: pmdrag.dll
     135Provides: pmex.dll
     136Provides: pmformat.dll
     137Provides: pmgpi.dll
     138Provides: pmgre.dll
     139Provides: pmi10c8.dll
     140Provides: pmi102b.dll
     141Provides: pmi102c.dll
     142Provides: pmi1002.dll
     143Provides: pmi1023.dll
     144Provides: pmi5333.dll
     145Provides: pmmerge.dll
     146Provides: pmmle.dll
     147Provides: pmmrgres.dll
     148Provides: pmpic.dll
     149Provides: pmpre.dll
     150Provides: pmrexxio.dll
     151Provides: pmsdmri.dll
     152Provides: pmshapi.dll
     153Provides: pmshltkt.dll
     154Provides: pmspl.dll
     155Provides: pmtkt.dll
     156Provides: pmunif.dll
     157Provides: pmvdmh.dll
     158Provides: pmvdmp.dll
     159Provides: pmviop.dll
     160Provides: pmwin.dll
     161Provides: pmwinx.dll
     162Provides: pmwp.dll
     163Provides: pmwpmri.dll
     164Provides: pnp.dll
     165Provides: pnpmri.dll
     166Provides: prodmri.dll
     167Provides: prog.dll
     168Provides: progfldr.dll
     169Provides: quecalls.dll
     170Provides: registry.dll
     171Provides: rexx.dll
     172Provides: rexxapi.dll
     173Provides: rexxcrt.dll
     174Provides: rexxinit.dll
     175Provides: rexxsom.dll
     176Provides: rexxutil.dll
     177Provides: rminfo.dll
     178Provides: rspimri.dll
     179Provides: rxvidcfg.dll
     180Provides: s3pmi.dll
     181Provides: sbfilter.dll
     182Provides: scenter.dll
     183Provides: seamless.dll
     184Provides: sesmgr.dll
     185Provides: shield.dll
     186Provides: shpiinst.dll
     187Provides: softdraw.dll
     188Provides: som.dll
     189Provides: somd.dll
     190Provides: somem.dll
     191Provides: somir.dll
     192Provides: soms.dll
     193Provides: somsec.dll
     194Provides: somtc.dll
     195Provides: somu.dll
     196Provides: somuc.dll
     197Provides: spl1b.dll
     198Provides: spoolcp.dll
     199Provides: svga.dll
     200Provides: svgaimri.dll
     201Provides: svgainst.dll
     202Provides: svgamri.dll
     203Provides: sysfont.dll
     204Provides: syslogpm.dll
     205Provides: thailib.dll
     206Provides: tracedll.dll
     207Provides: trcformt.dll
     208Provides: truetype.dll
     209Provides: ucdfs.dll
     210Provides: uconv.dll
     211Provides: uhpfs.dll
     212Provides: ujfs.dll
     213Provides: unikbd.dll
     214Provides: uudf.dll
     215Provides: vbe2grad.dll
     216Provides: vcfgmri.dll
     217Provides: vgagradd.dll
     218Provides: videocfg.dll
     219Provides: videopmi.dll
     220Provides: viocalls.dll
     221Provides: vman.dll
     222Provides: wcfgmri.dll
     223Provides: wincfg.dll
     224Provides: winprf.dll
     225Provides: wpcomet.dll
     226Provides: wpconfig.dll
     227Provides: wpconmri.dll
     228Provides: wpdserv.dll
     229Provides: wpdsrvp.dll
     230Provides: wpinet.dll
     231Provides: wpinstal.dll
     232Provides: wpintmri.dll
     233Provides: wpnls.dll
     234Provides: wppansys.dll
     235Provides: wpprint.dll
     236Provides: wpprtmri.dll
     237Provides: wpstkmou.dll
     238Provides: wpstkmri.dll
     239Provides: wpvidsys.dll
    240240
    241241
  • spec/trunk/SPECS/os2-mpts.spec

    r117 r168  
    33Name: os2-mpts
    44Version: 0.0.0
    5 Release: 1%{?dist}
     5Release: 2%{?dist}
    66
    77License: free
    88
    9 Provides: dapwsock
    10 Provides: ddnsres
    11 Provides: fss
    12 Provides: mptsapi
    13 Provides: pmwsock
    14 Provides: sliprexx
    15 Provides: so32dll
    16 Provides: tcp32dll
    17 Provides: tcpip32
    18 Provides: tcpipdll
    19 Provides: tcpmri
    20 Provides: tnls32
     9Provides: dapwsock.dll
     10Provides: ddnsres.dll
     11Provides: fss.dll
     12Provides: mptsapi.dll
     13Provides: pmwsock.dll
     14Provides: sliprexx.dll
     15Provides: so32dll.dll
     16Provides: tcp32dll.dll
     17Provides: tcpip32.dll
     18Provides: tcpipdll.dll
     19Provides: tcpmri.dll
     20Provides: tnls32.dll
    2121
    2222%description
  • spec/trunk/SPECS/os2-release.spec

    r117 r168  
    55Name:           os2-release
    66Version:        %{dist_version}
    7 Release:        2%{?dist}
     7Release:        3%{?dist}
    88License:        GPLv2
    99Group:          System Environment/Base
  • spec/trunk/SPECS/os2-tcpip.spec

    r117 r168  
    33Name: os2-tcpip
    44Version: 0.0.0
    5 Release: 1%{?dist}
     5Release: 2%{?dist}
    66
    77License: free
    88
    9 Provides: adv
    10 Provides: advacct
    11 Provides: advcomm
    12 Provides: advcust
    13 Provides: advdial
    14 Provides: advreg
    15 Provides: advuser
    16 Provides: ansi
    17 Provides: cfg2api
    18 Provides: cfg2natv
    19 Provides: cnbnfs2
    20 Provides: dumb
    21 Provides: fapidll
    22 Provides: ftpapi
    23 Provides: ftpwps
    24 Provides: librsvp
    25 Provides: lpr32
     9Provides: adv.dll
     10Provides: advacct.dll
     11Provides: advcomm.dll
     12Provides: advcust.dll
     13Provides: advdial.dll
     14Provides: advreg.dll
     15Provides: advuser.dll
     16Provides: ansi.dll
     17Provides: cfg2api.dll
     18Provides: cfg2natv.dll
     19Provides: cnbnfs2.dll
     20Provides: dumb.dll
     21Provides: fapidll.dll
     22Provides: ftpapi.dll
     23Provides: ftpwps.dll
     24Provides: librsvp.dll
     25Provides: lpr32.dll
    2626Provides: lprpdrvr.pdr
    27 Provides: lprportd
    28 Provides: rpc32dll
    29 Provides: rpcdll
    30 Provides: rxftp
    31 Provides: rxsock
    32 Provides: sendmail
    33 Provides: tc41mth
    34 Provides: tcpoocs
    35 Provides: tcpoocsj
    36 Provides: tcpoocsx
    37 Provides: tcpunx
    38 Provides: tnls16
    39 Provides: unzip
    40 Provides: vt100
    41 Provides: wptelnet
     27Provides: lprportd.dll
     28Provides: rpc32dll.dll
     29Provides: rpcdll.dll
     30Provides: rxftp.dll
     31Provides: rxsock.dll
     32Provides: sendmail.dll
     33Provides: tc41mth.dll
     34Provides: tcpoocs.dll
     35Provides: tcpoocsj.dll
     36Provides: tcpoocsx.dll
     37Provides: tcpunx.dll
     38Provides: tnls16.dll
     39Provides: unzip.dll
     40Provides: vt100.dll
     41Provides: wptelnet.dll
    4242
    4343%description
  • spec/trunk/SPECS/pcre.spec

    r150 r168  
    11Name: pcre
    22Version: 8.12
    3 Release: 1%{?dist}
     3Release: 2%{?dist}
    44Summary: Perl-compatible regular expression library
    55URL: http://www.pcre.org/
  • spec/trunk/SPECS/perl.spec

    r117 r168  
    55Name:           perl
    66Version:        %{perl_version}
    7 Release:        1%{?dist}
     7Release:        2%{?dist}
    88Epoch:          %{perl_epoch}
    99Summary:        The Perl programming language
  • spec/trunk/SPECS/pkgconfig.spec

    r150 r168  
    22Name: pkgconfig
    33Version: 0.25
    4 Release: 3%{?dist}
     4Release: 4%{?dist}
    55Epoch: 1
    66License: GPLv2+
  • spec/trunk/SPECS/popt.spec

    r150 r168  
    55Name:           %{name}
    66Version:        %{version}
    7 Release:        3%{?dist}
     7Release:        4%{?dist}
    88Epoch:          1
    99License:        MIT
  • spec/trunk/SPECS/pthread.spec

    r165 r168  
    11Summary: A posix pthread emulation for OS/2-eComStation
    22Name: pthread
    3 Version: 20110422
    4 Release: 5%{?dist}
     3Version: 20110826
     4Release: 6%{?dist}
    55License: unknown
    66Group: Development/Libraries
     
    5454%defattr(-,root,root)
    5555%{_libdir}/pthr??.dll
    56 %{_libdir}/pthread.dll
    5756
    5857%files devel
  • spec/trunk/SPECS/python.spec

    r163 r168  
    4646Name: %{python}
    4747Version: 2.6.5
    48 Release: 3%{?dist}
     48Release: 4%{?dist}
    4949License: Python
    5050Group: Development/Languages
  • spec/trunk/SPECS/readline.spec

    r150 r168  
    22Name: readline
    33Version: 6.1
    4 Release: 2%{?dist}
     4Release: 3%{?dist}
    55License: GPLv3+
    66Group: System Environment/Libraries
  • spec/trunk/SPECS/rpm.spec

    r151 r168  
    2525Name: rpm
    2626Version: %{rpmver}
    27 Release: 6%{?dist}
     27Release: 7%{?dist}
    2828Group: System Environment/Base
    2929Url: http://www.rpm.org/
  • spec/trunk/SPECS/sqlite.spec

    r164 r168  
    1616Name: sqlite
    1717Version: %{basever}
    18 Release: 3%{?dist}
     18Release: 4%{?dist}
    1919License: Public Domain
    2020Group: Applications/Databases
  • spec/trunk/SPECS/tar.spec

    r150 r168  
    33Epoch: 2
    44Version: 1.23
    5 Release: 3%{?dist}
     5Release: 4%{?dist}
    66License: GPLv3+
    77Group: Applications/Archiving
  • spec/trunk/SPECS/tcl.spec

    r150 r168  
    88Name: tcl
    99Version: %{vers}
    10 Release: 1%{?dist}
     10Release: 2%{?dist}
    1111Epoch: 1
    1212License: TCL
  • spec/trunk/SPECS/unzip.spec

    r140 r168  
    22Name: unzip
    33Version: 6.0
    4 Release: 3%{?dist}
     4Release: 4%{?dist}
    55License: BSD
    66Group: Applications/Archiving
  • spec/trunk/SPECS/urpo.spec

    r143 r168  
    22Name: urpo
    33Version: 20110302
    4 Release: 3%{?dist}
     4Release: 4%{?dist}
    55License: unknown
    66Group: Development/Libraries
  • spec/trunk/SPECS/xz.spec

    r150 r168  
    2121Summary:        A Program for Compressing Files
    2222Version:        4.999.9beta
    23 Release:        3%{?dist}
     23Release:        4%{?dist}
    2424Group:          Productivity/Archiving/Compression
    2525License:        LGPLv2.1+
     
    108108cp src/liblzma/.libs/*.lib $RPM_BUILD_ROOT%{_libdir}
    109109# fix exe installation
    110 cp src/lzmainfo/.libs/*.exe $RPM_BUILD_ROOT%{_bindir}
    111 cp src/xz/.libs/*.exe $RPM_BUILD_ROOT%{_bindir}
    112 cp src/xzdec/.libs/*.exe $RPM_BUILD_ROOT%{_bindir}
     110cp src/lzmainfo/*.exe $RPM_BUILD_ROOT%{_bindir}
     111cp src/xz/*.exe $RPM_BUILD_ROOT%{_bindir}
     112cp src/xzdec/*.exe $RPM_BUILD_ROOT%{_bindir}
    113113
    114114%clean
  • spec/trunk/SPECS/yum-metadata-parser.spec

    r117 r168  
    33Name: yum-metadata-parser
    44Version: 1.1.4
    5 Release: 2%{?dist}
     5Release: 3%{?dist}
    66Source0: %{name}-%{version}.tar.gz
    77License: GPL
  • spec/trunk/SPECS/yum.spec

    r161 r168  
    44Name: yum
    55Version: 3.2.27
    6 Release: 4%{?dist}
     6Release: 5%{?dist}
    77License: GPLv2+
    88Group: System Environment/Base
  • spec/trunk/SPECS/zip.spec

    r140 r168  
    22Name: zip
    33Version: 3.0
    4 Release: 3%{?dist}
     4Release: 4%{?dist}
    55License: BSD
    66Group: Applications/Archiving
  • spec/trunk/SPECS/zlib.spec

    r114 r168  
    22Name: zlib
    33Version: 1.2.5
    4 Release: 2%{?dist}
     4Release: 3%{?dist}
    55License: BSD
    66Group: System Environment/Libraries
Note: See TracChangeset for help on using the changeset viewer.