base-specs/gnome-audio.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16426 6e0af232ec80
permissions -rw-r--r--
2009-08-31 Christian Kelly <[email protected]> * base-specs/*.spec, *.spec: Change owner field to be parsable with spectool.

#
# spec file for package gnome-audio
#
# Copyright (c) 2008 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
%define owner yippi
#

%define OSR gnome.org:0

Name:			gnome-audio
License:		Creative Commons Attribution-Share Alike 2.0 Generic, Creative Commons Attribution 3.0 Unported
Group:			System/Libraries/GNOME
BuildArchitectures:	noarch
Version:		2.22.2
Release:		1
Distribution:		Java Desktop System
Vendor:			Sun Microsystems, Inc.
Summary:		Sounds for GNOME events.
Source:			http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.22/%{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} DESTDIR=$RPM_BUILD_ROOT 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
* Wed Mar 26 2008 - [email protected]
- Bump to 2.22.1.

* Sun Mar 23 2008 - [email protected]
- Bump to 2.22.0. Add patch 01-destdir to fix #524032.

* 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.