]> git.pld-linux.org Git - SPECS.git/blob - intltool.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / intltool.spec
1 Summary:        Utility scripts for internationalizing various kinds of data files
2 Summary(pl.UTF-8):      Skrypty do internacjonalizacji różnych typów plików z danymi
3 Name:           intltool
4 Version:        0.51.0
5 Release:        2
6 License:        GPL v2
7 Group:          Development/Tools
8 Source0:        https://launchpad.net/intltool/trunk/%{version}/+download/%{name}-%{version}.tar.gz
9 # Source0-md5:  12e517cac2b57a0121cda351570f1e63
10 Patch0:         %{name}-perl-5.22.patch
11 URL:            http://www.gnome.org/
12 BuildRequires:  autoconf >= 2.53
13 BuildRequires:  automake
14 BuildRequires:  perl-XML-Parser
15 BuildRequires:  perl-base >= 1:5.8.1
16 BuildRequires:  rpm-perlprov
17 Requires:       patch
18 # not detected automaticaly
19 Requires:       perl-XML-Parser
20 Requires:       perl-base >= 1:5.8.1
21 Obsoletes:      xml-i18n-tools
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Automatically extracts translatable strings from oaf, glade, bonobo
27 ui, nautilus theme and other files into the po files.
28
29 Automatically merges translations from po files back into .oaf files
30 (encoding to be 7-bit clean). I can also extend this merging mechanism
31 to support other types of files.
32
33 %description -l pl.UTF-8
34 Program automatycznie wyciąga możliwe do przetłumaczenia ciągi znaków
35 z plików interfejsów oaf, glade, bonobo, tematów nautilusa i innych
36 plików do plików po.
37
38 Także automatycznie włącza tłumaczenia z plików po z powrotem do
39 plików oaf (kodując, by były 7-bitowe). Mechanizm ten może być
40 rozszerzony o inne rodzaje plików.
41
42 %prep
43 %setup -q
44 %patch0
45
46 %build
47 %{__aclocal}
48 %{__autoconf}
49 %{__automake}
50 %configure
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT \
58         aclocaldir=%{_aclocaldir}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc AUTHORS README TODO doc/I18N-HOWTO
66 %attr(755,root,root) %{_bindir}/intltool-extract
67 %attr(755,root,root) %{_bindir}/intltool-merge
68 %attr(755,root,root) %{_bindir}/intltool-prepare
69 %attr(755,root,root) %{_bindir}/intltool-update
70 %attr(755,root,root) %{_bindir}/intltoolize
71 %dir %{_datadir}/intltool
72 %attr(755,root,root) %{_datadir}/intltool/*
73 %{_aclocaldir}/intltool.m4
74 %{_mandir}/man8/intltool-extract.8*
75 %{_mandir}/man8/intltool-merge.8*
76 %{_mandir}/man8/intltool-prepare.8*
77 %{_mandir}/man8/intltool-update.8*
78 %{_mandir}/man8/intltoolize.8*
This page took 0.044924 seconds and 3 git commands to generate.