소스 검색

golang-github-jessevdk-go-flags 0.1-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9982 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 9 년 전
부모
커밋
d2e5955570
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      g/golang-github-jessevdk-go-flags/golang-github-jessevdk-go-flags-vl.spec

+ 5 - 2
g/golang-github-jessevdk-go-flags/golang-github-jessevdk-go-flags-vl.spec

@@ -28,9 +28,9 @@
 
 Name:           golang-%{provider}-%{project}-%{repo}
 Version:        0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        a go library for parsing command line arguments
-License:        MIT
+License:        BSD
 URL:            https://%{import_path}
 #Source0:        https://%{import_path}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
 Source0:        https://github.com/jessevdk/go-flags/archive/v%{version}.tar.gz#/%{repo}-%{version}.tar.gz
@@ -161,6 +161,9 @@ gotest %{import_path}
 %endif
 
 %changelog
+* Sun Jan 24 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 0.1-2
+- fix License
+
 * Sun Jan 24 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 0.1-1
 - initial build for Vine Linux