Changeset 247 for spec/trunk/SPECS/git.spec
- Timestamp:
- Dec 11, 2011, 6:38:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/git.spec
r218 r247 10 10 Name: git 11 11 Version: 1.7.6.1 12 Release: 5%{?dist}12 Release: 6%{?dist} 13 13 Summary: Fast Version Control System 14 14 License: GPLv2 … … 257 257 258 258 %build 259 export MAKESHELL=/ bin/sh260 export CONFIG_SHELL=/ bin/sh259 export MAKESHELL=/@unixroot/usr/bin/sh 260 export CONFIG_SHELL=/@unixroot/usr/bin/sh 261 261 export LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zexe -Zargs-wild -Zargs-resp" 262 262 export LIBS="-lurpo" … … 275 275 276 276 %install 277 export MAKESHELL=/ bin/sh277 export MAKESHELL=/@unixroot/usr/bin/sh 278 278 rm -rf %{buildroot} 279 279 make %{?_smp_mflags} INSTALLDIRS=vendor install %{!?_without_docs: install-doc} … … 452 452 453 453 %changelog 454 * Sun Nov 27 2011 yd 455 - use /@unixroot/usr/bin shell. 456 454 457 * Wed Sep 28 2011 yd 455 458 - fixed build patches.
Note:
See TracChangeset
for help on using the changeset viewer.