Browse Source

change Group

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10804 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 8 years ago
parent
commit
2f14065bec
1 changed files with 5 additions and 2 deletions
  1. 5 2
      c/chicken/chicken-vl.spec

+ 5 - 2
c/chicken/chicken-vl.spec

@@ -1,6 +1,6 @@
 %define pkg_name    chicken
 %define pkg_version 4.11.0
-%define pkg_release 1%{?_dist_release}
+%define pkg_release 2%{?_dist_release}
 
 Summary: Practical and portable Scheme system - compiler
 Name:    %{pkg_name}
@@ -8,7 +8,7 @@ Version: %{pkg_version}
 Release: %{pkg_release}
 
 License: BSD-style
-Group:   Applications/Languages
+Group:   Development/Languages
 URL:     https://www.call-cc.org/
 Source:  http://code.call-cc.org/releases/%{version}/%{name}-%{version}.tar.gz
 
@@ -64,6 +64,9 @@ and R7RS (work in progress) standards, and many extensions.
 
 
 %changelog
+* Sun Nov 06 2016 Toshiaki Ara <ara_t@384.jp> 4.11.0-2
+- change Group to Development/Languages
+
 * Sun Jun 19 2016 Toshiaki Ara <ara_t@384.jp> 4.11.0-1
 - update to 4.11.0
 - add %{__make} check for VineSeed