SUNWxdg-sound-theme.spec
author ginnchen
Mon, 12 Apr 2010 08:07:21 +0000
branchgnome-2-28
changeset 18675 d625b72c91d8
parent 16434 f21f22550fe9
child 17864 337913e88a9d
permissions -rw-r--r--
2010-04-12 Ginn Chen <[email protected]> * SUNWfirefox.spec: Fix the build issue of Firefox 3.6.3.

 
# spec file for package SUNWxdg-sound-theme
#
# includes module(s): xdg-sound-theme
#
%define owner yippi
#
%include Solaris.inc

%define OSR 9865:n/a

Name:                    SUNWxdg-sound-theme
Summary:                 XDG FreeDesktop Sound Theme
License:                 Creative Commons ShareAlike 2.0, Creative Commons - Attribution-Share Alike 2.0 Generic, Creative Commons - Attribution 3.0 Unported, GPLv2, LGPLv2
Group:                   System/GUI/GNOME
Version:                 0.6
URL:                     http://0pointer.de/blog/projects/sixfold-announcement.html
Source:                  http://0pointer.de/public/sound-theme-freedesktop-%{version}.tar.bz2
SUNW_Copyright:          %{name}.copyright
SUNW_BaseDir:            %{_basedir}
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
%include default-depend.inc

%prep
%setup -n sound-theme-freedesktop-%{version}

%build
./configure --prefix=%{_prefix} 
make

%install
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-, root, bin)
%dir %attr (0755, root, sys) %{_datadir}
%dir %attr (0755, root, bin) %{_datadir}/sounds
%{_datadir}/sounds/*

%changelog
* Fri Aug 28 2009 - [email protected]
- Bump to 0.6.
* Thu Aug 27 2009 - [email protected]
- Bump to 0.5.
* Wed Sep 10 2008 - [email protected]
- Add default attribute definition in %file section.
* Thu Aug 20 2008 - [email protected]
- Created.