From b593a4a0ab7e5f561e570a231aa6c79732a74e97 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Jun 26 2010 10:28:18 +0000 Subject: initial sync with devel --- diff --git a/.cvsignore b/.cvsignore index e69de29..2e0e80b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libfc14audiodecoder-1.0.0.tar.bz2 diff --git a/libfc14audiodecoder.spec b/libfc14audiodecoder.spec new file mode 100644 index 0000000..d737f83 --- /dev/null +++ b/libfc14audiodecoder.spec @@ -0,0 +1,64 @@ +Name: libfc14audiodecoder +Version: 1.0.0 +Release: 1%{?dist} + +Summary: C wrapper library for Future Composer audio decoding +Group: System Environment/Libraries +License: GPLv2+ +URL: http://xmms-fc.sourceforge.net +Source0: http://downloads.sourceforge.net/xmms-fc/%{name}-%{version}.tar.bz2 + +%description +This library provides a C API for a Future Composer audio decoder, which +has been used in several plug-ins for versatile audio players like XMMS, +BMP, Audacious and GStreamer. + + +%package devel +Summary: Files needed for developing with %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +This package contains the files that are needed when building +software that uses %{name}. + + +%prep +%setup -q + + +%build +%configure +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + +%files +%defattr(-,root,root,-) +%doc COPYING README +%{_libdir}/%{name}.so.* + +%files devel +%defattr(-,root,root,-) +%{_libdir}/%{name}.so +%exclude %{_libdir}/*.la +%{_includedir}/fc14audiodecoder.h + + +%changelog +* Sat Jun 19 2010 Michael Schwendt - 1.0.0-1 +- Initial RPM packaging. diff --git a/sources b/sources index e69de29..b99b137 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +641fecc65cc09441dcf4a3b1e5303f73 libfc14audiodecoder-1.0.0.tar.bz2