Merge branch 'maint'

* maint:
  GIT v1.5.1.4
  Add howto files to rpm packages.
  wcwidth redeclaration
  user-manual: fix clone and fetch typos
This commit is contained in:
Junio C Hamano
2007-05-08 22:46:56 -07:00
4 changed files with 42 additions and 10 deletions

View File

@ -183,9 +183,12 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%{_datadir}/git-core/
%doc README COPYING Documentation/*.txt
%{!?_without_docs: %doc Documentation/*.html }
%{!?_without_docs: %doc Documentation/*.html Documentation/howto}
%changelog
* Tue May 8 2007 Quy Tonthat <qtonthat@gmail.com>
- Added howto files
* Tue Mar 27 2007 Eygene Ryabinkin <rea-git@codelabs.ru>
- Added the git-p4 package: Perforce import stuff.