2006-12-22 14:14:06 +01:00
|
|
|
#
|
2010-04-01 03:06:13 +02:00
|
|
|
# spec file for package intltool (Version 0.41.1)
|
2006-12-22 14:14:06 +01:00
|
|
|
#
|
2010-04-01 03:06:13 +02:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2006-12-22 14:14:06 +01:00
|
|
|
#
|
2008-09-05 02:45:54 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2006-12-22 14:14:06 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-03-14 17:21:28 +01:00
|
|
|
|
2006-12-22 14:14:06 +01:00
|
|
|
Name: intltool
|
|
|
|
BuildRequires: perl-XML-Parser
|
|
|
|
Summary: Internationalization Tool Collection
|
2010-04-01 03:06:13 +02:00
|
|
|
Version: 0.41.1
|
2009-03-26 17:24:34 +01:00
|
|
|
Release: 1
|
2006-12-22 14:14:06 +01:00
|
|
|
Group: Development/Tools/Other
|
2008-03-14 17:21:28 +01:00
|
|
|
BuildArch: noarch
|
2009-03-26 17:24:34 +01:00
|
|
|
Requires: gettext-tools
|
|
|
|
Requires: perl-XML-Parser
|
2006-12-22 14:14:06 +01:00
|
|
|
Provides: xml-i18n-tools
|
|
|
|
Obsoletes: xml-i18n-tools
|
2010-04-01 03:06:13 +02:00
|
|
|
License: GPLv2+
|
|
|
|
Url: https://edge.launchpad.net/intltool/
|
|
|
|
Source: http://edge.launchpad.net/intltool/trunk/0.41.0/+download/%{name}-%{version}.tar.bz2
|
2006-12-22 14:14:06 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Some scripts to support translators working on GNOME and similar
|
|
|
|
programs. Data available in XML files (.oaf, .desktop, .sheet, and
|
|
|
|
more) can be extracted into PO files. After translation, the new
|
|
|
|
information is written back into the XML files.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2007-03-23 01:50:22 +01:00
|
|
|
%configure
|
|
|
|
make %{?jobs:-j%jobs}
|
|
|
|
#make check
|
2006-12-22 14:14:06 +01:00
|
|
|
|
|
|
|
%install
|
2007-03-23 01:50:22 +01:00
|
|
|
%makeinstall
|
2006-12-22 14:14:06 +01:00
|
|
|
|
|
|
|
%clean
|
2007-03-23 01:50:22 +01:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2006-12-22 14:14:06 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
2010-04-01 03:06:13 +02:00
|
|
|
%doc AUTHORS COPYING README TODO
|
2007-03-23 01:50:22 +01:00
|
|
|
%defattr(-, root, root)
|
2006-12-22 14:14:06 +01:00
|
|
|
%{_bindir}/*
|
2007-03-23 01:50:22 +01:00
|
|
|
%{_datadir}/aclocal/*.m4
|
|
|
|
%{_datadir}/%{name}
|
|
|
|
%doc %{_mandir}/man8/*.*
|
2006-12-22 14:14:06 +01:00
|
|
|
|
2007-02-20 00:33:12 +01:00
|
|
|
%changelog
|