Browse Source

qbzr 0.23.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8081 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 10 years ago
parent
commit
220de3df20
1 changed files with 12 additions and 3 deletions
  1. 12 3
      q/qbzr/qbzr-vl.spec

+ 12 - 3
q/qbzr/qbzr-vl.spec

@@ -1,4 +1,4 @@
-%define ver 0.23.0
+%define ver 0.23.1
 %define rel 1
 
 Summary: a cross-platform GUI front end for Bazaar, based on Qt toolkit
@@ -17,6 +17,10 @@ Requires: PyQt4 >= 4.4
 Requires: python-pygments >= 1.0
 BuildRequires: python-devel >= 2.4
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: iwaim
+
 %description
 QBzr is a cross platform, Qt-based front-end for Bazaar, providing GUI
 applications for many core bzr commands. In addition, it provides several
@@ -39,10 +43,15 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc *.txt
-%{python_sitearch}/bzrlib/plugins/qbzr
-%{python_sitearch}/qbzr-%{version}*.egg-info
+%{python_sitelib}/bzrlib/plugins/qbzr
+%{python_sitelib}/qbzr-%{version}*.egg-info
 
 %changelog
+* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.23.1-1
+- update to 0.23.1
+- fix %%files path: using python_sitelib
+- add Vendor, Distribution, Packager tags
+
 * Thu Jan  3 2013 IWAI, Masaharu <iwai@alib.jp> 0.23.0-1
 - new upstream release