rpms/wavpack/devel wavpack-wavpack_pc_in.patch, NONE, 1.1 wavpack.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Sun Jan 15 10:52:01 UTC 2006


Author: peter

Update of /cvs/extras/rpms/wavpack/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1183/devel

Modified Files:
	.cvsignore sources 
Added Files:
	wavpack-wavpack_pc_in.patch wavpack.spec 
Log Message:
auto-import wavpack-4.31-1 on branch devel from wavpack-4.31-1.src.rpm

wavpack-wavpack_pc_in.patch:

--- NEW FILE wavpack-wavpack_pc_in.patch ---
--- wavpack.pc.in	2005-03-20 10:09:14.000000000 +0300
+++ wavpack.pc.in	2006-01-07 17:49:56.000000000 +0300
@@ -1,5 +1,5 @@
 prefix=@prefix@
-libdir=${prefix}/lib
+libdir=@libdir@
 includedir=${prefix}/include
 
 Name: wavpack
@@ -7,5 +7,5 @@
 Version: @PACKAGE_VERSION@
 Requires:
 Conflicts:
-Libs: -L${libdir} -lwavpack @ICONV@
-Cflags: -I${includedir} -DPACK -DUNPACK -DUSE_FSTREAMS -DTAGS -DSEEKING -DVER3
+Libs: -lwavpack @ICONV@
+Cflags: -DPACK -DUNPACK -DUSE_FSTREAMS -DTAGS -DSEEKING -DVER3


--- NEW FILE wavpack.spec ---
Name: 		wavpack
Summary: 	A completely open audiocodec
Version: 	4.31
Release: 	1%{?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
* Sat Jan 07 2006 Peter Lemenkov <lemenkov at newmail.ru> 4.31-1
- Fixed several issues with wavpack.pc.in
- Cosmetic fixes.
- Version 4.31

* Sun Nov 13 2005 Peter Lemenkov <lemenkov at newmail.ru> 4.3-1
- Initial build for FC-Extras
- Version 4.3



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wavpack/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Jan 2006 10:50:46 -0000	1.1
+++ .cvsignore	15 Jan 2006 10:52:01 -0000	1.2
@@ -0,0 +1 @@
+wavpack-4.31.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wavpack/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Jan 2006 10:50:46 -0000	1.1
+++ sources	15 Jan 2006 10:52:01 -0000	1.2
@@ -0,0 +1 @@
+9d0edccd1556feebb3355f61828ea85f  wavpack-4.31.tar.bz2




More information about the fedora-extras-commits mailing list