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

RevLine 
[7325]1%define ver 1.3.0
[8082]2%define rel 2
[3142]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
[7325]16Requires: python >= 2.4, bzr >= 2.3
17Requires: qbzr >= 0.19
[3142]18Requires: PyQt4 >= 4.4
19BuildRequires: python-devel >= 2.4
20
[8082]21Vendor: Project Vine
22Distribution: Vine Linux
23Packager: iwaim
24
[3142]25%description
26GUI application for using Bazaar.
27
28%description -l ja
29Bazaar のための GUI アプリケーション
30
31%prep
[7325]32%setup -q
[3142]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
[8082]47%{python_sitelib}/bzrlib/plugins/explorer
48%{python_sitelib}/explorer-%{version}*.egg-info
[3142]49
50%changelog
[8082]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
[7325]55* Thu Jan  3 2013 IWAI, Masaharu <iwai@alib.jp> 1.3.0-1
56- new upstream release
57- update Requires packages version
58
[3142]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.