From dfb2354ad7be06b0808ed25966e801d13e115b8a Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Jan 29 2016 02:41:59 +0000 Subject: Some clean-up according to recent packaging guidelines --- diff --git a/lxsplit.spec b/lxsplit.spec index eca2773..09589e5 100644 --- a/lxsplit.spec +++ b/lxsplit.spec @@ -7,7 +7,6 @@ Group: Applications/File License: GPLv2+ URL: http://lxsplit.sourceforge.net/ Source: http://downloads.sourceforge.net/lxsplit/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description lxSplit is a simple tool for splitting files and joining the splitted files @@ -21,22 +20,20 @@ HJSplit utility which is available for other operating systems. %setup -q %build -%{__make} CFLAGS="$RPM_OPT_FLAGS" %{?_smp_flags} +%{__make} CFLAGS="$RPM_OPT_FLAGS" %{?_smp_flags} %install -%{__rm} -rf %{buildroot} %{__mkdir_p} %{buildroot}/%{_bindir} %{__install} -D -m755 lxsplit %{buildroot}/%{_bindir}/lxsplit -%clean -%{__rm} -rf %{buildroot} - %files -%defattr(-,root,root,-) %doc ChangeLog README COPYING %{_bindir}/lxsplit %changelog +* Thu Jan 28 2016 Orcan Ogetbil - 0.2.4-12 +- Some clean-up according to recent packaging guidelines + * Wed Jun 17 2015 Fedora Release Engineering - 0.2.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild