source: spec/trunk/SPECS/dmake.spec@ 1710

Last change on this file since 1710 was 1590, checked in by Yuri Dario, 7 years ago

spec: dmake: Release version 4.12-1.

File size: 788 bytes
Line 
1Summary: Dmake is a make utility similar to GNU make
2Name: dmake
3Version: 4.12
4Release: 1
5License: GPL v1
6Group: Development/Languages
7URL: https://github.com/mohawk2/dmake
8
9%scm_source github https://github.com/mohawk2/dmake master
10#scm_source git file://F:/rd/ports/dmake/dmake master
11
12%description
13Dmake is a make utility similar to GNU make
14
15
16%debug_package
17
18
19%prep
20%scm_setup
21
22
23%build
24export LDFLAGS="-Zomf -Zhigh-mem -Zargs-wild -Zargs-resp"
25autoreconf -i
26%configure --enable-spawn
27%{__make} %{?_smp_mflags}
28
29
30%install
31rm -rf $RPM_BUILD_ROOT
32make install DESTDIR=$RPM_BUILD_ROOT
33
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38
39%files
40%defattr(644,root,root,755)
41%{_bindir}/dmake.exe
42%{_datadir}/startup/
43
44
45%changelog
46* Tue Feb 12 2019 yd <yd@os2power.com> 4.12-1
47- initial rpm build.
Note: See TracBrowser for help on using the repository browser.