Changeset 976
- Timestamp:
- Feb 9, 2017, 4:40:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/rpm.spec
r795 r976 1 1 #define svn_url F:/rd/rpm/rpm/trunk 2 2 %define svn_url http://svn.netlabs.org/repos/rpm/rpm/trunk 3 %define svn_rev 7593 %define svn_rev 972 4 4 5 5 %define with_sqlite 1 … … 29 29 Name: rpm 30 30 Version: %{rpmver} 31 Release: 9%{?dist}31 Release: 10%{?dist} 32 32 Group: System Environment/Base 33 33 Url: http://www.rpm.org/ … … 197 197 export CONFIG_SITE="/@unixroot/usr/share/config.legacy"; 198 198 export LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"; \ 199 export LIBS="-lintl -lurpo -l mmap"; \199 export LIBS="-lintl -lurpo -lcx"; \ 200 200 CFLAGS="%{optflags} -I/@unixroot/usr/include/nss3 -I/@unixroot/usr/include/nspr4" ; \ 201 201 %configure \ … … 406 406 407 407 %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 408 415 * Tue Jun 14 2016 yd <yd@os2power.com> 4.13.0-9 409 416 - r759, remove read-only flag before unlocking modules. fixes ticket#180.
Note:
See TracChangeset
for help on using the changeset viewer.