forked from pool/csound
Accepting request 708989 from home:jengelh:branches:multimedia:apps
- Update summaries. OBS-URL: https://build.opensuse.org/request/show/708989 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/csound?expand=0&rev=34
This commit is contained in:
parent
678e821f21
commit
b7487367f5
@ -7,6 +7,11 @@ Wed Jun 5 13:57:01 UTC 2019 - Dave Plater <davejplater@gmail.com>
|
||||
GPL-2.0 or later source file which relicenses the LGPL sources
|
||||
- Added COPYING_gpl2+.txt to licenses.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 9 07:29:47 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update summaries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 6 11:05:19 UTC 2019 - plater <davejplater@gmail.com>
|
||||
|
||||
|
24
csound.spec
24
csound.spec
@ -85,34 +85,38 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%global luaver %(lua -v | sed -r 's/Lua ([[:digit:]]+\\.[[:digit:]]+).*/\\1/')
|
||||
%description
|
||||
Csound is a software synthesis program. It is fully modular and
|
||||
Csound is a software synthesis program. It is modular and
|
||||
supports an unlimited amount of oscillators and filters.
|
||||
|
||||
%package -n libcsnd6-%{maj}_%{min}
|
||||
Summary: Csound6 library
|
||||
Summary: Computer sound synthesis and composition library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libcsnd6-%{maj}_%{min}
|
||||
Library for csound use
|
||||
Library for csound use.
|
||||
Csound is a software synthesis program supporting oscillators and
|
||||
filters.
|
||||
|
||||
%package -n libcsound64-%{maj}_%{min}
|
||||
Summary: Csound6 library
|
||||
Summary: Computer sound synthesis and composition library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libcsound64-%{maj}_%{min}
|
||||
Library for csound use
|
||||
Csound is a software synthesis program supporting oscillators and
|
||||
filters.
|
||||
|
||||
%if %{with java}
|
||||
%package java-bindings
|
||||
Summary: Csound6 library
|
||||
Summary: Java bindings for the Csound sound synthesis and composition library
|
||||
Group: System/Libraries
|
||||
|
||||
%description java-bindings
|
||||
Java bindings for csound use
|
||||
%endif
|
||||
Java bindings for csound use.
|
||||
Csound is a software synthesis program supporting oscillators and
|
||||
filters.
|
||||
|
||||
%package plugins
|
||||
Summary: Plugins
|
||||
Summary: Plugins for csound
|
||||
Group: Productivity/Multimedia/Other
|
||||
|
||||
%description plugins
|
||||
@ -179,10 +183,8 @@ rm -rf %{buildroot}root
|
||||
%post -n libcsound64-%{maj}_%{min} -p /sbin/ldconfig
|
||||
%postun -n libcsound64-%{maj}_%{min} -p /sbin/ldconfig
|
||||
|
||||
%if %{with java}
|
||||
%post java-bindings -p /sbin/ldconfig
|
||||
%postun java-bindings -p /sbin/ldconfig
|
||||
%endif
|
||||
|
||||
%files
|
||||
%doc AUTHORS README.md README.SUSE Release_Notes
|
||||
|
Loading…
Reference in New Issue
Block a user