automatic version update by autodist [release 1.2.2-1mamba;Sat Jan 30 2021]
This commit is contained in:
parent
e5b46d8a3e
commit
9ce860b19b
21
lmms.spec
21
lmms.spec
@ -1,6 +1,6 @@
|
|||||||
%define gitver %(echo %version | tr _ -)
|
%define gitver %(echo %version | tr _ -)
|
||||||
Name: lmms
|
Name: lmms
|
||||||
Version: 1.2.0_rc6
|
Version: 1.2.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: LMMS - Linux MultiMedia Studio
|
Summary: LMMS - Linux MultiMedia Studio
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
@ -68,7 +68,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
LMMS aims to be a free alternative to popular (but commercial and closed-source) programs like FruityLoops, Cubase and Logic giving you the ability of producing music with your computer by creating/synthesizing sounds,arranging samples, playing live with keyboard and much more...
|
LMMS aims to be a free alternative to popular (but commercial and closed-source) programs like FruityLoops, Cubase and Logic giving you the ability of producing music with your computer by creating/synthesizing sounds,arranging samples, playing live with keyboard and much more...
|
||||||
LMMS combines the features of a tracker-/sequencer-program (pattern-/channel-/sample-/song-/effect-management) and those of powerful synthesizers and samplers in a modern, user-friendly and easy to use graphical user-interface.
|
LMMS combines the features of a tracker-/sequencer-program (pattern-/channel-/sample-/song-/effect-management) and those of powerful synthesizers and samplers in a modern, user-friendly and easy to use graphical user-interface.
|
||||||
|
|
||||||
This package contains header files needed for development.
|
This package contains header files needed for development.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
@ -126,16 +125,23 @@ This package contains header files needed for development.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/lmms
|
%{_bindir}/lmms
|
||||||
|
%dir %{_libdir}/lmms
|
||||||
%{_libdir}/lmms/*.so
|
%{_libdir}/lmms/*.so
|
||||||
|
%dir %{_libdir}/lmms/ladspa
|
||||||
%{_libdir}/lmms/ladspa/*.so
|
%{_libdir}/lmms/ladspa/*.so
|
||||||
%{_libdir}/lmms/RemoteVstPlugin
|
%dir %{_libdir}/lmms/optional
|
||||||
|
%{_libdir}/lmms/optional/libcarla_native-plugin.so
|
||||||
|
#%{_libdir}/lmms/RemoteVstPlugin
|
||||||
%{_libdir}/lmms/RemoteZynAddSubFx
|
%{_libdir}/lmms/RemoteZynAddSubFx
|
||||||
|
%dir %{_datadir}/lmms
|
||||||
%{_datadir}/lmms/*
|
%{_datadir}/lmms/*
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/lmms.svg
|
|
||||||
%{_datadir}/icons/hicolor/scalable/mimetypes/application-x-lmms-project.svg
|
|
||||||
%{_datadir}/mime/packages/lmms.xml
|
%{_datadir}/mime/packages/lmms.xml
|
||||||
%{_datadir}/applications/lmms.desktop
|
%{_datadir}/applications/lmms.desktop
|
||||||
#%{_datadir}/pixmaps/lmms.png
|
%{_datadir}/bash-completion/completions/lmms
|
||||||
|
%{_datadir}/icons/hicolor/scalable/apps/lmms.svg
|
||||||
|
%{_datadir}/icons/hicolor/scalable/mimetypes/application-x-lmms-project.svg
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/lmms.png
|
||||||
|
%{_datadir}/icons/hicolor/*/mimetypes/application-x-lmms-project.png
|
||||||
%{_mandir}/man1/lmms.1*
|
%{_mandir}/man1/lmms.1*
|
||||||
%doc doc/AUTHORS LICENSE.txt
|
%doc doc/AUTHORS LICENSE.txt
|
||||||
|
|
||||||
@ -147,6 +153,9 @@ This package contains header files needed for development.
|
|||||||
#%doc README TODO
|
#%doc README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 30 2021 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Aug 28 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0_rc6-1mamba
|
* Tue Aug 28 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0_rc6-1mamba
|
||||||
- update to 1.2.0_rc6
|
- update to 1.2.0_rc6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user