update to 0.9.2 [release 0.9.2-1mamba;Sat Nov 06 2021]
This commit is contained in:
parent
e3f6ec86a5
commit
bb414dfb4f
16
idjc.spec
16
idjc.spec
@ -1,18 +1,17 @@
|
||||
Name: idjc
|
||||
Version: 0.9.1
|
||||
Version: 0.9.2
|
||||
Release: 1mamba
|
||||
Summary: A graphical shoutcast/icecast client
|
||||
Group: Graphical Desktop/Applications/Internet
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.onlymeok.nildram.co.uk/
|
||||
URL: https://sourceforge.net/projects/idjc/
|
||||
Source: http://downloads.sourceforge.net/idjc/idjc-%{version}.tar.gz
|
||||
Patch0: idjc-0.8.8-python-2.7.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libavcodec-ffmpeg-devel
|
||||
BuildRequires: libavformat-ffmpeg-devel
|
||||
BuildRequires: libavutil-ffmpeg-devel
|
||||
@ -24,7 +23,6 @@ BuildRequires: libmpg123-devel
|
||||
BuildRequires: libogg-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libopus-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: libshout-idjc-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
@ -52,14 +50,14 @@ A graphical shoutcast/icecast client with two media players, a jingles player, c
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--prefix=%{_prefix} \
|
||||
PYTHON=%{__python3}
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%makeinstall \
|
||||
PYTHON=%{__python3}
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -72,12 +70,11 @@ A graphical shoutcast/icecast client with two media players, a jingles player, c
|
||||
%dir %{_libdir}/idjc
|
||||
%{_libdir}/idjc/idjc.la
|
||||
%{_libdir}/idjc/idjc.so
|
||||
%{_libdir}/idjc/idjc.la
|
||||
%{_libdir}/idjc/idjc.so
|
||||
%dir %{_libdir}/idjc/site-packages
|
||||
%dir %{_libdir}/idjc/site-packages/idjc
|
||||
%{_libdir}/idjc/site-packages/idjc/*
|
||||
%{python3_sitelib}/idjcmonitor.py*
|
||||
%{python3_sitelib}/__pycache__/idjcmonitor.cpython-*.pyc
|
||||
%{_datadir}/applications/idjc.desktop
|
||||
%{_datadir}/appdata/idjc.appdata.xml
|
||||
%{_datadir}/pixmaps/idjc.png
|
||||
@ -94,6 +91,9 @@ A graphical shoutcast/icecast client with two media players, a jingles player, c
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Sat Nov 06 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.2-1mamba
|
||||
- update to 0.9.2
|
||||
|
||||
* Sun Mar 07 2021 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user