Changeset 302


Ignore:
Timestamp:
Mar 13, 2012, 9:42:46 PM (13 years ago)
Author:
Yuri Dario
Message:

spec: pthread, exim, rpm, serf build updates.

Location:
spec/trunk/SPECS
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified spec/trunk/SPECS/exim.spec

    r177 r302  
    1414Name: exim
    1515Version: 4.73
    16 Release: 0.3%{?dist}
     16Release: 0.4%{?dist}
    1717License: GPLv2+
    1818Url: http://www.exim.org/
     
    206206%build
    207207
    208 export CONFIG_SHELL="/bin/sh"
     208export CONFIG_SHELL="/@unixroot/usr/bin/sh.exe"
     209export MAKESHELL="/@unixroot/usr/bin/sh.exe"
    209210export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
    210211export  LFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
     
    216217        export PIE=-fPIE
    217218%endif
    218 make _lib=%{_lib} FULLECHO=
     219make _lib=%{_lib} SHELL="/@unixroot/usr/bin/sh.exe" FULLECHO=
    219220
    220221%if 0%{?buildsa}
  • TabularUnified spec/trunk/SPECS/pthread.spec

    r233 r302  
    11Summary: A posix pthread emulation for OS/2-eComStation
    22Name: pthread
    3 Version: 20111102
    4 Release: 9%{?dist}
     3Version: 20120313
     4Release: 10%{?dist}
    55License: unknown
    66Group: Development/Libraries
     
    6565
    6666%changelog
     67* Tue Mar 13 2012 yd
     68- added missing prototypes and exports (detach and kill).
     69
    6770* Wed Nov 02 2011 yd
    6871- added -Zdll to build system
  • TabularUnified spec/trunk/SPECS/rpm.spec

    r243 r302  
    2525Name: rpm
    2626Version: %{rpmver}
    27 Release: 13%{?dist}
     27Release: 14%{?dist}
    2828Group: System Environment/Base
    2929Url: http://www.rpm.org/
     
    459459
    460460%changelog
     461* Tue Mar 13 2012 yd
     462- updated warpin-conflict.cmd, ticket #27, #31.
     463
    461464* Sun Nov 20 2011 yd
    462465- use shell in /usr/bin.
  • TabularUnified spec/trunk/SPECS/serf.spec

    r300 r302  
    44Name:           serf
    55Version:        1.0.1
    6 Release:        1%{?dist}
     6Release:        2%{?dist}
    77License:        Apache License
    88Group:          System/Libraries
    99URL:            http://code.google.com/p/serf/
    1010Source0:        http://serf.googlecode.com/files/%{name}-%{version}.tar.bz2
     11Source1:        serf-1.def
    1112Patch1:         serf-os2.patch
     13Patch2:         serf-1.0.0.issue68.patch
     14Patch3:         serf-1.0.0.issue68b.patch
    1215
    1316BuildRequires:  apr-devel
     
    4548%setup -q
    4649%patch1 -p1 -b .os2
     50%patch2 -p2 -b .68
     51%patch3 -p2 -b .68b
     52
     53cp %{SOURCE1} .
    4754
    4855# don't link against ldap libs
     
    8996%changelog
    9097* Fri Mar 02 2012 yd
     98- added http://code.google.com/p/serf/issues/detail?id=68
     99
     100* Fri Mar 02 2012 yd
    91101- initial unixroot build.
Note: See TracChangeset for help on using the changeset viewer.