diff --git a/csound.changes b/csound.changes index d185306..f06a780 100644 --- a/csound.changes +++ b/csound.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 16 19:54:07 UTC 2017 - bwiedemann@suse.com + +- drop useless uninstall script and make build reproducible + ------------------------------------------------------------------- Tue Nov 6 16:03:11 CET 2012 - tiwai@suse.de diff --git a/csound.spec b/csound.spec index f78e6d9..7cf2743 100644 --- a/csound.spec +++ b/csound.spec @@ -92,7 +92,7 @@ args="--word64" args="" %endif ./install.py --prefix=%{_prefix} --instdir=%{buildroot} $args -rm -f %{buildroot}%{_prefix}/csound5-*.md5sums +rm -f %{buildroot}%{_prefix}/csound5-*.md5sums %{buildroot}%{_bindir}/uninstall-csound5 rm -rf %{buildroot}%{_datadir}/doc/csound # rename conflicting binary names mv %{buildroot}%{_bindir}/sndinfo %{buildroot}%{_bindir}/csndinfo