--- git.spec.orig 2005-07-11 19:09:22.000000000 +0200 +++ git.spec 2005-07-11 19:16:38.000000000 +0200 @@ -1,14 +1,14 @@ -Name: git -Version: 0.99 -Release: 1 -Summary: Git core and tools -License: GPL -Group: Development/Tools -URL: http://kernel.org/pub/software/scm/git/ -Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz +Name: git +Version: 0.99 +Release: 1 +Summary: Global Information Tracker +License: GPL +Group: Development/Tools +URL: http://kernel.org/pub/software/scm/git/ +Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz BuildRequires: zlib-devel, openssl-devel, curl-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root -Prereq: sh-utils, diffutils, rsync, rcs, mktemp >= 1.5 +Requires: sh-utils, diffutils, rsync, rcs, mktemp >= 1.5 %description GIT comes in two layers. The bottom layer is merely an extremely fast @@ -21,8 +21,7 @@ similar to other SCM tools (like CVS, Bi %setup -q %build - -make %{?_smp_flags} +make %{?_smp_flags} COPTS="%{optflags}" %install rm -rf $RPM_BUILD_ROOT @@ -33,8 +32,8 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%{_bindir}/* %doc README COPYING Documentation/* +%{_bindir}/* %changelog * Mon Jul 11 2005 Jochen Schmitt 0.99-1 @@ -42,3 +41,4 @@ rm -rf $RPM_BUILD_ROOT * Wed Jul 7 2005 Chris Wright - initial git spec file +