Accepting request 99172 from GNOME:Factory

Update to 0.50, with valid Source line

OBS-URL: https://build.opensuse.org/request/show/99172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/intltool?expand=0&rev=22
This commit is contained in:
Stephan Kulow 2012-01-11 14:36:54 +00:00 committed by Git OBS Bridge
parent 160185341a
commit e17d1aeb30
4 changed files with 41 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a222659f377fcf3239dd4cd319e7d47096c8b2cf8fc65d46749451710cfd2518
size 106831

3
intltool-0.50.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dccfb0b7dd35a170130e8934bfd30c29da6ae73bcd3ca4ba71317c977b2893d6
size 142837

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Jan 5 15:01:57 UTC 2012 - vuntz@opensuse.org
- Fix Source to not use a non-existing URL.
-------------------------------------------------------------------
Thu Dec 22 09:59:40 UTC 2011 - vuntz@opensuse.org
- Own %{_datadir}/aclocal to fix build without automake/autoconf.
- Run "make check" in %check.
-------------------------------------------------------------------
Mon Oct 17 21:23:20 CEST 2011 - dimstar@opensuse.org
- Update to version 0.50.0:
+ Add support for gsettings gschema.xml files (lp#580526)
+ Let xgettext extract Scheme strings out (lp#790574)
+ Improve handling of quotes in 'intltool-update -m' (lp#806006)
+ Messages are extracted in the order they appear in original
files now (lp#520986)
+ Other bugs fixed: lp#398576, lp#613003, lp#639857, lp#860192.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 25 11:05:43 CET 2010 - vuntz@opensuse.org Thu Mar 25 11:05:43 CET 2010 - vuntz@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package intltool (Version 0.41.1) # spec file for package intltool
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,23 +15,20 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: intltool Name: intltool
BuildRequires: perl-XML-Parser BuildRequires: perl-XML-Parser
Summary: Internationalization Tool Collection Summary: Internationalization Tool Collection
Version: 0.41.1 License: GPL-2.0+
Release: 1
Group: Development/Tools/Other Group: Development/Tools/Other
Version: 0.50.0
Release: 0
BuildArch: noarch BuildArch: noarch
Requires: gettext-tools Requires: gettext-tools
Requires: perl-XML-Parser Requires: perl-XML-Parser
Provides: xml-i18n-tools Provides: xml-i18n-tools
Obsoletes: xml-i18n-tools Obsoletes: xml-i18n-tools
License: GPLv2+
Url: https://edge.launchpad.net/intltool/ Url: https://edge.launchpad.net/intltool/
Source: http://edge.launchpad.net/intltool/trunk/0.41.0/+download/%{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -46,7 +43,9 @@ information is written back into the XML files.
%build %build
%configure %configure
make %{?jobs:-j%jobs} make %{?jobs:-j%jobs}
#make check
%check
make check
%install %install
%makeinstall %makeinstall
@ -58,9 +57,12 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS COPYING README TODO %doc AUTHORS COPYING README TODO
%defattr(-, root, root) %defattr(-, root, root)
%{_bindir}/* %{_bindir}/intltool-*
%{_datadir}/aclocal/*.m4 %{_bindir}/intltoolize
%{_datadir}/%{name} %dir %{_datadir}/aclocal
%doc %{_mandir}/man8/*.* %{_datadir}/aclocal/intltool.m4
%{_datadir}/%{name}/
%doc %{_mandir}/man8/intltool-*.8%{?ext_man}
%doc %{_mandir}/man8/intltoolize.8%{?ext_man}
%changelog %changelog