From db5d6a7d530e5d3b265f654363cce2c20c44fea9 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Feb 23 2016 08:42:16 +0000 Subject: Resolves:rh#1307401: FTBFS in rawhide - Added %license tag --- diff --git a/convmv.spec b/convmv.spec index 369349a..1d8f597 100644 --- a/convmv.spec +++ b/convmv.spec @@ -1,13 +1,14 @@ Summary: Convert filename encodings Name: convmv Version: 2.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 or GPLv3 URL: http://j3e.de/linux/convmv Source0: http://j3e.de/linux/convmv/convmv-%{version}.tar.gz Patch0: convmv-2.0-preserve-timestamps.patch BuildArch: noarch +BuildRequires: perl(Getopt::Long) %description This package contains the tool convmv with which you can convert the encodings @@ -28,11 +29,16 @@ make test make PREFIX=%{_prefix} DESTDIR=%{buildroot} install %files -%doc CREDITS Changes GPL2 TODO +%doc CREDITS Changes TODO +%license GPL2 %{_bindir}/convmv %{_mandir}/man*/* %changelog +* Tue Feb 23 2016 Parag Nemade - 2.0-4 +- Resolves:rh#1307401: FTBFS in rawhide +- Added %%license tag + * Wed Feb 03 2016 Fedora Release Engineering - 2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild