rpms/git/FC-4 .cvsignore, 1.27, 1.28 git.spec, 1.15, 1.16 sources, 1.27, 1.28

Chris Wright (chrisw) fedora-extras-commits at redhat.com
Tue May 16 08:12:44 UTC 2006


Author: chrisw

Update of /cvs/extras/rpms/git/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6293

Modified Files:
	.cvsignore git.spec sources 
Log Message:
Update to git-1.3.3


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/git/FC-4/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore	4 May 2006 19:46:49 -0000	1.27
+++ .cvsignore	16 May 2006 08:12:44 -0000	1.28
@@ -1 +1 @@
-git-1.3.2.tar.gz
+git-1.3.3.tar.gz


Index: git.spec
===================================================================
RCS file: /cvs/extras/rpms/git/FC-4/git.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- git.spec	4 May 2006 19:46:49 -0000	1.15
+++ git.spec	16 May 2006 08:12:44 -0000	1.16
@@ -1,7 +1,6 @@
 # Pass --without docs to rpmbuild if you don't want the documentation
-# Pass --with email to rpmbuild if you want git-email (more perl dependencies)
 Name: 		git
-Version: 	1.3.2
+Version: 	1.3.3
 Release: 	1%{?dist}
 Summary:  	Git core and tools
 License: 	GPL
@@ -10,7 +9,7 @@
 Source: 	http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz
 BuildRequires:	zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel  %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:	git-core, git-svn, git-cvs, git-arch, %{?_with_email: git-email}, gitk
+Requires:	git-core, git-svn, git-cvs, git-arch, git-email, gitk
 
 %description
 This is a stupid (but extremely fast) directory content manager.  It
@@ -57,14 +56,12 @@
 %description arch
 Git tools for importing Arch repositories.
 
-%if %{?_with_email:1}0
 %package email
 Summary:        Git tools for sending email
 Group:          Development/Tools
 Requires:	git-core = %{version}-%{release} 
 %description email
 Git tools for sending email.
-%endif
 
 %package -n gitk
 Summary:        Git revision tree visualiser ('gitk')
@@ -77,18 +74,18 @@
 %setup -q
 
 %build
-make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease %{?_with_email:WITH_SEND_EMAIL=1} \
+make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \
      prefix=%{_prefix} all %{!?_without_docs: doc}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make %{_smp_mflags} DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease %{?_with_email:WITH_SEND_EMAIL=1} \
+make %{_smp_mflags} DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease \
      prefix=%{_prefix} mandir=%{_mandir} \
      install %{!?_without_docs: install-doc}
 
-(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "arch|svn|cvs|%{?_with_email:email|}gitk" | sed -e s@^$RPM_BUILD_ROOT@@)               > bin-man-doc-files
+(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "arch|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@)               > bin-man-doc-files
 %if %{!?_without_docs:1}0
-(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "arch|svn|git-cvs|%{?_with_email:email|}gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files
+(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "arch|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files
 %endif
 
 %clean
@@ -118,14 +115,12 @@
 %{!?_without_docs: %{_mandir}/man1/*arch*.1*}
 %{!?_without_docs: %doc Documentation/*arch*.html }
 
-%if %{?_with_email:1}0
 %files email
 %defattr(-,root,root)
 %doc Documentation/*email*.txt
 %{_bindir}/*email*
 %{!?_without_docs: %{_mandir}/man1/*email*.1*}
 %{!?_without_docs: %doc Documentation/*email*.html }
-%endif
 
 %files -n gitk
 %defattr(-,root,root)
@@ -141,6 +136,10 @@
 %{!?_without_docs: %doc Documentation/*.html }
 
 %changelog
+* Thu May 4 2006 Chris Wright <chrisw at redhat.com> 1.3.3-1
+- git-1.3.3
+- enable git-email building, prereqs have been relaxed
+
 * Thu May 4 2006 Chris Wright <chrisw at redhat.com> 1.3.2-1
 - git-1.3.2
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/git/FC-4/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources	4 May 2006 19:46:49 -0000	1.27
+++ sources	16 May 2006 08:12:44 -0000	1.28
@@ -1 +1 @@
-df1405d45cb90114620007823b9e7658  git-1.3.2.tar.gz
+e8bb8020d6336abd2d777549201d8c33  git-1.3.3.tar.gz




More information about the fedora-extras-commits mailing list