From 1c1b6992a3beb2e1e42f11850b2ff4af4efaae29 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Apr 08 2018 21:51:55 +0000 Subject: - added gcc as BR --- diff --git a/detox.spec b/detox.spec index ddd30dc..c30f9c6 100644 --- a/detox.spec +++ b/detox.spec @@ -1,6 +1,6 @@ Name: detox Version: 1.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Utility to replace problematic characters in file names Group: Applications/File @@ -8,6 +8,7 @@ License: BSD URL: https://github.com/dharple/detox Source0: https://github.com/dharple/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz BuildRequires: autoconf automake flex flex-static +BuildRequires: gcc %description Detox is a utility designed to clean up file names. It replaces difficult to @@ -15,17 +16,17 @@ work with characters, such as spaces, with standard equivalents. It will also clean up file names with UTF-8 or Latin-1 (or CP-1252) characters in them. %prep -%setup -q +%autosetup %build autoreconf --install %configure -make %{?_smp_mflags} +%make_build %install -make install INSTALL='install -p' DESTDIR=%{buildroot} +%make_install rm %{buildroot}/etc/detoxrc.sample @@ -34,13 +35,17 @@ rm %{buildroot}/etc/detoxrc.sample %{_bindir}/%{name} %{_bindir}/inline-%{name} %{_datadir}/%{name} -%doc CHANGELOG.md LICENSE README.md THANKS.md +%doc CHANGELOG.md README.md THANKS.md +%license LICENSE %{_mandir}/man5/detox* %{_mandir}/man1/inline-detox.1.gz %{_mandir}/man1/detox* %changelog +* Sun Apr 08 2018 Filipe Rosset - 1.3.0-5 +- added gcc as BR + * Wed Feb 07 2018 Fedora Release Engineering - 1.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild