75 lines
1.7 KiB
RPMSpec
75 lines
1.7 KiB
RPMSpec
Name: wavpack
|
|
Summary: A completely open audiocodec
|
|
Version: 4.31
|
|
Release: 2%{?dist}
|
|
License: BSD
|
|
Group: Applications/Multimedia
|
|
Url: http://www.wavpack.com/
|
|
Source: http://www.wavpack.com/%{name}-%{version}.tar.bz2
|
|
Patch0: wavpack-wavpack_pc_in.patch
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
%description
|
|
WavPack is a completely open audio compression format providing lossless,
|
|
high-quality lossy, and a unique hybrid compression mode. Although the
|
|
technology is loosely based on previous versions of WavPack, the new
|
|
version 4 format has been designed from the ground up to offer unparalleled
|
|
performance and functionality.
|
|
|
|
%package devel
|
|
Summary: WavPack - development files
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: pkgconfig
|
|
|
|
%description devel
|
|
Files needed for developing apps using wavpack
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p0
|
|
|
|
%build
|
|
%configure --disable-static
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
%install
|
|
%{__rm} -rf %{buildroot}
|
|
%makeinstall
|
|
%{__rm} -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%clean
|
|
%{__rm} -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%{_bindir}/*
|
|
%{_libdir}/libwavpack.so.*
|
|
%doc license.txt
|
|
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%{_includedir}/*
|
|
%{_libdir}/pkgconfig/*
|
|
%{_libdir}/libwavpack.so
|
|
%doc ChangeLog format.txt README
|
|
|
|
%changelog
|
|
|
|
* Thu Mar 30 2006 Peter Lemenkov <lemenkov@newmail.ru> 4.31-2%{?dist}
|
|
- rebuild
|
|
|
|
* Sat Jan 07 2006 Peter Lemenkov <lemenkov@newmail.ru> 4.31-1
|
|
- Fixed several issues with wavpack.pc.in
|
|
- Cosmetic fixes.
|
|
- Version 4.31
|
|
|
|
* Sun Nov 13 2005 Peter Lemenkov <lemenkov@newmail.ru> 4.3-1
|
|
- Initial build for FC-Extras
|
|
- Version 4.3
|
|
|