Changeset 302
- Timestamp:
- Mar 13, 2012, 9:42:46 PM (13 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified spec/trunk/SPECS/exim.spec ¶
r177 r302 14 14 Name: exim 15 15 Version: 4.73 16 Release: 0. 3%{?dist}16 Release: 0.4%{?dist} 17 17 License: GPLv2+ 18 18 Url: http://www.exim.org/ … … 206 206 %build 207 207 208 export CONFIG_SHELL="/bin/sh" 208 export CONFIG_SHELL="/@unixroot/usr/bin/sh.exe" 209 export MAKESHELL="/@unixroot/usr/bin/sh.exe" 209 210 export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" 210 211 export LFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" … … 216 217 export PIE=-fPIE 217 218 %endif 218 make _lib=%{_lib} FULLECHO=219 make _lib=%{_lib} SHELL="/@unixroot/usr/bin/sh.exe" FULLECHO= 219 220 220 221 %if 0%{?buildsa} -
TabularUnified spec/trunk/SPECS/pthread.spec ¶
r233 r302 1 1 Summary: A posix pthread emulation for OS/2-eComStation 2 2 Name: pthread 3 Version: 201 111024 Release: 9%{?dist}3 Version: 20120313 4 Release: 10%{?dist} 5 5 License: unknown 6 6 Group: Development/Libraries … … 65 65 66 66 %changelog 67 * Tue Mar 13 2012 yd 68 - added missing prototypes and exports (detach and kill). 69 67 70 * Wed Nov 02 2011 yd 68 71 - added -Zdll to build system -
TabularUnified spec/trunk/SPECS/rpm.spec ¶
r243 r302 25 25 Name: rpm 26 26 Version: %{rpmver} 27 Release: 1 3%{?dist}27 Release: 14%{?dist} 28 28 Group: System Environment/Base 29 29 Url: http://www.rpm.org/ … … 459 459 460 460 %changelog 461 * Tue Mar 13 2012 yd 462 - updated warpin-conflict.cmd, ticket #27, #31. 463 461 464 * Sun Nov 20 2011 yd 462 465 - use shell in /usr/bin. -
TabularUnified spec/trunk/SPECS/serf.spec ¶
r300 r302 4 4 Name: serf 5 5 Version: 1.0.1 6 Release: 1%{?dist}6 Release: 2%{?dist} 7 7 License: Apache License 8 8 Group: System/Libraries 9 9 URL: http://code.google.com/p/serf/ 10 10 Source0: http://serf.googlecode.com/files/%{name}-%{version}.tar.bz2 11 Source1: serf-1.def 11 12 Patch1: serf-os2.patch 13 Patch2: serf-1.0.0.issue68.patch 14 Patch3: serf-1.0.0.issue68b.patch 12 15 13 16 BuildRequires: apr-devel … … 45 48 %setup -q 46 49 %patch1 -p1 -b .os2 50 %patch2 -p2 -b .68 51 %patch3 -p2 -b .68b 52 53 cp %{SOURCE1} . 47 54 48 55 # don't link against ldap libs … … 89 96 %changelog 90 97 * Fri Mar 02 2012 yd 98 - added http://code.google.com/p/serf/issues/detail?id=68 99 100 * Fri Mar 02 2012 yd 91 101 - initial unixroot build.
Note:
See TracChangeset
for help on using the changeset viewer.