Changeset 976


Ignore:
Timestamp:
Feb 9, 2017, 4:40:07 PM (8 years ago)
Author:
Yuri Dario
Message:

spec: rpm, build updates for ticket#201,​228,​230,​232.

File:
1 edited

Legend:

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

    r795 r976  
    11#define svn_url     F:/rd/rpm/rpm/trunk
    22%define svn_url     http://svn.netlabs.org/repos/rpm/rpm/trunk
    3 %define svn_rev     759
     3%define svn_rev     972
    44
    55%define with_sqlite 1
     
    2929Name: rpm
    3030Version: %{rpmver}
    31 Release: 9%{?dist}
     31Release: 10%{?dist}
    3232Group: System Environment/Base
    3333Url: http://www.rpm.org/
     
    197197export CONFIG_SITE="/@unixroot/usr/share/config.legacy";
    198198export LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"; \
    199 export LIBS="-lintl -lurpo -lmmap"; \
     199export LIBS="-lintl -lurpo -lcx"; \
    200200CFLAGS="%{optflags} -I/@unixroot/usr/include/nss3 -I/@unixroot/usr/include/nspr4" ; \
    201201%configure \
     
    406406
    407407%changelog
     408* Thu Feb 09 2017 yd <yd@os2power.com> 4.13.0-10
     409- r957,969, Auto setup macros for SCM-hosted sources. ticket#232.
     410- r954, make brp-strip.os2 always create debugfiles.list in top build directory. ticket#230.
     411- r953,956,972 add legacy runtime packages support. ticket#228.
     412- r951, replace $RPM_BUILD_NCPUS macro with a better version. fixes ticket#201.
     413- link with libcx for memory mapping support.
     414
    408415* Tue Jun 14 2016 yd <yd@os2power.com> 4.13.0-9
    409416- r759, remove read-only flag before unlocking modules. fixes ticket#180.
Note: See TracChangeset for help on using the changeset viewer.