From c44322edf0e79a83706487f9d5a48b2d396effb5 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Jun 29 2015 18:37:32 +0000 Subject: - Applying the PDFOPT hack unconditionally - Cleaning the spec --- diff --git a/sdcc.spec b/sdcc.spec index 7159355..b5df1fb 100644 --- a/sdcc.spec +++ b/sdcc.spec @@ -1,6 +1,6 @@ Name: sdcc Version: 3.4.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Small Device C Compiler Group: Applications/Engineering License: GPLv2+ @@ -68,10 +68,9 @@ find -name '*.{c,h,cc}' -exec chmod -x '{}' \; %build -%if 0%{?fedora} > 18 # Preset PDFOPT to /bin/cp OPTS='PDFOPT="/bin/cp"' -%endif + %configure --enable-doc STRIP=: ${OPTS} %{__make} Q= QUIET= @@ -105,7 +104,6 @@ popd %files -%defattr(-,root,root,-) %doc installed-docs/* %{_bindir}/* %{_libexecdir}/%{name} @@ -118,16 +116,18 @@ popd %files libc-sources -%defattr(-,root,root,-) %{_datadir}/%{name}/lib/src %files -n emacs-sdcc -%defattr(-,root,root,-) %{_datadir}/emacs/site-lisp/*.el %changelog +* Mon Jun 29 2015 Jaromir Capik - 3.4.0-6 +- Applying the PDFOPT hack unconditionally +- Cleaning the spec + * Fri Jun 19 2015 Fedora Release Engineering - 3.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild