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 |
|
---|
3 | Summary: Firefox DLLs high
|
---|
4 | Name: firefox-highmem
|
---|
5 | Version: 45.9.0
|
---|
6 | Release: 1%{?dist}
|
---|
7 | License: proprietary
|
---|
8 | URL: http://www.bitwiseworks.com
|
---|
9 | Vendor: bww bitwiseworks GmbH.
|
---|
10 | Requires: highmem >= 1.0.0
|
---|
11 |
|
---|
12 | Source: %{name}-%{version}.zip
|
---|
13 | BuildRoot: %_tmppath/%name-%version-%release-root
|
---|
14 |
|
---|
15 | %description
|
---|
16 | The purpose of this utility is to load Firefox DLLs in the upper meomry arena.
|
---|
17 |
|
---|
18 | %prep
|
---|
19 | %setup -n "%{name}-%{version}" -Tc
|
---|
20 | unzip -q %{_sourcedir}/%{name}-%{version}.zip
|
---|
21 |
|
---|
22 | %build
|
---|
23 | %install
|
---|
24 | for f in readme.txt ; do
|
---|
25 | install -p -m0644 -D $f $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-%{version}/$f
|
---|
26 | done
|
---|
27 |
|
---|
28 | %clean
|
---|
29 | rm -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.