Blob Blame History Raw
Name: libfc14audiodecoder
Version: 1.0.2
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 Jul 10 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1.0.2-1
- Update to 1.0.2 (minor enhancement).

* Wed Jun 30 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1.0.1-1
- Update to 1.0.1 (minor enhancements).

* Sat Jun 19 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1.0.0-1
- Initial RPM packaging.