diff --git a/i18nspector.changes b/i18nspector.changes index ed9b4ad..ad02142 100644 --- a/i18nspector.changes +++ b/i18nspector.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jun 1 12:50:44 UTC 2013 - lazy.kent@opensuse.org + +- Correct source UPL. +- Correct build dependencies. + ------------------------------------------------------------------- Sat May 25 19:58:18 UTC 2013 - lazy.kent@opensuse.org diff --git a/i18nspector.spec b/i18nspector.spec index f3064a3..dec6c8d 100644 --- a/i18nspector.spec +++ b/i18nspector.spec @@ -23,19 +23,17 @@ License: MIT Summary: Tool for Checking gettext POT/PO/MO Files Url: http://jwilk.net/software/i18nspector Group: Development/Tools/Other -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +Source0: https://bitbucket.org/jwilk/i18nspector/downloads/%{name}-%{version}.tar.gz Source1: https://bitbucket.org/jwilk/i18nspector/downloads/%{name}-%{version}.tar.gz.asc Source2: %{name}.keyring BuildRequires: python3-devel %if 0%{?suse_version} >= 1230 BuildRequires: gpg-offline %endif -%if 0%{?suse_version} >= 1220 # Requires for tests. BuildRequires: python3-curses BuildRequires: python3-nose BuildRequires: python3-polib -%endif %if 0%{?suse_version} && 0%{?suse_version} < 1230 Requires: python3 >= 3.2 %endif @@ -64,15 +62,11 @@ headers, incorrect language codes and improper plural forms. %make_install PREFIX=%{_prefix} # Python byte compile. -%if 0%{?suse_version} >= 1210 cd %{buildroot}%{_datadir}/%{name}/ %py3_compile . -%endif -%if 0%{?suse_version} >= 1220 %check make test -%endif %files %defattr(-,root,root,-)