gnome-audio.spec
author dermotm
Mon, 18 Oct 2004 09:30:38 +0000
changeset 4276 2a2c7f354601
parent 4133 ac0c5fbef3de
child 4409 4fec71e58697
permissions -rw-r--r--
Incremented release numbers for build 21

#
# Copyright (c) Sun Microsystems, Inc.
#

Name:			gnome-audio
License:		GPL
Group:			System/Libraries/GNOME
BuildArchitectures:	noarch
Version:		2.0.0
Release:		34
Distribution:		Cinnabar
Vendor:			Sun Microsystems, Inc.
Summary:		Sounds for GNOME events.
Source:			http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.0/%{name}-%{version}.tar.bz2
URL:			http://www.gnome.org
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
Docdir:			%{_defaultdocdir}/doc
Autoreqprov:		on

%description
If you use the GNOME desktop environment, you may want to install this package
of comlementary sounds.

%prep
%setup -q

%install
mkdir -p $RPM_BUILD_ROOT
make prefix=$RPM_BUILD_ROOT/%{_prefix} install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%{_datadir}/sounds/*.wav
%{_datadir}/sounds/panel/*.wav
%{_datadir}/sounds/gtk-events/*.wav


%changelog
* Mon Feb 23 2004 Matt Keenan <[email protected]>
- Updated Distro

* Mon Oct 20 2003 Ghee Teo <[email protected]>
- Updated spec file, since there is no new release of this module in GNOME 2.4
  simply uprev release number.

* Thu Aug 06 2003 Niall Power <[email protected]>
- Initial spec file created.