]> git.pld-linux.org Git - SPECS.git/blob - setup-gettext.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / setup-gettext.spec
1 Summary:        Script intended to be used instead of either gettextize or autopoint
2 Summary(pl.UTF-8):      Skrypt do używania zamiast gettextize lub autopoint
3 Name:           setup-gettext
4 Version:        0.1.5
5 Release:        1
6 Epoch:          0
7 License:        GPL
8 Group:          Development/Tools
9 Source0:        http://www.chipx86.com/linuxstuff/gettext/%{name}
10 # NoSource0-md5: 73f1ea0228a1d71475b6881aadccf0fc
11 URL:            http://www.chipx86.com/linuxstuff/gettext/
12 Requires:       gettext-autopoint
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This script is intended to be used instead of either gettextize or
17 autopoint. It handles most of the magic of cross-version
18 compatibility.
19
20 %description -l pl.UTF-8
21 Ten skrypt może być używany zamiast gettextize lub autopoint.
22 Obsługuje większą część magii związanej z kompatybilnością z różnymi
23 wersjami gettexta.
24
25 %prep
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_bindir}
30
31 install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %attr(755,root,root) %{_bindir}/*
This page took 0.78424 seconds and 3 git commands to generate.