source: projects/specs/trunk/b/bzr-explorer/bzr-explorer-vl.spec @ 7325

Revision 7325, 1.1 KB checked in by iwaim, 11 years ago (diff)

bzr-explorer 1.3.0-1

Line 
1%define ver 1.3.0
2%define rel 1
3
4Summary: GUI application for using Bazaar
5Summary(ja): Bazaar のための GUI アプリケーション
6Name: bzr-explorer
7Version: %{ver}
8Release: %{rel}%{?_dist_release}
9License: GPLv2
10Group: Development/Tools
11URL: http://doc.bazaar.canonical.com/explorer/en/
12Source0: %{name}-%{version}.tar.gz
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
14BuildArch: noarch
15
16Requires: python >= 2.4, bzr >= 2.3
17Requires: qbzr >= 0.19
18Requires: PyQt4 >= 4.4
19BuildRequires: python-devel >= 2.4
20
21%description
22GUI application for using Bazaar.
23
24%description -l ja
25Bazaar のための GUI アプリケーション
26
27%prep
28%setup -q
29
30%build
31%__python setup.py build
32
33%install
34%__rm -rf %{buildroot}
35%__python setup.py install --root %{buildroot}
36
37%clean
38%__rm -rf %{buildroot}
39
40%files
41%defattr(-,root,root,-)
42%doc COPYING.txt NEWS README.txt
43%{python_sitearch}/bzrlib/plugins/explorer
44%{python_sitearch}/explorer-%{version}*.egg-info
45
46%changelog
47* Thu Jan  3 2013 IWAI, Masaharu <iwai@alib.jp> 1.3.0-1
48- new upstream release
49- update Requires packages version
50
51* Wed Mar 16 2011 IWAI, Masaharu <iwai@alib.jp> 1.1.2-1
52- Initial build.
53
54
Note: See TracBrowser for help on using the repository browser.