Accepting request 456403 from home:jengelh:branches:multimedia:apps

- Fix RPM groups, trim descriptions from repeated information.
  Remove unnecessary ldconfig calls (they do not apply for
  plugin directories).

OBS-URL: https://build.opensuse.org/request/show/456403
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/csound?expand=0&rev=19
This commit is contained in:
Dave Plater 2017-02-11 15:49:21 +00:00 committed by Git OBS Bridge
parent d2bda75baf
commit 6c56f8a153
2 changed files with 10 additions and 9 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Feb 11 14:14:39 UTC 2017 - jengelh@inai.de
- Fix RPM groups, trim descriptions from repeated information.
Remove unnecessary ldconfig calls (they do not apply for
plugin directories).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 16 19:54:07 UTC 2017 - bwiedemann@suse.com Mon Jan 16 19:54:07 UTC 2017 - bwiedemann@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package csound # spec file for package csound
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -53,11 +53,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Csound is a software synthesis program. It is fully modular and Csound is a software synthesis program. It is fully modular and
supports an unlimited amount of oscillators and filters. supports an unlimited amount of oscillators and filters.
For detailed information, refer to http://www.csounds.com.
%package devel %package devel
Summary: Development files for Csound Summary: Development files for Csound, a sound synthesis program
Group: System/Libraries Group: Development/Libraries/C and C++
Requires: %{name} = %{version} Requires: %{name} = %{version}
Provides: %{name}-devel-static = %{version} Provides: %{name}-devel-static = %{version}
@ -100,10 +98,6 @@ mv %{buildroot}%{_bindir}/extract %{buildroot}%{_bindir}/csound-extract
%fdupes -s %{buildroot} %fdupes -s %{buildroot}
%find_lang %{name}5 %find_lang %{name}5
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f %{name}5.lang %files -f %{name}5.lang
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README README.SuSE %doc AUTHORS COPYING ChangeLog README README.SuSE