summaryrefslogtreecommitdiff
path: root/i18ndude.spec
blob: 37405f44fc395a97cf47c3749892bde99a8ace02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
%include	/usr/lib/rpm/macros.python
Summary:	Tool for .pot convert
Summary(pl):	Narzędzie do konwersji plików .pot
Name:		i18ndude
Version:	0.2.1
Release:	1
License:	GPL
Group:		Base/Utilities
Source0:	http://dl.sourceforge.net/plone-i18n/%{name}.tar.gz
# Source0-md5:	aec7a85b2c9b99180e89417f58ce96bc
URL:		http://sourceforge.net/projects/plone-i18n/
Requires:	python-PyXML
BuildArch:	noarch
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
i18ndude is a tool for .pot convert.

%description -l pl
i18ndude jest narzędziem do konwersji plików .pot.

%prep
%setup -q -c %{name}-%{ver}

%build

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/%{_sbindir}
cp -af %{name}/{*.py,*.pt} $RPM_BUILD_ROOT/%{_sbindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc %{name}/{README.txt,TODO.txt}
%attr(755,root,root) %{_sbindir}/*