17730N/A# spec file for package libdiscid 17730N/A# Copyright (c) 2009 Sun Microsystems, Inc. 17730N/A# This file and all modifications and additions to the pristine 17730N/A# package are under the same license as the package itself. 17730N/A#owner:wangke date:2009-11-16 type:branding 17730N/Aidentifier which can be used to lookup the CD at MusicBrainz. 17730N/AAdditionally, it provides a submission URL for adding the DiscID to 17730N/ASummary: %{summary} - development files 17730N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then 17730N/A./configure --prefix=%{_prefix} \ 17730N/Amake install DESTDIR=$RPM_BUILD_ROOT 17730N/Afind $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';
' 17730N/Afind $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';
' 17730N/A* Mon Nov 16 2009 - ke.wang@sun.com