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:
parent
d2bda75baf
commit
6c56f8a153
@ -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
|
||||
|
||||
|
12
csound.spec
12
csound.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
supports an unlimited amount of oscillators and filters.
|
||||
|
||||
For detailed information, refer to http://www.csounds.com.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for Csound
|
||||
Group: System/Libraries
|
||||
Summary: Development files for Csound, a sound synthesis program
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
Provides: %{name}-devel-static = %{version}
|
||||
|
||||
@ -100,10 +98,6 @@ mv %{buildroot}%{_bindir}/extract %{buildroot}%{_bindir}/csound-extract
|
||||
%fdupes -s %{buildroot}
|
||||
%find_lang %{name}5
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}5.lang
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog README README.SuSE
|
||||
|
Loading…
Reference in New Issue
Block a user