source: spec/trunk/SPECS/firefox-highmem.spec@ 1567

Last change on this file since 1567 was 1439, checked in by herwigb, 7 years ago

spec: firefox-highmem: Release version 45.9.0-1.

File size: 1.1 KB
Line 
1%define debug_package %{nil}
2
3Summary: Firefox DLLs high
4Name: firefox-highmem
5Version: 45.9.0
6Release: 1%{?dist}
7License: proprietary
8URL: http://www.bitwiseworks.com
9Vendor: bww bitwiseworks GmbH.
10Requires: highmem >= 1.0.0
11
12Source: %{name}-%{version}.zip
13BuildRoot: %_tmppath/%name-%version-%release-root
14
15%description
16The purpose of this utility is to load Firefox DLLs in the upper meomry arena.
17
18%prep
19%setup -n "%{name}-%{version}" -Tc
20unzip -q %{_sourcedir}/%{name}-%{version}.zip
21
22%build
23%install
24for f in readme.txt ; do
25 install -p -m0644 -D $f $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-%{version}/$f
26done
27
28%clean
29rm -rf "$RPM_BUILD_ROOT"
30
31%post
32%global title %{summary}
33%bww_folder -t %{title}
34%bww_readme -f %{_defaultdocdir}/%{name}-%{version}/readme.txt
35%highmem qb %{_libdir}/firefox-%{version}/*.dll
36
37%postun
38%highmem qu %{_libdir}/firefox-%{version}/*.dll
39
40%files
41%defattr(-,root,root,-)
42%_defaultdocdir/%{name}-%{version}/readme.txt
43
44%changelog
45* Fri Jun 29 2018 herwig Bauernfeind <herwig.bauernfeind@bitwiseworks.com> 1.0.0-1
46- first public rpm version
47
Note: See TracBrowser for help on using the repository browser.