Last change
on this file since 1567 was 1438, checked in by herwigb, 7 years ago |
spec: highmem: Release version 1.0.1-1.
|
File size:
1.2 KB
|
Line | |
---|
1 | %define debug_package %{nil}
|
---|
2 |
|
---|
3 | Summary: HighMem, a LX format 32bit DLL module 'loading above 512MB' marking utility,
|
---|
4 | Name: highmem
|
---|
5 | Version: 1.0.1
|
---|
6 | Release: 1%{?dist}
|
---|
7 | License: proprietary
|
---|
8 | URL: http://www.bitwiseworks.com
|
---|
9 | Vendor: Yuri Dario
|
---|
10 |
|
---|
11 | Source: %{name}-%{version}.zip
|
---|
12 | Source1: macros.%{name}
|
---|
13 | BuildRoot: %_tmppath/%name-%version-%release-root
|
---|
14 |
|
---|
15 | %description
|
---|
16 | The purpose of this utility is to mark DLLs as high loadable.
|
---|
17 | Partially based on ABOVE512 (C) 2004 Takayuki 'January June' Suwa.
|
---|
18 |
|
---|
19 | %prep
|
---|
20 | %setup -n "%{name}-%{version}" -Tc
|
---|
21 | unzip -q %{_sourcedir}/%{name}-%{version}.zip
|
---|
22 |
|
---|
23 | cp %{SOURCE1} .
|
---|
24 |
|
---|
25 | %build
|
---|
26 |
|
---|
27 | %install
|
---|
28 | rm -rf %{buildroot}
|
---|
29 | for f in *.exe ; do
|
---|
30 | install -p -m 0755 -D $f $RPM_BUILD_ROOT%{_bindir}/$f
|
---|
31 | done
|
---|
32 | install -p -m0644 -D macros.%{name} $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d/macros.%{name}
|
---|
33 |
|
---|
34 | %clean
|
---|
35 | rm -rf "$RPM_BUILD_ROOT"
|
---|
36 |
|
---|
37 | %files
|
---|
38 | %defattr(-,root,root,-)
|
---|
39 | %doc readme.txt
|
---|
40 | %_bindir/*.exe
|
---|
41 | %{_libdir}/rpm/macros.d/macros.%{name}
|
---|
42 |
|
---|
43 | %changelog
|
---|
44 | * Fri Jun 29 2018 herwig Bauernfeind <herwig.bauernfeind@bitwiseworks.com> 1.0.1-1
|
---|
45 | - add rpm macro
|
---|
46 |
|
---|
47 | * Fri Jun 15 2018 herwig Bauernfeind <herwig.bauernfeind@bitwiseworks.com> 1.0.0-1
|
---|
48 | - first public rpm version
|
---|
Note:
See
TracBrowser
for help on using the repository browser.