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

Revision 8081, 1.5 KB checked in by iwaim, 10 years ago (diff)

qbzr 0.23.1-1

Line 
1%define ver 0.23.1
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
20Vendor: Project Vine
21Distribution: Vine Linux
22Packager: iwaim
23
24%description
25QBzr is a cross platform, Qt-based front-end for Bazaar, providing GUI
26applications for many core bzr commands. In addition, it provides several
27special dialogs and helper commands. Equivalents for core bzr commands have
28the same names as CLI commands but with a prefix of "q".
29
30%prep
31%setup -q -n %{name}
32
33%build
34%__python setup.py build
35
36%install
37rm -rf %{buildroot}
38%__python setup.py install --root %{buildroot}
39
40%clean
41rm -rf %{buildroot}
42
43%files
44%defattr(-,root,root,-)
45%doc *.txt
46%{python_sitelib}/bzrlib/plugins/qbzr
47%{python_sitelib}/qbzr-%{version}*.egg-info
48
49%changelog
50* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.23.1-1
51- update to 0.23.1
52- fix %%files path: using python_sitelib
53- add Vendor, Distribution, Packager tags
54
55* Thu Jan  3 2013 IWAI, Masaharu <iwai@alib.jp> 0.23.0-1
56- new upstream release
57
58* Mon Apr  4 2011 IWAI, Masaharu <iwai@alib.jp> 0.20.0-1
59- new upstream release
60
61* Fri Jan  7 2011 IWAI, Masaharu <iwai@alib.jp> 0.19.3-1
62- Initial build.
63
64
Note: See TracBrowser for help on using the repository browser.