Compare commits
8 Commits
0.52.1-1ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
3570fc7fe9 | |||
6e10aa80ee | |||
25aefcf167 | |||
3ebb261190 | |||
57f8cdac07 | |||
e247462b25 | |||
2a776651ba | |||
deee8b61c8 |
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define minver %(echo %version | cut -d. -f3)
|
||||
Name: puredata
|
||||
Version: 0.52.1
|
||||
Version: 0.55.2
|
||||
Release: 1mamba
|
||||
Summary: A real-time graphical programming environment for audio, video, and graphical processing
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
@ -90,12 +90,22 @@ EOF
|
||||
%{_bindir}/pdsend
|
||||
%{_datadir}/pixmaps/puredata.png
|
||||
%{_datadir}/applications/puredata.desktop
|
||||
%{_datadir}/applications/org.puredata.pd-gui.desktop
|
||||
%{_datadir}/metainfo/org.puredata.pd-gui.metainfo.xml
|
||||
%dir %{_libdir}/pd
|
||||
%{_libdir}/pd/*
|
||||
%dir %{_datadir}/pd
|
||||
%{_datadir}/pd/*.txt
|
||||
%dir %{_datadir}/pd/font
|
||||
%{_datadir}/pd/font/DejaVuSansMono*.ttf
|
||||
%{_datadir}/pd/font/LICENSE
|
||||
%{_datadir}/pd/font/README.txt
|
||||
%{_datadir}/icons/hicolor/*/apps/puredata.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/puredata.svg
|
||||
%{_datadir}/pixmaps/puredata.xpm
|
||||
%{_mandir}/man1/pd.1*
|
||||
%{_mandir}/man1/pdreceive.1*
|
||||
%{_mandir}/man1/pdsend.1*
|
||||
%doc README.txt
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -105,6 +115,30 @@ EOF
|
||||
%{_libdir}/pkgconfig/pd.pc
|
||||
|
||||
%changelog
|
||||
* Mon Nov 18 2024 Automatic Build System <autodist@openmamba.org> 0.55.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 10 2024 Automatic Build System <autodist@openmamba.org> 0.55.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 11 2024 Automatic Build System <autodist@openmamba.org> 0.55.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 31 2023 Automatic Build System <autodist@mambasoft.it> 0.54.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 19 2023 Automatic Build System <autodist@mambasoft.it> 0.54.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 0.53.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 28 2022 Automatic Build System <autodist@mambasoft.it> 0.53.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 28 2022 Automatic Build System <autodist@mambasoft.it> 0.52.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 21 2021 Automatic Build System <autodist@mambasoft.it> 0.52.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user