Revision 8866,
1.4 KB
checked in by yasumichi, 9 years ago
(diff) |
rebuild with Python 2.7.7
|
Line | |
---|
1 | |
---|
2 | # Basic Information |
---|
3 | Name: BabelGladeExtractor |
---|
4 | Version: 0.3dev_r547 |
---|
5 | Release: 3%{?_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 | * Sun Jul 27 2014 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.3dev_r547-3 |
---|
54 | - rebuild with Python 2.7.7 |
---|
55 | |
---|
56 | * Tue Feb 21 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.3dev_r547-2 |
---|
57 | - rebuild with python-2.7.2 |
---|
58 | |
---|
59 | * Sun Oct 30 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.3dev_r547-1 |
---|
60 | - initial build for Vine Linux |
---|
Note: See
TracBrowser
for help on using the repository browser.