1 | %define debug_package %{nil}
|
---|
2 | %define _strip_opts --no-compress --no-debuginfo
|
---|
3 |
|
---|
4 | Summary: bitwiseworks icons and folders
|
---|
5 | Name: bwwres
|
---|
6 | Version: 1.0.0
|
---|
7 | Release: 5%{?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 |
|
---|
20 | %description
|
---|
21 | This package provides bitwiseworks icons and folder background
|
---|
22 |
|
---|
23 | %prep
|
---|
24 | %setup -n "%{name}-%{version}" -Tc
|
---|
25 |
|
---|
26 | %build
|
---|
27 |
|
---|
28 |
|
---|
29 | %install
|
---|
30 | install -p -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/bwwres.dll
|
---|
31 | install -p -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d/macros.bww
|
---|
32 | install -p -m0644 -D %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/os2/bww/bwwfbkg.bmp
|
---|
33 | install -p -m0644 -D %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/os2/bww/bwwfldrc.ico
|
---|
34 | install -p -m0644 -D %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/os2/bww/bwwfldro.ico
|
---|
35 |
|
---|
36 | %clean
|
---|
37 | rm -rf "$RPM_BUILD_ROOT"
|
---|
38 |
|
---|
39 | %post
|
---|
40 |
|
---|
41 | %postun
|
---|
42 |
|
---|
43 | %files
|
---|
44 | %defattr(-,root,root,-)
|
---|
45 | %_libdir/bwwres.dll
|
---|
46 | %_libdir/rpm/macros.d/macros.bww
|
---|
47 | %_datadir/os2/bww/bwwfbkg.bmp
|
---|
48 | %_datadir/os2/bww/*.ico
|
---|
49 |
|
---|
50 | %changelog
|
---|
51 | * Sat Mar 18 2017 hb <herwig.bauernfeind@bitwiseworks.com> 1.0.0-5
|
---|
52 | - fix -a switch (diver)
|
---|
53 | * Tue Mar 14 2017 hb <herwig.bauernfeind@bitwiseworks.com> 1.0.0-4
|
---|
54 | - -a switch in order to allow file filters
|
---|
55 | * Mon Mar 06 2017 hb <herwig.bauernfeind@bitwiseworks.com> 1.0.0-3
|
---|
56 | - -t switch in order to allow custom object titles (diver)
|
---|
57 | * Mon Mar 06 2017 hb <herwig.bauernfeind@bitwiseworks.com> 1.0.0-2
|
---|
58 | - fix exe shadow
|
---|
59 | - heavily modified specfile (diver)
|
---|
60 | * Fri Mar 03 2017 hb <herwig.bauernfeind@bitwiseworks.com> 1.0.0-1
|
---|
61 | - first release of bitwiseworks icons, bitmaps and macros
|
---|