Changeset 458 for spec/trunk/SPECS/git.spec
- Timestamp:
- Sep 10, 2014, 5:18:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/git.spec
r457 r458 13 13 Name: git 14 14 Version: 2.0.0 15 Release: 1%{?dist}15 Release: 2%{?dist} 16 16 Summary: Fast Version Control System 17 17 License: GPLv2 … … 234 234 235 235 %endif 236 237 %package debug 238 Summary: HLL debug data for exception handling support. 239 240 %description debug 241 HLL debug data for exception handling support. 236 242 237 243 … … 538 544 # No files for you! 539 545 546 %files debug 547 %defattr(-,root,root) 548 %{_bindir}/*.dbg 549 %{gitcoredir}/*.dbg 550 540 551 %changelog 552 * Wed Sep 10 2014 yd 553 - added debug package with symbolic info for exceptq. 554 541 555 * Wed Sep 10 2014 Dmitriy Kuminov <coding@dmik.org> 2.0.0-1 542 556 - Update git to version 2.0.0.
Note:
See TracChangeset
for help on using the changeset viewer.