SUNWxdg-sound-theme.spec
author hawklu
Fri, 26 Feb 2010 03:26:31 +0000
branchgnome-2-28
changeset 18643 8c2f88f3d983
parent 16434 f21f22550fe9
child 17864 337913e88a9d
permissions -rw-r--r--
2010-02-26 Brian Lu <[email protected]> * SUNWsqlite3.spec: * base-specs/sqlite.spec: * copyright/SUNWsqlite3.copyright: * ext-sources/mapfile-libsqlite3: * ext-sources/pkgIndex.tcl: * manpages/Makefile: * manpages/man1/sqlite3.1: * patches/sqlite3-01-using-mapfile.diff: Ship sqlite3 packages
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     1
 
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     2
# spec file for package SUNWxdg-sound-theme
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     3
#
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     4
# includes module(s): xdg-sound-theme
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16432
diff changeset
     6
%define owner yippi
16284
65e2c4417d6b 2009-08-14 Brian Cameron <[email protected]>
yippi
parents: 13477
diff changeset
     7
#
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
%include Solaris.inc
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     9
16432
b461d1440d14 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16412
diff changeset
    10
%define OSR 9865:n/a
b461d1440d14 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16412
diff changeset
    11
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    12
Name:                    SUNWxdg-sound-theme
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    13
Summary:                 XDG FreeDesktop Sound Theme
16284
65e2c4417d6b 2009-08-14 Brian Cameron <[email protected]>
yippi
parents: 13477
diff changeset
    14
License:                 Creative Commons ShareAlike 2.0, Creative Commons - Attribution-Share Alike 2.0 Generic, Creative Commons - Attribution 3.0 Unported, GPLv2, LGPLv2
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    15
Group:                   System/GUI/GNOME
16412
af8a9a742596 2009-08-29 Brian Cameron <[email protected]>
yippi
parents: 16397
diff changeset
    16
Version:                 0.6
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    17
URL:                     http://0pointer.de/blog/projects/sixfold-announcement.html
16397
99c574c1490c 2009-08-27 Brian Cameron <[email protected]>
yippi
parents: 16284
diff changeset
    18
Source:                  http://0pointer.de/public/sound-theme-freedesktop-%{version}.tar.bz2
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    19
SUNW_Copyright:          %{name}.copyright
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    20
SUNW_BaseDir:            %{_basedir}
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    21
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    22
%include default-depend.inc
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    23
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    24
%prep
16397
99c574c1490c 2009-08-27 Brian Cameron <[email protected]>
yippi
parents: 16284
diff changeset
    25
%setup -n sound-theme-freedesktop-%{version}
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    26
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    27
%build
16397
99c574c1490c 2009-08-27 Brian Cameron <[email protected]>
yippi
parents: 16284
diff changeset
    28
./configure --prefix=%{_prefix} 
99c574c1490c 2009-08-27 Brian Cameron <[email protected]>
yippi
parents: 16284
diff changeset
    29
make
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    30
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    31
%install
16397
99c574c1490c 2009-08-27 Brian Cameron <[email protected]>
yippi
parents: 16284
diff changeset
    32
make install DESTDIR=$RPM_BUILD_ROOT
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    33
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    34
%clean
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    35
rm -rf $RPM_BUILD_ROOT
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    36
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    37
%files
13477
6d47e921c224 Add default attribute definition in %file section.
davelam
parents: 13392
diff changeset
    38
%defattr (-, root, bin)
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    39
%dir %attr (0755, root, sys) %{_datadir}
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    40
%dir %attr (0755, root, bin) %{_datadir}/sounds
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    41
%{_datadir}/sounds/*
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    42
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    43
%changelog
16412
af8a9a742596 2009-08-29 Brian Cameron <[email protected]>
yippi
parents: 16397
diff changeset
    44
* Fri Aug 28 2009 - [email protected]
af8a9a742596 2009-08-29 Brian Cameron <[email protected]>
yippi
parents: 16397
diff changeset
    45
- Bump to 0.6.
16397
99c574c1490c 2009-08-27 Brian Cameron <[email protected]>
yippi
parents: 16284
diff changeset
    46
* Thu Aug 27 2009 - [email protected]
99c574c1490c 2009-08-27 Brian Cameron <[email protected]>
yippi
parents: 16284
diff changeset
    47
- Bump to 0.5.
13477
6d47e921c224 Add default attribute definition in %file section.
davelam
parents: 13392
diff changeset
    48
* Wed Sep 10 2008 - [email protected]
6d47e921c224 Add default attribute definition in %file section.
davelam
parents: 13392
diff changeset
    49
- Add default attribute definition in %file section.
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    50
* Thu Aug 20 2008 - [email protected]
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    51
- Created.