67 lines
2.0 KiB
RPMSpec
67 lines
2.0 KiB
RPMSpec
Name: streamtuner
|
|
Version: 2.2.2
|
|
Release: 1mamba
|
|
Summary: Streamtuner is a stream directory browser
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.nongnu.org/streamtuner/
|
|
Source: https://sourceforge.net/projects/streamtuner2/files/streamtuner2-%{version}.src.txz
|
|
Patch0: streamtuner-2.2.2-make-install.patch
|
|
License: BSD
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
Obsoletes: streamtuner-devel < 2.2.2
|
|
|
|
%description
|
|
Streamtuner is a stream directory browser. Through the use of a plugin system, it offers an intuitive GTK+ 2.0 interface to Internet radio directories.
|
|
|
|
%prep
|
|
%setup -q -n streamtuner2
|
|
%patch0 -p1
|
|
sed -i "s|python$|python3|" bin
|
|
|
|
%build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
%makeinstall DOCS=%{_docdir}
|
|
|
|
rm -f %{buildroot}%{_docdir}/README
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/streamtuner2
|
|
%{_datadir}/applications/streamtuner2.desktop
|
|
%{_datadir}/pixmaps/streamtuner2.png
|
|
%dir %{_datadir}/streamtuner2
|
|
%{_datadir}/streamtuner2/*
|
|
%dir %{_docdir}/streamtuner2
|
|
%dir %{_docdir}/streamtuner2/help
|
|
%{_docdir}/streamtuner2/help/*
|
|
%{_mandir}/man1/streamtuner2.1*
|
|
|
|
%changelog
|
|
* Fri May 27 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.2-1mamba
|
|
- update to 2.2.2
|
|
|
|
* Wed Dec 30 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99.99-5mamba
|
|
- mass rebuild with libtag 1.9.1
|
|
|
|
* Mon Jul 15 2013 Automatic Build System <autodist@mambasoft.it> 0.99.99-4mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Fri May 29 2009 Automatic Build System <autodist@mambasoft.it> 0.99.99-3mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Sat Oct 04 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.99.99-2mamba
|
|
- update Packager
|
|
- added missing buildrequirements
|
|
|
|
* Tue Jan 31 2006 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.99.99-1qilnx
|
|
- package created by autospec
|