Changeset 150 for spec/trunk/SPECS
- Timestamp:
- Apr 20, 2011, 6:41:22 PM (15 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 29 edited
-
autoconf.spec (modified) (1 diff)
-
check.spec (modified) (1 diff)
-
clamav.spec (modified) (1 diff)
-
coreutils.spec (modified) (1 diff)
-
cpio.spec (modified) (1 diff)
-
curl.spec (modified) (1 diff)
-
db4.spec (modified) (1 diff)
-
file.spec (modified) (1 diff)
-
gettext.spec (modified) (1 diff)
-
glib2.spec (modified) (1 diff)
-
gzip.spec (modified) (1 diff)
-
hermes.spec (modified) (1 diff)
-
intltool.spec (modified) (1 diff)
-
libspf2.spec (modified) (1 diff)
-
libxml2.spec (modified) (1 diff)
-
m4.spec (modified) (1 diff)
-
ncurses.spec (modified) (1 diff)
-
nspr.spec (modified) (1 diff)
-
patch.spec (modified) (1 diff)
-
pcre.spec (modified) (1 diff)
-
pkgconfig.spec (modified) (1 diff)
-
popt.spec (modified) (1 diff)
-
python.spec (modified) (1 diff)
-
readline.spec (modified) (1 diff)
-
rpm.spec (modified) (1 diff)
-
sqlite.spec (modified) (1 diff)
-
tar.spec (modified) (1 diff)
-
tcl.spec (modified) (1 diff)
-
xz.spec (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/autoconf.spec
r117 r150 59 59 export CONFIG_SHELL="/bin/sh" 60 60 %configure \ 61 "--cache-file=%{_topdir}/cache/%{name}.cache"61 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 62 62 # not parallel safe 63 63 make -
spec/trunk/SPECS/check.spec
r117 r150 46 46 %configure \ 47 47 --enable-shared --disable-static \ 48 "--cache-file=%{_topdir}/cache/%{name} .cache"48 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 49 49 50 50 make %{?_smp_mflags} -
spec/trunk/SPECS/clamav.spec
r117 r150 231 231 --disable-llvm \ 232 232 --enable-shared --disable-static \ 233 "--cache-file=%{_topdir}/cache/%{name} .cache"233 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 234 234 235 235 # TODO: check periodically that CLAMAVUSER is used for freshclam only -
spec/trunk/SPECS/coreutils.spec
r117 r150 92 92 --enable-install-program=su.exe,hostname.exe,arch \ 93 93 --with-tty-group \ 94 "--cache-file=%{_topdir}/cache/%{name} .cache" \94 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" \ 95 95 DEFAULT_POSIX2_VERSION=200112 alternative=199209 || : 96 96 -
spec/trunk/SPECS/cpio.spec
r117 r150 44 44 export LIBS="-lintl -lurpo" ; \ 45 45 %configure --with-rmt="%{_sysconfdir}/rmt" \ 46 "--cache-file=%{_topdir}/cache/%{name}.cache"46 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 47 47 48 48 make %{?_smp_mflags} -
spec/trunk/SPECS/curl.spec
r117 r150 102 102 --with-ssl --without-nss \ 103 103 --enable-shared --disable-static \ 104 "--cache-file=%{_topdir}/cache/%{name} .cache"104 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 105 105 106 106 # uncomment to turn off optimizations -
spec/trunk/SPECS/db4.spec
r138 r150 188 188 --disable-java \ 189 189 %endif 190 "--cache-file=%{_topdir}/cache/%{name} .cache" \190 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" \ 191 191 # --enable-diagnostic \ 192 192 # --enable-debug --enable-debug_rop --enable-debug_wop \ -
spec/trunk/SPECS/file.spec
r134 r150 81 81 --enable-fsect-man5 --disable-rpath \ 82 82 --disable-shared --disable-static \ 83 "--cache-file=%{_topdir}/cache/%{name} .cache"83 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 84 84 85 85 # remove hardcoded library paths from local libtool -
spec/trunk/SPECS/gettext.spec
r117 r150 137 137 --disable-rpath \ 138 138 --enable-shared --disable-static \ 139 "--cache-file=%{_topdir}/cache/%{name} .cache"139 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 140 140 141 141 cd gettext-tools/gnulib-lib -
spec/trunk/SPECS/glib2.spec
r117 r150 163 163 %configure \ 164 164 --enable-shared --disable-static \ 165 "--cache-file=%{_topdir}/cache/%{name} .cache"165 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 166 166 167 167 make OPT="$CFLAGS" %{?_smp_mflags} -
spec/trunk/SPECS/gzip.spec
r117 r150 59 59 %configure \ 60 60 --bindir=/@unixroot/bin \ 61 "--cache-file=%{_topdir}/cache/%{name} .cache"61 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 62 62 63 63 make %{?smp_mflags} -
spec/trunk/SPECS/hermes.spec
r148 r150 36 36 --enable-spf --with-logger-module=file \ 37 37 --enable-shared --disable-static \ 38 "--cache-file=%{_topdir}/cache/%{name} .cache"38 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 39 39 40 40 %__make %{?_smp_mflags} -
spec/trunk/SPECS/intltool.spec
r117 r150 32 32 %build 33 33 %configure \ 34 "--cache-file=%{_topdir}/cache/%{name} .cache"34 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 35 35 36 36 make -
spec/trunk/SPECS/libspf2.spec
r142 r150 154 154 %configure \ 155 155 --enable-shared --disable-static \ 156 "--cache-file=%{_topdir}/cache/%{name} .cache"156 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 157 157 158 158 # Kill bogus RPATHs -
spec/trunk/SPECS/libxml2.spec
r117 r150 78 78 --without-python \ 79 79 --enable-shared --disable-static \ 80 "--cache-file=%{_topdir}/cache/%{name} .cache"80 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 81 81 82 82 make %{?smp_mflags} -
spec/trunk/SPECS/m4.spec
r117 r150 34 34 export LIBS="-lintl -lurpo" 35 35 %configure \ 36 "--cache-file=%{_topdir}/cache/%{name} .cache"36 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 37 37 38 38 make %{?_smp_mflags} -
spec/trunk/SPECS/ncurses.spec
r117 r150 130 130 --with-termlib=tinfo \ 131 131 --with-chtype=long \ 132 "--cache-file=%{_topdir}/cache/%{name} .cache"132 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 133 133 134 134 make %{_smp_mflags} -
spec/trunk/SPECS/nspr.spec
r116 r150 66 66 --enable-optimize="$RPM_OPT_FLAGS" \ 67 67 --disable-debug \ 68 "--cache-file=%{_topdir}/cache/%{name} .cache"68 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 69 69 70 70 make -
spec/trunk/SPECS/patch.spec
r117 r150 39 39 LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zexe -Zargs-wild -Zargs-resp"; export LDFLAGS 40 40 %configure \ 41 "--cache-file=%{_topdir}/cache/%{name}.cache"41 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 42 42 43 43 make %{?smp_mflags} -
spec/trunk/SPECS/pcre.spec
r139 r150 56 56 --disable-shared --enable-static \ 57 57 --enable-newline-is-any \ 58 "--cache-file=%{_topdir}/cache/%{name}.cache"58 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 59 59 60 60 make %{?_smp_mflags} -
spec/trunk/SPECS/pkgconfig.spec
r117 r150 42 42 --with-installed-popt \ 43 43 "--with-pc-path=%{_libdir}/pkgconfig;%{_datadir}/pkgconfig" \ 44 "--cache-file=%{_topdir}/cache/%{name} .cache"44 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 45 45 46 46 make %{?_smp_mflags} -
spec/trunk/SPECS/popt.spec
r117 r150 62 62 %configure --disable-rpath \ 63 63 --disable-shared --enable-static \ 64 "--cache-file=%{_topdir}/cache/%{name}.cache"64 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 65 65 66 66 make %{?_smp_mflags} -
spec/trunk/SPECS/python.spec
r137 r150 242 242 %configure \ 243 243 --enable-shared --disable-static \ 244 "--cache-file=%{_topdir}/cache/%{name} .cache"244 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 245 245 246 246 make OPT="$CFLAGS" %{?_smp_mflags} -
spec/trunk/SPECS/readline.spec
r117 r150 64 64 %configure \ 65 65 --disable-shared \ 66 "--cache-file=%{_topdir}/cache/%{name} .cache"66 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 67 67 68 68 make %{?_smp_mflags} -
spec/trunk/SPECS/rpm.spec
r137 r150 212 212 %{?with_sqlite: --enable-sqlite3} \ 213 213 --enable-python \ 214 "--cache-file=%{_topdir}/cache/%{name} .cache"214 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 215 215 216 216 make %{?_smp_mflags} -
spec/trunk/SPECS/sqlite.spec
r117 r150 107 107 %{?with_tcl:TCLLIBDIR=%{tcl_sitearch}/sqlite3} \ 108 108 --disable-shared \ 109 "--cache-file=%{_topdir}/cache/%{name} .cache"109 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 110 110 111 111 # rpath removal -
spec/trunk/SPECS/tar.spec
r117 r150 44 44 %configure \ 45 45 --bindir=/@unixroot/bin --libexecdir=/@unixroot/sbin \ 46 "--cache-file=%{_topdir}/cache/%{name} .cache"46 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 47 47 make %{?_smp_mflags} 48 48 -
spec/trunk/SPECS/tcl.spec
r123 r150 87 87 --disable-shared --enable-static \ 88 88 --enable-load --enable-dll-unloading \ 89 "--cache-file=%{_topdir}/cache/%{name} .cache"89 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 90 90 91 91 make %{?_smp_mflags} TCL_LIBRARY=%{_datadir}/%{name}%{majorver} -
spec/trunk/SPECS/xz.spec
r117 r150 92 92 %configure \ 93 93 --enable-shared --disable-static \ 94 "--cache-file=%{_topdir}/cache/%{name} .cache"94 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 95 95 96 96 make %{?_smp_mflags}
Note:
See TracChangeset
for help on using the changeset viewer.
