]> git.pld-linux.org Git - packages/libsndfile.git/commitdiff
- release 2, libsndfile-0_0_22-2
authorkloczek <kloczek@pld-linux.org>
Mon, 22 Jan 2001 09:38:24 +0000 (09:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- regenerate automake, autoconf files (added automake to BuildRequires),
- removed "install -d .." line from top %install.

Changed files:
    libsndfile.spec -> 1.10

libsndfile.spec

index a1929df03dcf039ec6a3978824a4f7703e0c6fca..57add666286b7bc22b6b7804f1e7900fd9606b00 100644 (file)
@@ -2,7 +2,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
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
@@ -12,6 +12,7 @@ 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
 URL:           http://www.zip.com.au/~erikd/libsndfile/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -61,13 +62,14 @@ Biblioteki statyczne libsndfile.
 %patch -p1
 
 %build
+aclocal
 autoconf
+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 +83,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.177143 seconds and 4 git commands to generate.