Changeset 57 for spec/trunk/SPECS


Ignore:
Timestamp:
Oct 18, 2010, 7:09:33 PM (15 years ago)
Author:
Yuri Dario
Message:

spec: rpm add wps macros build.

File:
1 edited

Legend:

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

    r53 r57  
    201201CONFIG_SHELL="/bin/sh" ; export CONFIG_SHELL ; \
    202202LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" ; export LDFLAGS ; \
    203 LIBS="-lurpo -lmmap -lpthread" ; export LIBS ; \
     203LIBS="-lintl -lurpo -lmmap" ; export LIBS ; \
    204204%configure \
    205205    --enable-shared --disable-static --without-lua \
     
    241241install -D -m0755 rpmio/.libs/rpmio_s.a $RPM_BUILD_ROOT/%{_libdir}/
    242242install -D -m0755 rpmio/.libs/rpmio.lib $RPM_BUILD_ROOT/%{_libdir}/
     243
     244rexx2exe scripts/wps-object.cmd $RPM_BUILD_ROOT/%{_libdir}/rpm/wps-object.exe
    243245
    244246# Save list of packages through cron
     
    345347
    346348%{rpmhome}/platform
     349%{rpmhome}/wps-object.exe
    347350
    348351%files libs
Note: See TracChangeset for help on using the changeset viewer.