don't call git during build of tarball
This commit is contained in:
parent
957c22fbb2
commit
f16ae57841
9
hunspell-en-dont-call-git-during-build.patch
Normal file
9
hunspell-en-dont-call-git-during-build.patch
Normal file
@ -0,0 +1,9 @@
|
||||
--- wordlist/scowl/README.in 2014-10-08 14:00:05.682971887 +0100
|
||||
+++ wordlist/scowl/README.in 2014-10-08 14:00:12.369050485 +0100
|
||||
@@ -1,6 +1,4 @@
|
||||
Spell Checking Oriented Word Lists (SCOWL)
|
||||
-@`if [ "$SCOWL_VERSION" ]; then echo -n "Version $SCOWL_VERSION"; fi`
|
||||
-@`git log --pretty=format:'%cd [%h]' -n 1 --`
|
||||
by Kevin Atkinson (kevina@gnu.org)
|
||||
|
||||
The SCOWL is a collection of word lists split up in various sizes, and
|
@ -22,6 +22,8 @@ Patch5: hunspell-en-SI_and_IEC.patch
|
||||
Patch6: hunspell-en-calender.patch
|
||||
#valid English words that are archaic or rare in en-GB but not in en-IE
|
||||
Patch7: en_IE.supplemental.patch
|
||||
#call git to get the release hash, but this is a tarball
|
||||
Patch8: hunspell-en-dont-call-git-during-build.patch
|
||||
Group: Applications/Text
|
||||
URL: http://wordlist.sourceforge.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
Loading…
Reference in New Issue
Block a user