Changeset 1235 for spec/trunk/SPECS/bww-resources-rpm.spec
- Timestamp:
- Sep 15, 2017, 3:29:11 PM (8 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/bww-resources-rpm.spec (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/bww-resources-rpm.spec
r1233 r1235 2 2 %define _strip_opts --no-compress --no-debuginfo 3 3 4 Summary: bitwiseworks icons and folders 5 Name: bww-resources-rpm 6 Version: 1.0.2 7 Release: 2%{?dist} 8 License: Proprietory 9 Group: Applications/System 10 URL: http://www.bitwiseworks.com 11 Vendor: bww bitwiseworks GmbH 12 Source1: macros.bww 13 Source10: bwwfbkg.bmp 14 Source11: bwwfldrc.ico 15 Source12: bwwfldro.ico 16 Source13: mkres.obj 17 BuildRoot: %_tmppath/%name-%version-%release-root 18 BuildArch: noarch 19 Obsoletes: bwwres 20 Provides: bwwres = %{version} 4 Summary: bitwise works icons and folders 5 Name: bww-resources-rpm 6 Version: 1.1.0 7 Release: 1%{?dist} 8 License: Proprietory 9 Group: Applications/System 10 URL: http://www.bitwiseworks.com 11 Vendor: bww bitwise works GmbH 12 Source1: macros.bww 13 Source2: bww-fix-docdir.cmd 14 Source10: bwwfbkg.bmp 15 Source11: bwwfldrc.ico 16 Source12: bwwfldro.ico 17 Source13: mkres.obj 18 BuildRoot: %_tmppath/%name-%version-%release-root 19 BuildArch: noarch 20 Obsoletes: bwwres 21 Provides: bwwres = %{version} 22 23 BuildRequires: rexx_exe 21 24 22 25 %description 23 This package provides bitwise works icons and folder background26 This package provides bitwise works icons and folder background 24 27 25 28 %package build … … 28 31 29 32 %description build 30 This package provides bitwise works macros for rpm builds33 This package provides bitwise works macros for rpm builds 31 34 32 35 %prep … … 34 37 35 38 # Prepare forwarder DLLs. 36 for m in %{SOURCE1} %{SOURCE 10} %{SOURCE11} %{SOURCE12} %{SOURCE13}; do39 for m in %{SOURCE1} %{SOURCE2} %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13}; do 37 40 cp ${m} . 38 41 done … … 68 71 install -p -m0644 -D bwwfldro.ico $RPM_BUILD_ROOT%{_datadir}/os2/bww/bwwfldro.ico 69 72 73 %{__mkdir_p} %{buildroot}%{_bindir} 74 for f in *.cmd; do 75 rexx2vio "$f" "%{buildroot}%{_bindir}/${f%.cmd}.exe" 76 done 77 70 78 %clean 71 79 rm -rf "$RPM_BUILD_ROOT" 72 80 73 81 %post 74 if [ "$1" -eq 0 ]; then # (upon install) 75 %wps_object_create WP_BWWHELP:WPFolder|bww Help|<WP_ASSISTANCE>|TITLE=bitwiseworks Help Center;SHOWALLINTREEVIEW=YES;ICONRESOURCE=60,PMWP.DLL;ICONNRESOURCE=83,PMWP.DLL;BACKGROUND=((/@unixroot/usr/share/os2/bww/bwwfbkg.bmp)); 76 %wps_object_create WP_BWWDOC:WPShadow|Documentation|<WP_BWWHELP>|SHADOWID=((/@unixroot/usr/share/doc)); 77 %wps_object_create WP_BWWAPPS:WPFolder|bww Apps|<WP_PROGRAMSFOLDER>|TITLE=bitwiseworks Apps and Ports;ICONRESOURCE=1,BWWRES.DLL;ICONNFILE=((/@unixroot/usr/share/os2/bww/bwwfldro.ico));BACKGROUND=((/@unixroot/usr/share/os2/bww/bwwfbkg.bmp));ICONVIEW=FLOWED; 78 %wps_object_create WP_BWWHELPSHADOW:WPShadow|bitwiseworks Help Center|<WP_BWWAPPS>|SHADOWID=<WP_BWWHELP>; 79 fi 80 82 bww-fix-docdir 81 83 82 84 %postun 83 if [ "$1" -eq 0 ]; then # (upon removal)84 %wps_object_delete_all85 fi86 85 87 86 %files 88 87 %defattr(-,root,root,-) 89 %_libdir/bwwres.dll 90 %_datadir/os2/bww/bwwfbkg.bmp 91 %_datadir/os2/bww/*.ico 88 %{_bindir}/bww-fix-docdir.exe 89 %{_libdir}/bwwres.dll 90 %{_datadir}/os2/bww/bwwfbkg.bmp 91 %{_datadir}/os2/bww/*.ico 92 92 93 93 %files build 94 % _libdir/rpm/macros.d/macros.bww94 %{_libdir}/rpm/macros.d/macros.bww 95 95 96 96 %changelog 97 * Thu Sep 07 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> 1.1.0-1 98 - big overhaul of the macros 99 - added better documentation 100 - add several presentation parameters to the bitwise help center 101 97 102 * Thu Jun 29 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> 1.0.2-1 98 103 - added -nv parameter to the macro … … 118 123 119 124 * Fri Mar 03 2017 hb <herwig.bauernfeind@bitwiseworks.com> 1.0.0-1 120 - first release of bitwise works icons, bitmaps and macros125 - first release of bitwise works icons, bitmaps and macros
Note:
See TracChangeset
for help on using the changeset viewer.
