Last change
on this file since 17 was 11, checked in by Yuri Dario, 15 years ago |
spec: initial import for base .spec files.
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Line | |
---|
1 | # debuginfo not needed
|
---|
2 | %define debug_package %{nil}
|
---|
3 |
|
---|
4 | Name: intltool
|
---|
5 | Summary: Utility for internationalizing various kinds of data files
|
---|
6 | Version: 0.41.1
|
---|
7 | Release: 1
|
---|
8 | License: GPLv2 with exceptions
|
---|
9 | Group: Development/Tools
|
---|
10 | Source: http://edge.launchpad.net/intltool/trunk/0.41.0/+download/intltool-%{version}.tar.gz
|
---|
11 | URL: http://www.gnome.org
|
---|
12 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
---|
13 | BuildArch: noarch
|
---|
14 | Requires: patch
|
---|
15 | # for /usr/share/aclocal
|
---|
16 | #Requires: automake
|
---|
17 | Requires: gettext-devel
|
---|
18 | Obsoletes: xml-i18n-tools
|
---|
19 | Provides: xml-i18n-tools = 0.11
|
---|
20 | #Requires: perl(XML::Parser)
|
---|
21 | #BuildRequires: perl(XML::Parser)
|
---|
22 | BuildRequires: gettext
|
---|
23 |
|
---|
24 | %description
|
---|
25 | This tool automatically extracts translatable strings from oaf, glade,
|
---|
26 | bonobo ui, nautilus theme, .desktop, and other data files and puts
|
---|
27 | them in the po files.
|
---|
28 |
|
---|
29 | %prep
|
---|
30 | %setup -q
|
---|
31 |
|
---|
32 | %build
|
---|
33 | %configure \
|
---|
34 | "--cache-file=%{_topdir}/cache/%{name}.cache"
|
---|
35 |
|
---|
36 | make
|
---|
37 |
|
---|
38 | %install
|
---|
39 | rm -rf $RPM_BUILD_ROOT
|
---|
40 |
|
---|
41 | make install DESTDIR=$RPM_BUILD_ROOT
|
---|
42 |
|
---|
43 | %clean
|
---|
44 | rm -rf $RPM_BUILD_ROOT
|
---|
45 |
|
---|
46 | %files
|
---|
47 | %defattr(-,root,root)
|
---|
48 | %doc AUTHORS COPYING README
|
---|
49 | %{_bindir}/*
|
---|
50 | %{_datadir}/intltool
|
---|
51 | %{_datadir}/aclocal/*
|
---|
52 | %{_mandir}/man*/*
|
---|
53 |
|
---|
54 | %changelog
|
---|
Note:
See
TracBrowser
for help on using the repository browser.