Changeset 1186
- Timestamp:
- Jun 9, 2017, 8:14:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/rpm.spec
r1085 r1186 31 31 Name: rpm 32 32 Version: %{rpmver} 33 Release: %{?snapver:0.%{snapver}.}1 5%{?dist}33 Release: %{?snapver:0.%{snapver}.}16%{?dist} 34 34 Group: System Environment/Base 35 35 Url: http://www.rpm.org/ 36 36 Vendor: bww bitwise works GmbH 37 37 38 %scm_source svn http://svn.netlabs.org/repos/rpm/rpm/trunk 1 08138 %scm_source svn http://svn.netlabs.org/repos/rpm/rpm/trunk 1184 39 39 40 40 %if %{with int_bdb} … … 56 56 Requires: rpm-libs = %{version}-%{release} 57 57 Requires: pthread >= 20151207 58 Requires: cube59 60 Provides: rpm-macros-warpin61 Provides: rpm-macros-wps62 63 BuildRequires: rexx_exe64 58 65 59 %if %{without int_bdb} … … 352 346 ${RPM_BUILD_ROOT}%{rpmhome}/macros 353 347 354 # Pack OS/2 Rexx scripts355 for f in wps-object warpin-conflicts ; do356 rexx2vio "${RPM_BUILD_ROOT}%{rpmhome}/$f.cmd" "${RPM_BUILD_ROOT}%{rpmhome}/$f.exe"357 rm "${RPM_BUILD_ROOT}%{rpmhome}/$f.cmd"358 sed -i "s#$f.cmd#$f.exe#gi" ${RPM_BUILD_ROOT}%{rpmhome}/macros359 done360 361 348 # Save list of packages through cron 362 349 mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/cron.daily … … 462 449 463 450 %dir %{rpmhome}/fileattrs 464 465 %{rpmhome}/wps-object.exe466 %{rpmhome}/warpin-conflicts.exe467 451 468 452 %files libs … … 536 520 537 521 %changelog 522 * Fri Jun 9 2017 Dmitriy Kuminov <coding@dmik.org> 0-2 523 - Make pkgconfig dependency generator work on OS/2 and under [d]ash. 524 - Greatly simplify/speedup pythondeps.sh and make it pick up .pyd/.exe. 525 - Move scm_source/scm_setup macros from to os2-rpm-build sub-package. 526 - Move WPS/WarpIn macros to os2-rpm-build sub-package. 527 - Move config.sys macros to os2-rpm package. 528 - Move os2_boot_drive macro to os2-rpm package. 529 - Remove os2_unixroot_drive macro (superseded by os2_unixroot_path in os2-rpm). 530 538 531 * Thu Apr 6 2017 Dmitriy Kuminov <coding@dmik.org> - 4.13.0-15 539 532 - Enable lua scritping.
Note:
See TracChangeset
for help on using the changeset viewer.