Browse Source

bzr-explorer 1.3.0-2

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

+ 11 - 3
b/bzr-explorer/bzr-explorer-vl.spec

@@ -1,5 +1,5 @@
 %define	ver 1.3.0
-%define rel 1
+%define rel 2
 
 Summary: GUI application for using Bazaar
 Summary(ja): Bazaar のための GUI アプリケーション
@@ -18,6 +18,10 @@ Requires: qbzr >= 0.19
 Requires: PyQt4 >= 4.4
 BuildRequires: python-devel >= 2.4
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: iwaim
+
 %description
 GUI application for using Bazaar.
 
@@ -40,10 +44,14 @@ Bazaar のための GUI アプリケーション
 %files
 %defattr(-,root,root,-)
 %doc COPYING.txt NEWS README.txt
-%{python_sitearch}/bzrlib/plugins/explorer
-%{python_sitearch}/explorer-%{version}*.egg-info
+%{python_sitelib}/bzrlib/plugins/explorer
+%{python_sitelib}/explorer-%{version}*.egg-info
 
 %changelog
+* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 1.3.0-2
+- fix %%files path: using python_sitelib
+- add Vendor, Distribution, Packager tags
+
 * Thu Jan  3 2013 IWAI, Masaharu <iwai@alib.jp> 1.3.0-1
 - new upstream release
 - update Requires packages version