Author: qboosh Date: Mon Nov 5 18:47:24 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - follow Suggests-instead-of-banner policy - GPL v3+ - include ghost soname symlink
---- Files affected: SPECS: alsaplayer.spec (1.98 -> 1.99) ---- Diffs: ================================================================ Index: SPECS/alsaplayer.spec diff -u SPECS/alsaplayer.spec:1.98 SPECS/alsaplayer.spec:1.99 --- SPECS/alsaplayer.spec:1.98 Mon Nov 5 01:21:39 2007 +++ SPECS/alsaplayer.spec Mon Nov 5 19:47:19 2007 @@ -12,7 +12,7 @@ Name: alsaplayer Version: 0.99.80 Release: 1 -License: GPLv3 +License: GPL v3+ Group: Applications/Sound Source0: http://www.alsaplayer.org/%{name}-%{version}.tar.bz2 # Source0-md5: 04f8c2321a37d15f40f9ee21251c6202 @@ -42,6 +42,9 @@ Requires(post): /sbin/ldconfig Requires: alsaplayer_output Requires: alsaplayer_ui +Suggests: %{name}-input-audiofile +Suggests: %{name}-input-mad +Suggests: %{name}-input-vorbis BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _noautoreqdep libGL.so.1 libGLU.so.1 @@ -426,21 +429,15 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -/sbin/ldconfig -echo -echo "Remember to install appropriate alsaplayer-input-* plugins" -echo "for files you want to play, for example:" -echo "alsaplayer-input-mad to play MP3s." -echo - +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS README ChangeLog %attr(755,root,root) %{_bindir}/alsaplayer -%attr(755,root,root) %{_libdir}/libalsaplayer.so.0.0.2 +%attr(755,root,root) %{_libdir}/libalsaplayer.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libalsaplayer.so.0 %dir %{_pkglibdir} %dir %{_pkglibdir}/input %dir %{_pkglibdir}/interface @@ -553,6 +550,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.99 2007/11/05 18:47:19 qboosh +- follow Suggests-instead-of-banner policy +- GPL v3+ +- include ghost soname symlink + Revision 1.98 2007/11/05 00:21:39 twittner - up to 0.99.80 (final) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/alsaplayer.spec?r1=1.98&r2=1.99&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
