From 15fc8425bc47d22abeb8dc022e55c9287221b9e9 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: May 16 2017 11:43:34 +0000 Subject: Remove duplicate sections. --- diff --git a/piglit.spec b/piglit.spec index 73a98de..7e7e38e 100644 --- a/piglit.spec +++ b/piglit.spec @@ -76,8 +76,9 @@ pushd build %make_install popd -# # We don't want this in its own doc directory. -# rm -rf %{buildroot}%{_defaultdocdir}/%{name} +# We don't want this in its own doc directory. +rm -rf %{buildroot}%{_defaultdocdir}/%{name} + %files %license COPYING licences/* @@ -86,16 +87,6 @@ popd %{_datadir}/bash-completion/completions/%{name} %{_libdir}/%{name}/ -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%{_bindir}/* -%{_libdir}/%{name}/ -%doc README HACKING COPYING RELEASE licences/{GPL-2,GPL-3,LGPL-2} examples - %changelog * Mon May 15 2017 Matěj Cepl - 1.0.20170515-4.GITa969d23f @@ -110,7 +101,6 @@ rm -rf $RPM_BUILD_ROOT * Fri Sep 02 2016 Adam Jackson - 1.0.20160831-2.git2401e479 - Spell python3-mako correctly - * Thu Jul 30 2015 Matej Cepl - 1-0.25.20150206GITi9c8b329 - Add python-mako Requires (RHBZ# 1247936)