Author: qboosh Date: Sun Apr 11 16:04:35 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.9.2 - use rpmldflags, avoid unnecessary -lXp
---- Files affected: packages/nas: nas.spec (1.55 -> 1.56) ---- Diffs: ================================================================ Index: packages/nas/nas.spec diff -u packages/nas/nas.spec:1.55 packages/nas/nas.spec:1.56 --- packages/nas/nas.spec:1.55 Sun Nov 9 13:30:17 2008 +++ packages/nas/nas.spec Sun Apr 11 18:04:26 2010 @@ -4,12 +4,12 @@ Summary(ru.UTF-8): NAS - клиент-серверная сетевая поддержка аудио Summary(uk.UTF-8): NAS - клієнт-серверна мережева підтримка аудіо Name: nas -Version: 1.9.1 +Version: 1.9.2 Release: 1 License: Free Group: Applications/Sound Source0: http://dl.sourceforge.net/nas/%{name}-%{version}.src.tar.gz -# Source0-md5: d975efefba50b985446bb2c2cb4ee91f +# Source0-md5: ed7864f55b384452167959022cfb403b URL: http://radscan.com/nas.html BuildRequires: bison BuildRequires: flex @@ -126,8 +126,11 @@ %{__make} World \ WORLDOPTS="-k CDEBUGFLAGS='%{rpmcflags} -D__USE_BSD_SIGNAL -w'" \ CXXDEBUGFLAGS="%{rpmcflsgs} -w" \ + LOCAL_LDFLAGS="%{rpmldflags}" \ + CC="%{__cc}" \ + AUDIOLIBS="-L`pwd`/lib -laudio" \ REQUIREDLIBS="-lXt -X11 -lm" \ - CC="%{__cc}" + EXTRAXAWCLIENTLIBS= %install rm -rf $RPM_BUILD_ROOT @@ -153,21 +156,35 @@ %doc README FAQ TODO HISTORY %dir %{_sysconfdir} %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/nasd.conf -%attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/lib*.so.* +%attr(755,root,root) %{_bindir}/au* +%attr(755,root,root) %{_bindir}/checkmail +%attr(755,root,root) %{_bindir}/issndfile +%attr(755,root,root) %{_bindir}/nasd +%attr(755,root,root) %{_bindir}/playbucket +%attr(755,root,root) %{_bindir}/soundtoh +%attr(755,root,root) %{_libdir}/libaudio.so.*.* +%attr(755,root,root) %ghost %{_libdir}/libaudio.so.2 %{_libdir}/X11/AuErrorDB -%{_mandir}/man[15]/* +%{_mandir}/man1/au*.1x* +%{_mandir}/man1/checkmail.1x* +%{_mandir}/man1/issndfile.1x* +%{_mandir}/man1/nas.1x* +%{_mandir}/man1/nasd.1x* +%{_mandir}/man1/playbucket.1x* +%{_mandir}/man1/soundtoh.1x* +%{_mandir}/man5/nasd.conf.5x* %files devel %defattr(644,root,root,755) %doc doc/{*.txt,*.ps} -%attr(755,root,root) %{_libdir}/lib*.so +%attr(755,root,root) %{_libdir}/libaudio.so %{_includedir}/audio -%{_mandir}/man3/* +%{_mandir}/man3/Au*.3x* +%{_mandir}/man3/Sound*.3x* %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libaudio.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -175,6 +192,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.56 2010/04/11 16:04:26 qboosh +- updated to 1.9.2 +- use rpmldflags, avoid unnecessary -lXp + Revision 1.55 2008/11/09 12:30:17 arvenil - up to 1.9.1 - adapter ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nas/nas.spec?r1=1.55&r2=1.56&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
