SPECS: libsndfile.spec - added flac patch to build with flac 1.1.3...

qboosh qboosh at pld-linux.org
Sun Dec 24 20:50:43 CET 2006


Author: qboosh                       Date: Sun Dec 24 19:50:43 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added flac patch to build with flac 1.1.3
- more verbose files, release 2

---- Files affected:
SPECS:
   libsndfile.spec (1.53 -> 1.54) 

---- Diffs:

================================================================
Index: SPECS/libsndfile.spec
diff -u SPECS/libsndfile.spec:1.53 SPECS/libsndfile.spec:1.54
--- SPECS/libsndfile.spec:1.53	Sun Sep  3 13:19:50 2006
+++ SPECS/libsndfile.spec	Sun Dec 24 20:50:37 2006
@@ -8,17 +8,18 @@
 Summary(pl):	Biblioteka obsługi plików dźwiękowych
 Name:		libsndfile
 Version:	1.0.17
-Release:	1
+Release:	2
 License:	LGPL v2.1+
 Vendor:		Erik de Castro Lopo <erikd at zip.com.au>
 Group:		Development/Libraries
 Source0:	http://www.mega-nerd.com/libsndfile/%{name}-%{version}.tar.gz
 # Source0-md5:	2d126c35448503f6dbe33934d9581f6b
+Patch0:		%{name}-flac.patch
 URL:		http://www.mega-nerd.com/libsndfile/
 BuildRequires:	alsa-lib-devel
 BuildRequires:	autoconf >= 2.54
 BuildRequires:	automake
-BuildRequires:	flac-devel >= 1.1.1
+BuildRequires:	flac-devel >= 1.1.3
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
 %{?with_sqlite:BuildRequires:	sqlite3-devel}
@@ -79,6 +80,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -108,22 +110,22 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
-%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/sndfile-*
+%attr(755,root,root) %{_libdir}/libsndfile.so.*.*
+%{_mandir}/man1/sndfile-*.1*
 
 %files devel
 %defattr(644,root,root,755)
 %doc doc/*.html doc/*.jpg doc/new_file_type.HOWTO
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/*
-%{_pkgconfigdir}/*.pc
+%attr(755,root,root) %{_libdir}/libsndfile.so
+%{_libdir}/libsndfile.la
+%{_includedir}/sndfile.h*
+%{_pkgconfigdir}/sndfile.pc
 
 %if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libsndfile.a
 %endif
 
 %files octave
@@ -136,6 +138,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.54  2006/12/24 19:50:37  qboosh
+- added flac patch to build with flac 1.1.3
+- more verbose files, release 2
+
 Revision 1.53  2006/09/03 11:19:50  adamg
 - updated to 1.0.17
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libsndfile.spec?r1=1.53&r2=1.54&f=u



More information about the pld-cvs-commit mailing list