resetting manifest requested domain to floor
[platform/upstream/intltool.git] / packaging / intltool.spec
1 Name:           intltool
2 Version:        0.50.2
3 Release:        0
4 License:        GPL-2.0+
5 Summary:        Internationalization Tool Collection
6 Url:            https://edge.launchpad.net/intltool/
7 Group:          Development/Tools
8 Source:         %{name}-%{version}.tar.gz
9 Source1001:     intltool.manifest
10 BuildRequires:  perl-XML-Parser
11 Requires:       gettext-tools
12 Requires:       perl-XML-Parser
13 Provides:       xml-i18n-tools
14 Obsoletes:      xml-i18n-tools
15 BuildArch:      noarch
16 Requires:       perl-XML-Parser
17
18 %description
19 Some scripts to support translators working on GNOME and similar
20 programs. Data available in XML files (.oaf, .desktop, .sheet, and
21 more) can be extracted into PO files. After translation, the new
22 information is written back into the XML files.
23
24 %prep
25 %setup -q
26 cp %{SOURCE1001} .
27
28 %build
29 %configure
30 make %{?_smp_mflags}
31
32 %check
33 make check
34
35 %install
36 %make_install
37
38 %files
39 %manifest %{name}.manifest
40 %defattr(-, root, root)
41 %license COPYING
42 %defattr(-, root, root)
43 %{_bindir}/intltool-*
44 %{_bindir}/intltoolize
45 %dir %{_datadir}/aclocal
46 %{_datadir}/aclocal/intltool.m4
47 %{_datadir}/%{name}/
48 %doc %{_mandir}/man8/intltool-*.8%{?ext_man}
49 %doc %{_mandir}/man8/intltoolize.8%{?ext_man}
50
51 %changelog