From 09fb01279816f251a7822fbd5978e88c99b80496 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:46:15 +0100 Subject: [PATCH] package created by silvan using the webbuild interface [release 2.3.0-1mamba;Sat Mar 23 2013] --- README.md | 2 ++ libshout-idjc.spec | 71 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 libshout-idjc.spec diff --git a/README.md b/README.md index 4239427..b6ce2df 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libshout-idjc +Shoutcast client library for idjc. + diff --git a/libshout-idjc.spec b/libshout-idjc.spec new file mode 100644 index 0000000..b1bad5d --- /dev/null +++ b/libshout-idjc.spec @@ -0,0 +1,71 @@ +Name: libshout-idjc +Version: 2.3.0 +Release: 1mamba +Summary: Shoutcast client library for idjc +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://idjc.sourceforge.net/ +Source: http://downloads.sourceforge.net/project/idjc/libshout-idjc/libshout-idjc-%{version}.tar.gz +License: LGPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libogg-devel +BuildRequires: libspeex-devel +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.* +%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 +%{_datadir}/doc/libshout-idjc/COPYING +%{_datadir}/doc/libshout-idjc/NEWS +%{_datadir}/doc/libshout-idjc/README +%doc NEWS README + +%changelog +* Sat Mar 23 2013 Silvan Calarco 2.3.0-1mamba +- package created by silvan using the webbuild interface