1 # 2 # spec file for package gnome-audio 3 # 4 # Copyright (c) 2005 Sun Microsystems, Inc. 5 # This file and all modifications and additions to the pristine 6 # package are under the same license as the package itself. 7 # 8 # Owner: yippi 9 # 10 Name: gnome-audio 11 License: GPL 12 Group: System/Libraries/GNOME 13 BuildArchitectures: noarch 14 Version: 2.0.0 15 Release: 53 16 Distribution: Java Desktop System 17 Vendor: Sun Microsystems, Inc. 18 Summary: Sounds for GNOME events. 19 Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.0/%{name}-%{version}.tar.bz2 20 URL: http://www.gnome.org 21 BuildRoot: %{_tmppath}/%{name}-%{version}-build 22 Docdir: %{_defaultdocdir}/doc 23 Autoreqprov: on 24 25 %description 26 If you use the GNOME desktop environment, you may want to install this package 27 of comlementary sounds. 28 29 %prep 30 %setup -q 31 32 33 %install 34 mkdir -p $RPM_BUILD_ROOT 35 make prefix=$RPM_BUILD_ROOT/%{_prefix} install 36 37 %clean 38 rm -rf $RPM_BUILD_ROOT 39 40 %files 41 %defattr(-,root,root) 42 %doc README 43 %{_datadir}/sounds/*.wav 44 %{_datadir}/sounds/panel/*.wav 45 %{_datadir}/sounds/gtk-events/*.wav 46 47 48 %changelog 49 * Mon Feb 23 2004 Matt Keenan <matt.keenan@sun.com> 50 - Updated Distro 51 52 * Mon Oct 20 2003 Ghee Teo <ghee.teo@sun.com> 53 - Updated spec file, since there is no new release of this module in GNOME 2.4 54 simply uprev release number. 55 56 * Thu Aug 06 2003 Niall Power <niall.power@sun.com> 57 - Initial spec file created. 58