From a5776c0ac8289999d0b74123eddc404d093066cd Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Aug 12 2017 12:03:38 +0000 Subject: Minor cleanups --- diff --git a/crcimg.spec b/crcimg.spec index 2e28e73..371b833 100644 --- a/crcimg.spec +++ b/crcimg.spec @@ -1,13 +1,11 @@ -Name: crcimg -Version: 1.1 -Release: 17%{?dist} -Summary: Construct .crc files +Name: crcimg +Version: 1.1 +Release: 18%{?dist} +Summary: Construct .crc files +License: GPLv2 +URL: http://dev.laptop.org/git/users/mstone/crcimg -Group: Development/Tools -License: GPLv2 -URL: http://dev.laptop.org/git/users/mstone/crcimg -Source0: http://dev.laptop.org/~mstone/releases/SOURCES/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: http://dev.laptop.org/~mstone/releases/SOURCES/%{name}-%{version}.tar.bz2 %description Tool for constructing .crc files from image files. @@ -17,26 +15,24 @@ Tool for constructing .crc files from image files. %build -%__make -f Makefile.build %{?_smp_mflags} \ +make -f Makefile.build %{?_smp_mflags} \ CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" %install -%__rm -rf $RPM_BUILD_ROOT -%__make -f Makefile.build install DESTDIR=$RPM_BUILD_ROOT - - -%clean -%__rm -rf $RPM_BUILD_ROOT +make -f Makefile.build install DESTDIR=$RPM_BUILD_ROOT %files -%defattr(-,root,root,-) -%doc COPYING AUTHORS +%license COPYING +%doc AUTHORS %{_bindir}/crcimg %changelog +* Sat Aug 12 2017 Peter Robinson 1.1-18 +- Minor cleanups + * Wed Aug 02 2017 Fedora Release Engineering - 1.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild