Changeset 834 for spec/trunk/SPECS/dash.spec
- Timestamp:
- Aug 8, 2016, 4:14:01 PM (9 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/dash.spec (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/dash.spec
r567 r834 1 1 # Note: this .spec is borrowed from dash-0.5.8-2.fc23.src.rpm 2 2 3 # Disable debug symbols stuff - makes no sense w/o EXCEPTQ support4 # (also depends on http://trac.netlabs.org/rpm/ticket/134)5 %define _strip_no_debuginfo 16 7 3 Name: dash 8 Version: 0.5. 84 Version: 0.5.9 9 5 Release: 1%{?dist} 10 6 Summary: Small and fast POSIX-compliant shell … … 19 15 20 16 %define svn_url http://svn.netlabs.org/repos/ports/dash/trunk 21 %define svn_rev 1 12617 %define svn_rev 1664 22 18 23 19 Source: %{name}-%{version}-r%{svn_rev}.zip … … 26 22 27 23 BuildRequires: automake 24 BuildRequires: exceptq-devel 28 25 29 26 %description … … 37 34 # @todo See http://trac.netlabs.org/rpm/ticket/137. 38 35 Provides: /@unixroot/bin/sh 36 Obsoletes: ash-sh 39 37 40 38 %description sh 41 39 Virtual package that installs DASH as the system default POSIX shell. 40 41 %debug_package 42 42 43 43 %prep … … 97 97 98 98 %changelog 99 * Mon Aug 8 2016 Dmitriy Kuminov <coding@dmik.org> 0.5.9-1 100 - Update to version 0.5.9. 101 - Make cd builtin handle paths like /@unixroot correctly. 102 - Convert backslashes to forward ones in PATH-like variables 103 (PATHLIKE_VARS may be used to extend list of recognized ones). 104 - Be more verbose on fork failures. 105 - Add support for EXCEPTQ and debug info package. 106 - The dash-sh package now obsoletes ash-sh for easy update 107 (ash is deprecated from now on). 108 99 109 * Mon Apr 6 2015 Dmitriy Kuminov <coding@dmik.org> 0.5.8-1 100 110 - Initial package for version 0.5.8.
Note:
See TracChangeset
for help on using the changeset viewer.
