summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2006-12-24 19:50:37 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit92edf427531e265dd3ad2b1ca6aef47cb226c64c (patch)
treea4eaf0e9bdf6b70d9dc9563325872225fff967c3
parent05eeb3168162d36627f9f867332852f750b0ab61 (diff)
downloadlibsndfile-92edf427531e265dd3ad2b1ca6aef47cb226c64c.zip
libsndfile-92edf427531e265dd3ad2b1ca6aef47cb226c64c.tar.gz
- added flac patch to build with flac 1.1.3auto/th/libsndfile-1_0_17-2
- more verbose files, release 2 Changed files: libsndfile.spec -> 1.54
-rw-r--r--libsndfile.spec22
1 files changed, 12 insertions, 10 deletions
diff --git a/libsndfile.spec b/libsndfile.spec
index ab5b497..e2d8bd0 100644
--- a/libsndfile.spec
+++ b/libsndfile.spec
@@ -7,17 +7,18 @@ Summary: C library for reading and writing files containing sampled sound
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@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}
@@ -78,6 +79,7 @@ dĽwiękowych.
%prep
%setup -q
+%patch0 -p1
%build
%{__libtoolize}
@@ -107,22 +109,22 @@ rm -rf $RPM_BUILD_ROOT
%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