From d509cdd03a3129fe9f38230380936d9c1b19e368 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:56:28 +0100 Subject: [PATCH] update to 0.50.2 [release 0.50.2-1mamba;Tue Jun 12 2012] --- README.md | 2 ++ intltool.spec | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+) create mode 100644 intltool.spec diff --git a/README.md b/README.md index 4d32027..5437885 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # intltool +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. + diff --git a/intltool.spec b/intltool.spec new file mode 100644 index 0000000..88fd3f9 --- /dev/null +++ b/intltool.spec @@ -0,0 +1,94 @@ +%define gnomever 2.26.0 + +%define gnomemajver %(echo %gnomever | cut -d. -f 1-2) +%define gnomegroup platform +%define pkgname intltool + +%define majversion %(echo %{version} | cut -d. -f 1-2) + +Name: intltool +Version: 0.50.2 +Release: 1mamba +Summary: Utility for internationalizing various kinds of data files +Group: Development/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.gnome.org +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: perl-devel +BuildRequires: perl-XML-Parser +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root +#BuildArch: noarch + +%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 + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/* +%{_datadir}/intltool +%{_datadir}/aclocal/* +%{_mandir}/man?/* +%doc AUTHORS COPYING README + +%changelog +* Tue Jun 12 2012 Silvan Calarco 0.50.2-1mamba +- update to 0.50.2 + +* Sun Jul 24 2011 Silvan Calarco 0.41.1-1mamba +- update to 0.41.1 + +* Wed Jul 15 2009 Automatic Build System 0.40.6-1mamba +- automatic update by autodist + +* Tue Nov 25 2008 gil 0.40.5-1mamba +- update to 0.40.5 + +* Thu Aug 28 2008 Silvan Calarco 0.40.3-2mamba +- updated package maintainer + +* Mon Aug 25 2008 Tiziana Ferro 0.40.3-1mamba +- update to 0.40.3 +- switch to noarch + +* Thu May 22 2008 Silvan Calarco 0.37.1-2mamba +- updated vendor and distribution to openmamba +- fixed description +- fixed automatic build requirements + +* Tue May 20 2008 gil 0.37.1-1mamba +- update to version 0.37.1 by autospec + +* Thu Jan 04 2007 Davide Madrisan 0.35.0-1qilnx +- update to version 0.35.0 by autospec + +* Tue Aug 30 2005 Davide Madrisan 0.34.1-1qilnx +- update to version 0.34 by autospec + +* Mon Apr 18 2005 Alessandro Ramazzina 0.30-2qilnx +- rebuild and moved from devel-contrib repository to devel repository