From 2a8baf515e00614ab4edc4f73088f2b6a454d73e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 31 Oct 2024 21:50:55 +0100 Subject: [PATCH] fixed url, closes #1 ; other specfile fixes [release 0.51.0-2mamba;Thu Oct 31 2024] --- intltool.spec | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/intltool.spec b/intltool.spec index 054ae5e..ea7b8dd 100644 --- a/intltool.spec +++ b/intltool.spec @@ -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 -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 0.51.0-2mamba +- fixed url, closes #1 ; other specfile fixes + * Mon Mar 23 2015 Automatic Build System 0.51.0-1mamba - automatic update by autodist