Browse Source

bzr 2.5.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7322 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 11 years ago
parent
commit
e6b66fec60
1 changed files with 10 additions and 6 deletions
  1. 10 6
      b/bzr/bzr-vl.spec

+ 10 - 6
b/bzr/bzr-vl.spec

@@ -5,14 +5,12 @@
 #   bzrmajor:  main bzr version
 #   Version: bzr version, add subrelease version here
 #   bzrrc: release candidate version, if any, line starts with % for rc, # for stable releas (no %).
-#   release: rpm subrelease (0.N for rc candidates, N for stable releases)
-%define bzrmajor 2.5.0
 
-# Magics to get the dots in Release string correct per the above
-%define subrelease %{?bzrrc:.}%{?bzrrc}
+%define bzrmajor 2.5
+%define bzrminor 1
 
 Name:           bzr
-Version:        %{bzrmajor}
+Version:        %{bzrmajor}%{?bzrminor:.}%{?bzrminor}
 Release:        1%{?_dist_release}
 Summary:        Friendly distributed version control system
 Summary(ja):    bzr - 分散型バージョン管理システム
@@ -69,11 +67,13 @@ rm contrib/bash/bzr
 # Use independently packaged python-elementtree instead
 rm -rf $RPM_BUILD_ROOT%{python_sitearch}/bzrlib/util/elementtree/
 
+%{find_lang} %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc NEWS README TODO COPYING.txt doc/  contrib/
 %{_bindir}/bzr
@@ -83,6 +83,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/bash_completion.d/
 
 %changelog
+* Thu Jan  3 2013 IWAI, Masaharu <iwai@alib.jp> 2.5.1-1
+- new upstream release
+- add .mo files
+
 * Mon May 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.0-1
 - new upstream release