source: spec/trunk/SPECS/bww-resources.spec@ 1178

Last change on this file since 1178 was 1178, checked in by herwigb, 8 years ago

bww-resources 1.0.0-1

File size: 2.2 KB
Line 
1%define debug_package %{nil}
2%define _strip_opts --no-compress --no-debuginfo
3
4Summary: bitwiseworks icons and folders
5Name: bww-resources
6Version: 1.0.1
7Release: 1%{?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
19Obsoletes: bwwres <= 1.0.0-5
20
21%description
22This package provides bitwiseworks icons and folder background
23
24%package devel
25Summary: bww macros and the like
26Group: Development/Libraries
27
28%description devel
29This package provides bitwiseworks macros
30
31%prep
32%setup -n "%{name}-%{version}" -Tc
33
34%build
35
36
37%install
38install -p -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/bwwres.dll
39install -p -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d/macros.bww
40install -p -m0644 -D %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/os2/bww/bwwfbkg.bmp
41install -p -m0644 -D %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/os2/bww/bwwfldrc.ico
42install -p -m0644 -D %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/os2/bww/bwwfldro.ico
43
44%clean
45rm -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
Note: See TracBrowser for help on using the repository browser.