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

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
3Summary: HighMem, a LX format 32bit DLL module 'loading above 512MB' marking utility,
4Name: highmem
5Version: 1.0.1
6Release: 1%{?dist}
7License: proprietary
8URL: http://www.bitwiseworks.com
9Vendor: Yuri Dario
10
11Source: %{name}-%{version}.zip
12Source1: macros.%{name}
13BuildRoot: %_tmppath/%name-%version-%release-root
14
15%description
16The purpose of this utility is to mark DLLs as high loadable.
17Partially based on ABOVE512 (C) 2004 Takayuki 'January June' Suwa.
18
19%prep
20%setup -n "%{name}-%{version}" -Tc
21unzip -q %{_sourcedir}/%{name}-%{version}.zip
22
23cp %{SOURCE1} .
24
25%build
26
27%install
28rm -rf %{buildroot}
29for f in *.exe ; do
30 install -p -m 0755 -D $f $RPM_BUILD_ROOT%{_bindir}/$f
31done
32install -p -m0644 -D macros.%{name} $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d/macros.%{name}
33
34%clean
35rm -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.