|
@@ -1,4 +1,4 @@
|
|
-%define ver 1.1.2
|
|
|
|
|
|
+%define ver 1.3.0
|
|
%define rel 1
|
|
%define rel 1
|
|
|
|
|
|
Summary: GUI application for using Bazaar
|
|
Summary: GUI application for using Bazaar
|
|
@@ -13,8 +13,8 @@ Source0: %{name}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
|
|
|
|
-Requires: python >= 2.4, bzr >= 2.1
|
|
|
|
-Requires: qbzr >= 0.18
|
|
|
|
|
|
+Requires: python >= 2.4, bzr >= 2.3
|
|
|
|
+Requires: qbzr >= 0.19
|
|
Requires: PyQt4 >= 4.4
|
|
Requires: PyQt4 >= 4.4
|
|
BuildRequires: python-devel >= 2.4
|
|
BuildRequires: python-devel >= 2.4
|
|
|
|
|
|
@@ -25,7 +25,7 @@ GUI application for using Bazaar.
|
|
Bazaar のための GUI アプリケーション
|
|
Bazaar のための GUI アプリケーション
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -n explorer
|
|
|
|
|
|
+%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
%__python setup.py build
|
|
%__python setup.py build
|
|
@@ -44,6 +44,10 @@ Bazaar のための GUI アプリケーション
|
|
%{python_sitearch}/explorer-%{version}*.egg-info
|
|
%{python_sitearch}/explorer-%{version}*.egg-info
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jan 3 2013 IWAI, Masaharu <iwai@alib.jp> 1.3.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- update Requires packages version
|
|
|
|
+
|
|
* Wed Mar 16 2011 IWAI, Masaharu <iwai@alib.jp> 1.1.2-1
|
|
* Wed Mar 16 2011 IWAI, Masaharu <iwai@alib.jp> 1.1.2-1
|
|
- Initial build.
|
|
- Initial build.
|
|
|
|
|