| Revision 5725,
1.3 KB
checked in by yasumichi, 3 months ago
(diff) |
|
first import.
|
| Line | |
|---|
| 1 | |
|---|
| 2 | # Basic Information |
|---|
| 3 | Name: BabelGladeExtractor |
|---|
| 4 | Version: 0.3dev_r547 |
|---|
| 5 | Release: 2%{?_dist_release} |
|---|
| 6 | License: BSD |
|---|
| 7 | Group: Development/Tools |
|---|
| 8 | Source0: %{name}-0.3dev-r547.tar.bz2 |
|---|
| 9 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 10 | BuildArch: noarch |
|---|
| 11 | |
|---|
| 12 | Vendor: Project Vine |
|---|
| 13 | Distribution: Vine Linux |
|---|
| 14 | Packager: yasumichi |
|---|
| 15 | |
|---|
| 16 | Summary: Babel Glade XML files translatable strings extractor |
|---|
| 17 | Summary(ja): Glade XML ファイルから翻訳可能な文字列を抽出する Babel プラグイン |
|---|
| 18 | |
|---|
| 19 | # Dependency |
|---|
| 20 | Requires: python-babel |
|---|
| 21 | BuildRequires: python-devel |
|---|
| 22 | BuildRequires: python-babel |
|---|
| 23 | BuildRequires: python-setuptools |
|---|
| 24 | |
|---|
| 25 | %description |
|---|
| 26 | Babel Glade XML files translatable strings extractor |
|---|
| 27 | |
|---|
| 28 | %description -l ja |
|---|
| 29 | Glade XML ファイルから翻訳可能な文字列を抽出する Babel プラグイン |
|---|
| 30 | |
|---|
| 31 | %prep |
|---|
| 32 | %setup -q -n BabelGladeExtractor-0.3dev-r547 |
|---|
| 33 | |
|---|
| 34 | %build |
|---|
| 35 | %{__python} setup.py build |
|---|
| 36 | |
|---|
| 37 | %install |
|---|
| 38 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 39 | %{__python} setup.py install --root=${RPM_BUILD_ROOT} |
|---|
| 40 | |
|---|
| 41 | |
|---|
| 42 | %clean |
|---|
| 43 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 44 | |
|---|
| 45 | |
|---|
| 46 | %files |
|---|
| 47 | %defattr(-,root,root) |
|---|
| 48 | %doc LICENSE |
|---|
| 49 | %{python_sitelib}/BabelGladeExtractor-%{version}-py*.egg-info |
|---|
| 50 | %{python_sitelib}/babelglade |
|---|
| 51 | |
|---|
| 52 | %changelog |
|---|
| 53 | * Tue Feb 21 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.3dev_r547-2 |
|---|
| 54 | - rebuild with python-2.7.2 |
|---|
| 55 | |
|---|
| 56 | * Sun Oct 30 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.3dev_r547-1 |
|---|
| 57 | - initial build for Vine Linux |
|---|
Note: See
TracBrowser
for help on using the repository browser.