blob: 52eb7bbf898f307db05861e301d3cf23fa7e4f3d (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.22
#
Name: intltool
Summary: Utility for internationalizing various kinds of data files
Version: 0.41.0
Release: 1
Group: Development/Tools
License: GPLv2 with exceptions
URL: http://www.gnome.org
Source0: http://download.gnome.org/sources/intltool/0.41/%{name}-%{version}.tar.gz
Source1001: packaging/intltool.manifest
Patch0: schemas-merge.patch
Requires: patch
Requires: automake
Requires: gettext-tools
Requires: perl(XML::Parser)
BuildRequires: perl(XML::Parser)
BuildRequires: gettext-tools
%description
This tool automatically extracts translatable strings from oaf, glade,
bonobo ui, nautilus theme, .desktop, and other data files and puts
them in the po files.
%prep
%setup -q -n %{name}-%{version}
# schemas-merge.patch
%patch0 -p1
%build
cp %{SOURCE1001} .
%configure --disable-static
make %{?jobs:-j%jobs}
%install
rm -rf %{buildroot}
%make_install
%files
%manifest intltool.manifest
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%doc %{_mandir}/man*/*
%{_bindir}/*
%{_datadir}/intltool
%{_datadir}/aclocal/*
|