]> git.pld-linux.org Git - packages/libsndfile.git/blobdiff - libsndfile.spec
- updated to 0.0.25.
[packages/libsndfile.git] / libsndfile.spec
index 6bf7e317a198c2d42425cd6a0657336a24ce2115..97d39b1149f9c0a47643be9e1825360c42aa879f 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.25
 Release:       1
 License:       GPL
 Group:         Development/Libraries
@@ -10,6 +10,10 @@ Group(fr):   Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 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)
 
@@ -56,14 +60,19 @@ Biblioteki statyczne libsndfile.
 
 %prep
 %setup -q
+%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
 
@@ -77,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.097844 seconds and 4 git commands to generate.