summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Zagrodzki2002-09-14 09:35:17 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitbcbe612a17bc8b4103d96cabaef875930d2fb462 (patch)
treebbe42f8ee4a693bb790e54cc372c42486829857d
parent299a231f3ed2c946648ed3af166e494dba225206 (diff)
downloadlibsndfile-bcbe612a17bc8b4103d96cabaef875930d2fb462.zip
libsndfile-bcbe612a17bc8b4103d96cabaef875930d2fb462.tar.gz
- upgraded to 1.0.1
- STBR Changed files: libsndfile.spec -> 1.24
-rw-r--r--libsndfile.spec24
1 files changed, 22 insertions, 2 deletions
diff --git a/libsndfile.spec b/libsndfile.spec
index a939545..504a7ed 100644
--- a/libsndfile.spec
+++ b/libsndfile.spec
@@ -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.28
+Version: 1.0.1
Release: 1
License: GPL
Vendor: Erik de Castro Lopo <erikd@zip.com.au>
@@ -49,9 +49,23 @@ libsndfile static libraries.
%description static -l pl
Biblioteki statyczne libsndfile.
+%package octave
+Summary: libsndfile modules for octave
+Summary(pl): moduły libsndfile dla octave
+Group: Applications/Math
+Requires: %{name}
+Requires: octave
+
+%description octave
+A couple of script files for loading, saving, and playing sound
+files from within Octave.
+
+%description octave -l pl
+Kilka skryptów Octave do ładowania, zapisywania i odtwarzania plików
+dĽwiękowych.
+
%prep
%setup -q
-%patch -p1
%build
%{__libtoolize}
@@ -79,6 +93,8 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc *.gz doc/*.html doc/*.jpg
%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(744,root,root) %{_bindir}/*
+%{_mandir}/man1/*
%files devel
%defattr(644,root,root,755)
@@ -89,3 +105,7 @@ rm -rf $RPM_BUILD_ROOT
%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a
+
+%files octave
+%defattr(644,root,root,755)
+%{_datadir}/octave/site/m/*