]> git.pld-linux.org Git - packages/libsndfile.git/blobdiff - libsndfile.spec
- updated to 0.0.23.
[packages/libsndfile.git] / libsndfile.spec
index a1929df03dcf039ec6a3978824a4f7703e0c6fca..7e672271691a060ff4ea9c773f4a68cdb1cf3658 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       C library for reading and writing files containing sampled sound
 Summary:       Biblioteka obs³ugi plików d¼wiêkowych
 Name:          libsndfile
-Version:       0.0.22
+Version:       0.0.23
 Release:       1
 License:       GPL
 Group:         Development/Libraries
@@ -12,6 +12,8 @@ Vendor:               Erik de Castro Lopo <erikd@zip.com.au>
 Source0:       http://www.zip.com.au/~erikd/libsndfile/%{name}-%{version}.tar.gz
 Patch0:                %{name}-autoconf.patch
 BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
 URL:           http://www.zip.com.au/~erikd/libsndfile/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -61,13 +63,16 @@ Biblioteki statyczne libsndfile.
 %patch -p1
 
 %build
+libtoolize --copy --force
+aclocal
 autoconf
+rm -f missing
+automake -a -c
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_applnkdir}/Multimedia,%{_datadir}/pixmaps}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
@@ -81,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {NEWS,TODO}.gz doc/*.html doc/*.jpg
+%doc *.gz doc/*.html doc/*.jpg
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
This page took 0.126017 seconds and 4 git commands to generate.