Changeset 52 for spec/trunk/SPECS
- Timestamp:
- Oct 15, 2010, 6:13:17 PM (15 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 2 edited
-
rpm.spec (modified) (3 diffs)
-
sqlite.spec (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/rpm.spec
r50 r52 201 201 CONFIG_SHELL="/bin/sh" ; export CONFIG_SHELL ; \ 202 202 LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" ; export LDFLAGS ; \ 203 LIBS="-l urpo -lmmap -lpthread" ; export LIBS ; \203 LIBS="-lintl -lurpo -lmmap -lpthread" ; export LIBS ; \ 204 204 %configure \ 205 205 --enable-shared --disable-static --without-lua \ … … 241 241 install -D -m0755 rpmio/.libs/rpmio_s.a $RPM_BUILD_ROOT/%{_libdir}/ 242 242 install -D -m0755 rpmio/.libs/rpmio.lib $RPM_BUILD_ROOT/%{_libdir}/ 243 244 rexx2exe scripts/wps-object.cmd $RPM_BUILD_ROOT/%{_libdir}/wps-object.exe 243 245 244 246 # Save list of packages through cron … … 389 391 %{rpmhome}/fontconfig.prov 390 392 #%{rpmhome}/postscriptdriver.prov 393 %{rpmhome}/wps-object.exe 391 394 392 395 %{rpmhome}/macros.perl -
spec/trunk/SPECS/sqlite.spec
r36 r52 136 136 137 137 # YD install dll 138 install -D -m0755 sqlit e3.dll $RPM_BUILD_ROOT/%{_libdir}/138 install -D -m0755 sqlit3.dll $RPM_BUILD_ROOT/%{_libdir}/ 139 139 install -D -m0755 .libs/sqlite3.a $RPM_BUILD_ROOT/%{_libdir}/ 140 140 install -D -m0755 .libs/sqlite3_s.a $RPM_BUILD_ROOT/%{_libdir}/
Note:
See TracChangeset
for help on using the changeset viewer.
