From d2bda75baf0b9311512e55a4c47f300251dc033c4cd3bcb9b4c1e89c7fea3dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 16 Jan 2017 21:04:46 +0000 Subject: [PATCH] Accepting request 450574 from home:bmwiedemann:reproducible drop useless uninstall script and make build reproducible OBS-URL: https://build.opensuse.org/request/show/450574 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/csound?expand=0&rev=17 --- csound.changes | 5 +++++ csound.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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