]> git.pld-linux.org Git - packages/libsndfile.git/commitdiff
- ghost soname symlink auto/th/libsndfile-1_0_19-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Apr 2009 20:27:56 +0000 (20:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- package remaining octave files

Changed files:
    libsndfile.spec -> 1.64

libsndfile.spec

index 7b3d0fb31d8c480239c7ce392f486531687161ce..54be9550dce817517a40bb88331ae5098a132f71 100644 (file)
@@ -140,7 +140,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_libdir}/libsndfile.so.*.*
+%attr(755,root,root) %{_libdir}/libsndfile.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libsndfile.so.1
 
 %files devel
 %defattr(644,root,root,755)
@@ -158,7 +159,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files octave
 %defattr(644,root,root,755)
-%{_datadir}/octave/site/m/*
+%{_datadir}/octave/site/m/sndfile_*.m
+%dir %{_libdir}/octave/*/site/oct/*/sndfile
+%{_libdir}/octave/*/site/oct/*/sndfile/PKG_ADD
+%attr(755,root,root) %{_libdir}/octave/*/site/oct/*/sndfile/sndfile.oct
 
 %files progs
 %defattr(644,root,root,755)
This page took 0.252678 seconds and 4 git commands to generate.