Browse Source

gyp-0.1-5.gitd6c5dd5

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
d83de66d3a
1 changed files with 8 additions and 5 deletions
  1. 8 5
      g/gyp/gyp-vl.spec

+ 8 - 5
g/gyp/gyp-vl.spec

@@ -1,10 +1,10 @@
-%define	githash	e87d37d6
+%define	githash	d6c5dd5
 
 Summary:        Generate Your Projects
 Name:           gyp
 Version:        0.1
-Release:        4.git%{githash}%{?_dist_release}
-Group:          Development/Tools
+Release:        5.git%{githash}%{?_dist_release}
+Group:          programming
 Vendor:         Project Vine
 Distribution:   Vine Linux
 Packager:       iwaim
@@ -17,7 +17,7 @@ URL:            https://gyp.gsrc.io
 # 4. revision=$(git log --oneline|head -1|cut -d' ' -f1)
 # 5. cd ..
 # 6. tar -a --exclude-vcs -cf gyp-$version-git$revision.tar.xz gyp
-Source0:        %{name}-%{version}-git%{githash}.tar.xz
+Source0:        %{name}-%{version}-git%{githash}.tar.gz
 Patch0:         gyp-rpmoptflags.patch
 Patch1:         gyp-ninja-build.patch
 Patch2:         gyp-python3.patch
@@ -44,7 +44,7 @@ irreconcilable differences.
 
 
 %prep
-%setup -q -n %{name}
+%setup -q -c -n %{name}
 %autopatch -p1
 for i in $(find pylib -name '*.py'); do
   sed -e '\,#![ \t]*/.*python,{d}' $i > $i.new && touch -r $i $i.new && mv $i.new $i
@@ -76,6 +76,9 @@ done
 %{python3_sitelib}/*
 
 %changelog
+* Thu Sep 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1-5.d6c5dd5
+- updated to git HEAD.
+
 * Tue May 05 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1-4.gite87d37d6
 - updated to git HEAD.
 - import Patch1-5 from rawhide.