source: projects/specs/branches/6/b/bzr-explorer/bzr-explorer-vl.spec @ 3142

Revision 3142, 1.0 KB checked in by iwaim, 13 years ago (diff)

bzr-explorer-1.1.2-1

Line 
1%define ver 1.1.2
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.1
17Requires: qbzr >= 0.18
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 -n explorer
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* Wed Mar 16 2011 IWAI, Masaharu <iwai@alib.jp> 1.1.2-1
48- Initial build.
49
50
Note: See TracBrowser for help on using the repository browser.