]> git.pld-linux.org Git - SPECS.git/blob - i18ndude.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / i18ndude.spec
1 Summary:        Tool for .pot convert
2 Summary(pl.UTF-8):      Narzędzie do konwersji plików .pot
3 Name:           i18ndude
4 Version:        0.5
5 Release:        1
6 License:        GPL
7 Group:          Base/Utilities
8 Source0:        http://dl.sourceforge.net/plone-i18n/%{name}.tar.gz
9 # Source0-md5:  aec7a85b2c9b99180e89417f58ce96bc
10 URL:            http://sourceforge.net/projects/plone-i18n/
11 BuildRequires:  python
12 %pyrequires_eq  python-libs
13 Requires:       python-PyXML
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 i18ndude is a tool for .pot convert.
19
20 %description -l pl.UTF-8
21 i18ndude jest narzędziem do konwersji plików .pot.
22
23 %prep
24 %setup -q -c %{name}-%{ver}
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT%{_bindir}
29 install -d $RPM_BUILD_ROOT%{py_sitescriptdir}
30 cp -af %{name}/i18ndude.py $RPM_BUILD_ROOT%{_bindir}
31 cp -af %{name}/{c*.py,*.pt,o*.py,r*.py,u*.py,v*.py} $RPM_BUILD_ROOT%{py_sitescriptdir}
32
33 %py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc %{name}/{ChangeLog,README.txt,TODO.txt}
41 %attr(755,root,root) %{_bindir}/*
42 %{py_sitescriptdir}/*.py*
43 %{py_sitescriptdir}/*.pt
This page took 0.494231 seconds and 3 git commands to generate.