Browse Source

vala-0.44.7-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12165 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 4 years ago
parent
commit
ace5df8f79
1 changed files with 10 additions and 4 deletions
  1. 10 4
      v/vala/vala-vl.spec

+ 10 - 4
v/vala/vala-vl.spec

@@ -1,11 +1,11 @@
-%global api_ver 0.40
+%global api_ver 0.44
 %define _unpackaged_files_terminate_build 1
 
 Summary:        A modern programming language for GNOME
 Summary(ja):    GNOME 用のモダンなプログラミング言語
 
 Name:           vala
-Version:        0.40.11
+Version:        0.44.7
 Release:        1%{?_dist_release}
 
 Group:          Development/Languages
@@ -16,7 +16,9 @@ Vendor:         Project Vine
 Distribution:   Vine Linux
 
 URL:            http://live.gnome.org/Vala
-Source0:        http://download.gnome.org/sources/vala/0.32/vala-%{version}.tar.xz
+
+%define major_minor %(echo %{version} | sed -e 's/\.[0-9]*$//')
+Source0:        http://download.gnome.org/sources/vala/%{major_minor}/vala-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires:	glib2-devel
@@ -158,7 +160,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING NEWS README THANKS
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README THANKS
 %{_bindir}/vala
 %{_bindir}/valac
 %{_bindir}/vala-%{api_ver}
@@ -207,6 +210,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/valadoc-%{api_ver}
 
 %changelog
+* Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.44.7-1
+- new upstream release.
+
 * Mon Dec 10 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.40.11-1
 - new upstream release (LTS 0.40).