|
Last change
on this file since 1628 was 1590, checked in by Yuri Dario, 7 years ago |
|
spec: dmake: Release version 4.12-1.
|
|
File size:
788 bytes
|
| Line | |
|---|
| 1 | Summary: Dmake is a make utility similar to GNU make
|
|---|
| 2 | Name: dmake
|
|---|
| 3 | Version: 4.12
|
|---|
| 4 | Release: 1
|
|---|
| 5 | License: GPL v1
|
|---|
| 6 | Group: Development/Languages
|
|---|
| 7 | URL: 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
|
|---|
| 13 | Dmake is a make utility similar to GNU make
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | %debug_package
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 | %prep
|
|---|
| 20 | %scm_setup
|
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 | %build
|
|---|
| 24 | export LDFLAGS="-Zomf -Zhigh-mem -Zargs-wild -Zargs-resp"
|
|---|
| 25 | autoreconf -i
|
|---|
| 26 | %configure --enable-spawn
|
|---|
| 27 | %{__make} %{?_smp_mflags}
|
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 | %install
|
|---|
| 31 | rm -rf $RPM_BUILD_ROOT
|
|---|
| 32 | make install DESTDIR=$RPM_BUILD_ROOT
|
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 | %clean
|
|---|
| 36 | rm -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.