From d7d7e87fcb3b4306105d65346997c02729343ae7 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 21 Jul 2016 11:11:31 +0200 Subject: [PATCH] Add BuildRequires: perl --- langtable.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/langtable.spec b/langtable.spec index cd7cb99..ba45fc4 100644 --- a/langtable.spec +++ b/langtable.spec @@ -6,7 +6,7 @@ Name: langtable Version: 0.0.36 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language. Group: Development/Tools # the translations in languages.xml and territories.xml are (mostly) @@ -17,6 +17,7 @@ License: GPLv3+ URL: https://github.com/mike-fabian/langtable Source0: http://mfabian.fedorapeople.org/langtable/%{name}-%{version}.tar.gz BuildArch: noarch +BuildRequires: perl BuildRequires: python2-devel %if 0%{?with_python3} BuildRequires: python3-devel @@ -118,6 +119,9 @@ xmllint --noout --relaxng $RPM_BUILD_ROOT/%{_datadir}/langtable/schemas/timezone %{_datadir}/langtable/*.xml.gz %changelog +* Thu Jul 21 2016 Mike FABIAN - 0.0.36-2 +- add BuildRequires: perl + * Wed Jul 20 2016 Mike FABIAN - 0.0.36-1 - Add LI (a de_LI locale has recently been added to glibc) - Add some translations for LI from CLDR