fixed url, closes #1 ; other specfile fixes [release 0.51.0-2mamba;Thu Oct 31 2024]

This commit is contained in:
Silvan Calarco 2024-10-31 21:50:55 +01:00
parent 914f7a949d
commit 2a8baf515e

View File

@ -8,28 +8,23 @@
Name: intltool
Version: 0.51.0
Release: 1mamba
Release: 2mamba
Summary: Utility for internationalizing various kinds of data files
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.gnome.org
URL: https://www.freedesktop.org/wiki/Software/intltool/
Source: http://launchpad.net/intltool/trunk/%{version}/+download/intltool-%{version}.tar.gz
#Source: http://ftp.gnome.org/pub/gnome/sources/intltool/%{majversion}/%{pkgname}-%{version}.tar.bz2
License: GPL
Requires: perl-XML-Parser
Requires: patch
Obsoletes: xml-i18n-tools
Provides: xml-i18n-tools = %{?epoch:%epoch:}%{version}-%{release}
BuildRequires: gettext-devel
## AUTOBUILDREQ-BEGIN
BuildRequires: patch
BuildRequires: libperl
BuildRequires: perl-Encode
BuildRequires: perl-devel
BuildRequires: perl-XML-Parser
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
#BuildArch: noarch
BuildRequires: gettext-devel
Requires: patch
Requires: perl-XML-Parser
%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.
@ -57,6 +52,9 @@ This tool automatically extracts translatable strings from oaf, glade, bonobo, u
%doc AUTHORS COPYING README
%changelog
* Thu Oct 31 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.51.0-2mamba
- fixed url, closes #1 ; other specfile fixes
* Mon Mar 23 2015 Automatic Build System <autodist@mambasoft.it> 0.51.0-1mamba
- automatic update by autodist