automatic rebuild by autodist [release 0.99.99-4mamba;Mon Jul 15 2013]

This commit is contained in:
Automatic Build System 2024-01-05 18:09:55 +01:00
parent 4e434ce255
commit d2d06928d8
2 changed files with 111 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# streamtuner
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.

109
streamtuner.spec Normal file
View File

@ -0,0 +1,109 @@
Name: streamtuner
Version: 0.99.99
Release: 4mamba
Summary: Streamtuner is a stream directory browser
Group: Graphical Desktop/Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it>
URL: http://www.nongnu.org/streamtuner/
Source: http://download.savannah.gnu.org/releases/streamtuner/streamtuner-%{version}.tar.gz
License: BSD
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libcares-devel
BuildRequires: libcurl-devel
BuildRequires: libe2fs-devel
BuildRequires: libexpat-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcrypt-devel
BuildRequires: libglib-devel
BuildRequires: libglitz-devel
BuildRequires: libgpg-error-devel
BuildRequires: libgtk-devel
BuildRequires: libidn-devel
BuildRequires: libkrb5-devel
BuildRequires: libopenldap-devel
BuildRequires: libopenssl-devel
BuildRequires: libpango-devel
BuildRequires: libpixman-devel
BuildRequires: libpng-devel
BuildRequires: libsasl-devel
BuildRequires: libselinux
BuildRequires: libssh2-devel
BuildRequires: libtag-devel
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libxcb-devel
BuildRequires: libxcb-util-devel
BuildRequires: libXdmcp-devel
BuildRequires: libxml2-devel
BuildRequires: libXrender-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: python-devel
BuildRequires: pygtk-devel
BuildRequires: libpthread-stubs-devel
%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.
%package devel
Summary: Devel package for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}
%description devel
Devel package for streamtuner
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README TODO
%{_bindir}/streamtuner
%{_libdir}/streamtuner/plugins/*
%{_datadir}/applications/streamtuner.desktop
%{_datadir}/gtk-doc/html/streamtuner/*
%{_datadir}/pixmaps/streamtuner.png
%dir %{_datadir}/streamtuner
%{_datadir}/streamtuner/*
%{_datadir}/help/streamtuner/C/*
%{_datadir}/omf/streamtuner/streamtuner-C.omf
%files devel
%defattr(-,root,root)
%{_includedir}/streamtuner/*.h
%{_exec_prefix}/lib/pkgconfig/*.pc
%changelog
* 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