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

Revision 9090, 1.7 KB checked in by inagaki, 9 years ago (diff)

2014-11-15 Ryoichi INAGAKI <ryo1@…>

  • banshee, crash, perltidy, strace: updated
  • qbzr: changed Group


Line 
1%define ver 0.23.1
2%define rel 2
3
4Summary: a cross-platform GUI front end for Bazaar, based on Qt toolkit
5Summary(ja): Bazaar のクロスプラットフォームな GUI フロントエンド
6Name: qbzr
7Version: %{ver}
8Release: %{rel}%{?_dist_release}
9License: GPLv2
10Group: Development/Tools
11URL: http://wiki.bazaar.canonical.com/QBzr
12
13Source0: %{name}-%{version}.tar.gz
14
15BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
16BuildArch: noarch
17Requires: python >= 2.4
18Requires: bzr >= 2.2
19Requires: PyQt4 >= 4.4
20Requires: python-pygments >= 1.0
21BuildRequires: python-devel >= 2.4
22
23Vendor: Project Vine
24Distribution: Vine Linux
25Packager: iwaim
26
27%description
28QBzr is a cross platform, Qt-based front-end for Bazaar, providing GUI
29applications for many core bzr commands. In addition, it provides several
30special dialogs and helper commands. Equivalents for core bzr commands have
31the same names as CLI commands but with a prefix of "q".
32
33%prep
34%setup -q -n %{name}
35
36%build
37%__python setup.py build
38
39%install
40rm -rf %{buildroot}
41%__python setup.py install --root %{buildroot}
42
43%clean
44rm -rf %{buildroot}
45
46%files
47%defattr(-,root,root,-)
48%doc *.txt
49%{python_sitelib}/bzrlib/plugins/qbzr
50%{python_sitelib}/qbzr-%{version}*.egg-info
51
52%changelog
53* Fri Nov 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.23.1-2
54- moved to Development/Tools Group
55
56* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.23.1-1
57- update to 0.23.1
58- fix %%files path: using python_sitelib
59- add Vendor, Distribution, Packager tags
60
61* Thu Jan  3 2013 IWAI, Masaharu <iwai@alib.jp> 0.23.0-1
62- new upstream release
63
64* Mon Apr  4 2011 IWAI, Masaharu <iwai@alib.jp> 0.20.0-1
65- new upstream release
66
67* Fri Jan  7 2011 IWAI, Masaharu <iwai@alib.jp> 0.19.3-1
68- Initial build.
69
70
Note: See TracBrowser for help on using the repository browser.