rpms/git-core/devel .cvsignore, 1.4, 1.5 git-core.spec, 1.3, 1.4 sources, 1.4, 1.5

Josh Boyer jwboyer at jdub.homelinux.org
Thu Sep 22 20:18:40 UTC 2005


On Thu, 2005-09-22 at 15:44 -0400, Chris Wright wrote:

<snip>

> Index: git-core.spec
> ===================================================================
> RCS file: /cvs/extras/rpms/git-core/devel/git-core.spec,v
> retrieving revision 1.3
> retrieving revision 1.4
> diff -u -r1.3 -r1.4
> --- git-core.spec	19 Sep 2005 22:23:57 -0000	1.3
> +++ git-core.spec	22 Sep 2005 19:44:11 -0000	1.4
> @@ -1,6 +1,6 @@
>  # Pass --without docs to rpmbuild if you don't want the documetnation
>  Name: 		git-core
> -Version: 	0.99.7
> +Version: 	0.99.7a
>  Release: 	1%{?dist}
>  Summary:  	Git core and tools
>  License: 	GPL
> @@ -9,7 +9,7 @@
>  Source: 	http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz
>  BuildRequires:	zlib-devel, openssl-devel, curl-devel  %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
>  BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
> -Requires:	rsync, rcs, curl, less, openssh-clients, python >= 2.4, tk
> +Requires:	rsync, rcs, curl, less, openssh-clients, python >= 2.3, tk
>  
>  %description
>  This is a stupid (but extremely fast) directory content manager.  It
> @@ -23,11 +23,13 @@
>  %setup -q
>  
>  %build
> -make COPTS="$RPM_OPT_FLAGS" prefix=%{_prefix} all %{!?_without_docs: doc}
> +make COPTS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \
> +     prefix=%{_prefix} all %{!?_without_docs: doc}
>  
>  %install
>  rm -rf $RPM_BUILD_ROOT
> -make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} \
> +make DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease \
> +     prefix=%{_prefix} mandir=%{_mandir} \
>       install %{!?_without_docs: install-doc}
>  
>  %clean

Please update the changelog any time you make a change to the spec file.

thx,
josh




More information about the fedora-extras-list mailing list