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

Revision 8082, 1.3 KB checked in by iwaim, 10 years ago (diff)

bzr-explorer 1.3.0-2

Line 
1%define ver 1.3.0
2%define rel 2
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
21Vendor: Project Vine
22Distribution: Vine Linux
23Packager: iwaim
24
25%description
26GUI application for using Bazaar.
27
28%description -l ja
29Bazaar のための GUI アプリケーション
30
31%prep
32%setup -q
33
34%build
35%__python setup.py build
36
37%install
38%__rm -rf %{buildroot}
39%__python setup.py install --root %{buildroot}
40
41%clean
42%__rm -rf %{buildroot}
43
44%files
45%defattr(-,root,root,-)
46%doc COPYING.txt NEWS README.txt
47%{python_sitelib}/bzrlib/plugins/explorer
48%{python_sitelib}/explorer-%{version}*.egg-info
49
50%changelog
51* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 1.3.0-2
52- fix %%files path: using python_sitelib
53- add Vendor, Distribution, Packager tags
54
55* Thu Jan  3 2013 IWAI, Masaharu <iwai@alib.jp> 1.3.0-1
56- new upstream release
57- update Requires packages version
58
59* Wed Mar 16 2011 IWAI, Masaharu <iwai@alib.jp> 1.1.2-1
60- Initial build.
61
62
Note: See TracBrowser for help on using the repository browser.