| 1 | %define debug_package %{nil}
|
|---|
| 2 | %define _strip_opts --no-compress --no-debuginfo
|
|---|
| 3 |
|
|---|
| 4 | Summary: bitwiseworks icons and folders
|
|---|
| 5 | Name: bww-resources
|
|---|
| 6 | Version: 1.0.1
|
|---|
| 7 | Release: 1%{?dist}
|
|---|
| 8 | License: Proprietory
|
|---|
| 9 | Group: Applications/System
|
|---|
| 10 | URL: http://www.bitwiseworks.com
|
|---|
| 11 | Vendor: bww bitwiseworks GmbH
|
|---|
| 12 | Source1: bwwres.dll
|
|---|
| 13 | Source2: macros.bww
|
|---|
| 14 | Source10: bwwfbkg.bmp
|
|---|
| 15 | Source11: bwwfldrc.ico
|
|---|
| 16 | Source12: bwwfldro.ico
|
|---|
| 17 | BuildRoot: %_tmppath/%name-%version-%release-root
|
|---|
| 18 | BuildArch: noarch
|
|---|
| 19 | Obsoletes: bwwres <= 1.0.0-5
|
|---|
| 20 |
|
|---|
| 21 | %description
|
|---|
| 22 | This package provides bitwiseworks icons and folder background
|
|---|
| 23 |
|
|---|
| 24 | %package devel
|
|---|
| 25 | Summary: bww macros and the like
|
|---|
| 26 | Group: Development/Libraries
|
|---|
| 27 |
|
|---|
| 28 | %description devel
|
|---|
| 29 | This package provides bitwiseworks macros
|
|---|
| 30 |
|
|---|
| 31 | %prep
|
|---|
| 32 | %setup -n "%{name}-%{version}" -Tc
|
|---|
| 33 |
|
|---|
| 34 | %build
|
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 | %install
|
|---|
| 38 | install -p -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/bwwres.dll
|
|---|
| 39 | install -p -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d/macros.bww
|
|---|
| 40 | install -p -m0644 -D %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/os2/bww/bwwfbkg.bmp
|
|---|
| 41 | install -p -m0644 -D %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/os2/bww/bwwfldrc.ico
|
|---|
| 42 | install -p -m0644 -D %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/os2/bww/bwwfldro.ico
|
|---|
| 43 |
|
|---|
| 44 | %clean
|
|---|
| 45 | rm -rf "$RPM_BUILD_ROOT"
|
|---|
| 46 |
|
|---|
| 47 | %post
|
|---|
| 48 |
|
|---|
| 49 | %postun
|
|---|
| 50 |
|
|---|
| 51 | %files
|
|---|
| 52 | %defattr(-,root,root,-)
|
|---|
| 53 | %_libdir/bwwres.dll
|
|---|
| 54 | %_datadir/os2/bww/bwwfbkg.bmp
|
|---|
| 55 | %_datadir/os2/bww/*.ico
|
|---|
| 56 |
|
|---|
| 57 | %files devel
|
|---|
| 58 | %_libdir/rpm/macros.d/macros.bww
|
|---|
| 59 |
|
|---|
| 60 | %changelog
|
|---|
| 61 | * Thu Jun 08 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> 1.0.1-1
|
|---|
| 62 | - redesigned the macro completely
|
|---|
| 63 | - moved the macro to -devel
|
|---|
| 64 | - renamed the spec
|
|---|
| 65 |
|
|---|
| 66 | * Sat Mar 18 2017 hb <herwig.bauernfeind@bitwiseworks.com> 1.0.0-5
|
|---|
| 67 | - fix -a switch (diver)
|
|---|
| 68 |
|
|---|
| 69 | * Tue Mar 14 2017 hb <herwig.bauernfeind@bitwiseworks.com> 1.0.0-4
|
|---|
| 70 | - -a switch in order to allow file filters
|
|---|
| 71 |
|
|---|
| 72 | * Mon Mar 06 2017 hb <herwig.bauernfeind@bitwiseworks.com> 1.0.0-3
|
|---|
| 73 | - -t switch in order to allow custom object titles (diver)
|
|---|
| 74 |
|
|---|
| 75 | * Mon Mar 06 2017 hb <herwig.bauernfeind@bitwiseworks.com> 1.0.0-2
|
|---|
| 76 | - fix exe shadow
|
|---|
| 77 | - heavily modified specfile (diver)
|
|---|
| 78 |
|
|---|
| 79 | * Fri Mar 03 2017 hb <herwig.bauernfeind@bitwiseworks.com> 1.0.0-1
|
|---|
| 80 | - first release of bitwiseworks icons, bitmaps and macros
|
|---|