source: spec/trunk/SPECS/bwwres.spec@ 1567

Last change on this file since 1567 was 1062, checked in by herwigb, 9 years ago

spec: bwwres: Release version 1.0.0-5.

File size: 1.8 KB
Line 
1%define debug_package %{nil}
2%define _strip_opts --no-compress --no-debuginfo
3
4Summary: bitwiseworks icons and folders
5Name: bwwres
6Version: 1.0.0
7Release: 5%{?dist}
8License: Proprietory
9Group: Applications/System
10URL: http://www.bitwiseworks.com
11Vendor: bww bitwiseworks GmbH
12Source1: bwwres.dll
13Source2: macros.bww
14Source10: bwwfbkg.bmp
15Source11: bwwfldrc.ico
16Source12: bwwfldro.ico
17BuildRoot: %_tmppath/%name-%version-%release-root
18BuildArch: noarch
19
20%description
21This package provides bitwiseworks icons and folder background
22
23%prep
24%setup -n "%{name}-%{version}" -Tc
25
26%build
27
28
29%install
30install -p -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/bwwres.dll
31install -p -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d/macros.bww
32install -p -m0644 -D %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/os2/bww/bwwfbkg.bmp
33install -p -m0644 -D %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/os2/bww/bwwfldrc.ico
34install -p -m0644 -D %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/os2/bww/bwwfldro.ico
35
36%clean
37rm -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
Note: See TracBrowser for help on using the repository browser.