source: projects/specs/trunk/q/qbzr/qbzr-vl.spec @ 7324

Revision 7324, 1.3 KB checked in by iwaim, 11 years ago (diff)

qbzr 0.23.0-1

Line 
1%define ver 0.23.0
2%define rel 1
3
4Summary: a cross-platform GUI front end for Bazaar, based on Qt toolkit
5Name: qbzr
6Version: %{ver}
7Release: %{rel}%{?_dist_release}
8License: GPLv2
9Group: Development/Languages
10URL: http://wiki.bazaar.canonical.com/QBzr
11Source0: %{name}-%{version}.tar.gz
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
13BuildArch: noarch
14Requires: python >= 2.4
15Requires: bzr >= 2.2
16Requires: PyQt4 >= 4.4
17Requires: python-pygments >= 1.0
18BuildRequires: python-devel >= 2.4
19
20%description
21QBzr is a cross platform, Qt-based front-end for Bazaar, providing GUI
22applications for many core bzr commands. In addition, it provides several
23special dialogs and helper commands. Equivalents for core bzr commands have
24the same names as CLI commands but with a prefix of "q".
25
26%prep
27%setup -q -n %{name}
28
29%build
30%__python setup.py build
31
32%install
33rm -rf %{buildroot}
34%__python setup.py install --root %{buildroot}
35
36%clean
37rm -rf %{buildroot}
38
39%files
40%defattr(-,root,root,-)
41%doc *.txt
42%{python_sitearch}/bzrlib/plugins/qbzr
43%{python_sitearch}/qbzr-%{version}*.egg-info
44
45%changelog
46* Thu Jan  3 2013 IWAI, Masaharu <iwai@alib.jp> 0.23.0-1
47- new upstream release
48
49* Mon Apr  4 2011 IWAI, Masaharu <iwai@alib.jp> 0.20.0-1
50- new upstream release
51
52* Fri Jan  7 2011 IWAI, Masaharu <iwai@alib.jp> 0.19.3-1
53- Initial build.
54
55
Note: See TracBrowser for help on using the repository browser.