| Revision 8082,
1.3 KB
checked in by iwaim, 13 years ago
(diff) |
|
bzr-explorer 1.3.0-2
|
| Line | |
|---|
| 1 | %define ver 1.3.0 |
|---|
| 2 | %define rel 2 |
|---|
| 3 | |
|---|
| 4 | Summary: GUI application for using Bazaar |
|---|
| 5 | Summary(ja): Bazaar のための GUI アプリケーション |
|---|
| 6 | Name: bzr-explorer |
|---|
| 7 | Version: %{ver} |
|---|
| 8 | Release: %{rel}%{?_dist_release} |
|---|
| 9 | License: GPLv2 |
|---|
| 10 | Group: Development/Tools |
|---|
| 11 | URL: http://doc.bazaar.canonical.com/explorer/en/ |
|---|
| 12 | Source0: %{name}-%{version}.tar.gz |
|---|
| 13 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot |
|---|
| 14 | BuildArch: noarch |
|---|
| 15 | |
|---|
| 16 | Requires: python >= 2.4, bzr >= 2.3 |
|---|
| 17 | Requires: qbzr >= 0.19 |
|---|
| 18 | Requires: PyQt4 >= 4.4 |
|---|
| 19 | BuildRequires: python-devel >= 2.4 |
|---|
| 20 | |
|---|
| 21 | Vendor: Project Vine |
|---|
| 22 | Distribution: Vine Linux |
|---|
| 23 | Packager: iwaim |
|---|
| 24 | |
|---|
| 25 | %description |
|---|
| 26 | GUI application for using Bazaar. |
|---|
| 27 | |
|---|
| 28 | %description -l ja |
|---|
| 29 | Bazaar のための 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.