Hello community,

here is the log from the commit of package audiofile for openSUSE:Factory
checked in at Thu Sep 22 13:54:30 CEST 2011.



--------
--- audiofile/audiofile.changes 2011-09-19 19:48:56.000000000 +0200
+++ /mounts/work_src_done/STABLE/audiofile/audiofile.changes    2011-09-20 
10:25:38.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Sep 20 08:23:59 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+- Fix a typo in %_smp_mflags
+- Implement shlib policy
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ audiofile.spec ++++++
--- /var/tmp/diff_new_pack.8ZuZuK/_old  2011-09-22 13:54:26.000000000 +0200
+++ /var/tmp/diff_new_pack.8ZuZuK/_new  2011-09-22 13:54:26.000000000 +0200
@@ -15,14 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           audiofile
+%define lname  libaudiofile0
 Url:            http://www.68k.org/~michael/audiofile/
 License:        GPLv2+ ; LGPLv2.1+
 Group:          System/Libraries
-AutoReqProv:    on
 # bug437293
 %ifarch ppc64
 Obsoletes:      audiofile-64bit
@@ -49,11 +48,24 @@
 files of many common formats (currently AIFF, AIFC, WAVE, and
 NeXT/Sun).
 
+%package -n %lname
+Group:          System/Libraries
+Summary:        An Audio File Library
+
+%description -n %lname
+This audio file library is an implementation of the SGI audio file
+library. At present, not all features of the SGI audio file library are
+implemented.
+
+This library allows the processing of audio data to and from audio
+files of many common formats (currently AIFF, AIFC, WAVE, and
+NeXT/Sun).
+
 %package devel
 License:        GPLv2+ ; LGPLv2.1+
 Summary:        An audio file library
 Group:          Development/Libraries/C and C++
-Requires:       %{name} = %{version}
+Requires:       %lname = %version
 
 %description devel
 This Audio File Library is an implementation of the SGI Audio File
@@ -89,7 +101,7 @@
 %{configure} \
     --with-pic \
     --disable-static
-make %{?_smp_flags}
+make %{?_smp_mflags}
 %{__cp} -a docs install_docs
 %{__rm} install_docs/Makefile*
 
@@ -102,17 +114,17 @@
 %check
 %{__make} check
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%postun -n %lname -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root)
 %doc README TODO COPYING* ACKNOWLEDGEMENTS AUTHORS NEWS NOTES 
 %{_bindir}/s*
+
+%files -n %lname
+%defattr(-,root,root)
 %{_libdir}/*.so.*
 %{_mandir}/man1/sfconvert.1*
 %{_mandir}/man1/sfinfo.1*

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.8ZuZuK/_old  2011-09-22 13:54:26.000000000 +0200
+++ /var/tmp/diff_new_pack.8ZuZuK/_new  2011-09-22 13:54:26.000000000 +0200
@@ -1 +1,4 @@
-audiofile
+libaudiofile0
+audiofile-devel
+       requires -audiofile-<targettype>
+       requires "libaudiofile0-<targettype> = <version>"


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to