2024-01-06 05:46:15 +01:00
|
|
|
Name: libshout-idjc
|
2024-01-06 05:46:15 +01:00
|
|
|
Version: 2.4.3
|
2024-01-06 05:46:15 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Shoutcast client library for idjc
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://idjc.sourceforge.net/
|
2024-01-06 05:46:15 +01:00
|
|
|
Source: https://downloads.sourceforge.net/project/libshoutidjc.idjc.p/libshout-idjc-%{version}.tar.gz
|
2024-01-06 05:46:15 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 05:46:15 +01:00
|
|
|
BuildRequires: ldconfig
|
2024-01-06 05:46:15 +01:00
|
|
|
BuildRequires: libogg-devel
|
2024-01-06 05:46:15 +01:00
|
|
|
BuildRequires: libopenssl-devel
|
2024-01-06 05:46:15 +01:00
|
|
|
BuildRequires: libspeex-devel
|
2024-01-06 05:46:15 +01:00
|
|
|
BuildRequires: libtheora-devel
|
2024-01-06 05:46:15 +01:00
|
|
|
BuildRequires: libvorbis-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Shoutcast client library for idjc.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libshout-idjc.so.*
|
2024-01-06 05:46:15 +01:00
|
|
|
%dir %{_libdir}/ckport
|
|
|
|
%dir %{_libdir}/ckport/db
|
|
|
|
%{_libdir}/ckport/db/libshout-idjc.ckport
|
2024-01-06 05:46:15 +01:00
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/shoutidjc
|
|
|
|
%{_includedir}/shoutidjc/shout.h
|
|
|
|
%{_libdir}/libshout-idjc.a
|
|
|
|
%{_libdir}/libshout-idjc.la
|
|
|
|
%{_libdir}/libshout-idjc.so
|
|
|
|
%{_libdir}/pkgconfig/shout-idjc.pc
|
2024-01-06 05:46:15 +01:00
|
|
|
%dir %{_datadir}/doc/libshout-idjc
|
|
|
|
%{_datadir}/doc/libshout-idjc/*
|
2024-01-06 05:46:15 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 05:46:15 +01:00
|
|
|
* Sun Jul 26 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.3-1mamba
|
|
|
|
- update to 2.4.3
|
|
|
|
|
2024-01-06 05:46:15 +01:00
|
|
|
* Sat Mar 23 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0-1mamba
|
|
|
|
- package created by silvan using the webbuild interface
|