specs/SUNWxdg-sound-theme.spec
author Jon Tibble <meths@btinternet.com>
Sat, 06 Oct 2012 16:11:50 +0100
branchs11express-2010-11
changeset 22109 db10202d5f6d
parent 22084 901547e35785
permissions -rw-r--r--
Added tag oi_151a_prestable7 for changeset 25dee50cecca
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
17937
664c0536875a Added tags IPS_package_name and Meta(info.consolidation)
davelam
parents: 17902
diff changeset
    13
IPS_package_name:        gnome/theme/sound/xdg-sound-theme
664c0536875a Added tags IPS_package_name and Meta(info.consolidation)
davelam
parents: 17902
diff changeset
    14
Meta(info.classification): %{classification_prefix}:Desktop (GNOME)/Theming
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    15
Summary:                 XDG FreeDesktop Sound Theme
17864
337913e88a9d 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 16434
diff changeset
    16
Vendor:                  freedesktop.org
20083
450635fa0066 Synced Brian Cameron's relicensing changes for November release
davelam
parents: 18099
diff changeset
    17
License:                 Creative Commons ShareAlike 2.0, Creative Commons ShakeAlike 3.0 Unported, Creative Commons - Attribution-Share Alike 2.0 Generic, Creative Commons - Attribution 3.0 Unported, GPLv2, LGPLv2, Artistic License
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    18
Group:                   System/GUI/GNOME
16412
af8a9a742596 2009-08-29 Brian Cameron <[email protected]>
yippi
parents: 16397
diff changeset
    19
Version:                 0.6
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    20
URL:                     http://0pointer.de/blog/projects/sixfold-announcement.html
16397
99c574c1490c 2009-08-27 Brian Cameron <[email protected]>
yippi
parents: 16284
diff changeset
    21
Source:                  http://0pointer.de/public/sound-theme-freedesktop-%{version}.tar.bz2
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    22
SUNW_Copyright:          %{name}.copyright
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    23
SUNW_BaseDir:            %{_basedir}
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    24
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    25
%include default-depend.inc
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    26
22084
901547e35785 changed depedencies from perl-584 to perl-510
Alasdair Lumsden <al@everycity.co.uk>
parents: 20083
diff changeset
    27
BuildRequires: SUNWperl510usr 
901547e35785 changed depedencies from perl-584 to perl-510
Alasdair Lumsden <al@everycity.co.uk>
parents: 20083
diff changeset
    28
BuildRequires: SUNWperl510core
18099
6142061e510a 2010-06-08 Michal Pryc <[email protected]>
migi
parents: 17937
diff changeset
    29
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    30
%prep
16397
99c574c1490c 2009-08-27 Brian Cameron <[email protected]>
yippi
parents: 16284
diff changeset
    31
%setup -n sound-theme-freedesktop-%{version}
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    32
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    33
%build
16397
99c574c1490c 2009-08-27 Brian Cameron <[email protected]>
yippi
parents: 16284
diff changeset
    34
./configure --prefix=%{_prefix} 
99c574c1490c 2009-08-27 Brian Cameron <[email protected]>
yippi
parents: 16284
diff changeset
    35
make
13392
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
%install
16397
99c574c1490c 2009-08-27 Brian Cameron <[email protected]>
yippi
parents: 16284
diff changeset
    38
make install DESTDIR=$RPM_BUILD_ROOT
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    39
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    40
%clean
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    41
rm -rf $RPM_BUILD_ROOT
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
%files
13477
6d47e921c224 Add default attribute definition in %file section.
davelam
parents: 13392
diff changeset
    44
%defattr (-, root, bin)
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    45
%dir %attr (0755, root, sys) %{_datadir}
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    46
%dir %attr (0755, root, bin) %{_datadir}/sounds
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    47
%{_datadir}/sounds/*
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    48
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    49
%changelog
18099
6142061e510a 2010-06-08 Michal Pryc <[email protected]>
migi
parents: 17937
diff changeset
    50
* Tue Jun 08 2010 - [email protected]
6142061e510a 2010-06-08 Michal Pryc <[email protected]>
migi
parents: 17937
diff changeset
    51
- Updated BuildRequires to fit SourceJuicer.
16412
af8a9a742596 2009-08-29 Brian Cameron <[email protected]>
yippi
parents: 16397
diff changeset
    52
* Fri Aug 28 2009 - [email protected]
af8a9a742596 2009-08-29 Brian Cameron <[email protected]>
yippi
parents: 16397
diff changeset
    53
- Bump to 0.6.
16397
99c574c1490c 2009-08-27 Brian Cameron <[email protected]>
yippi
parents: 16284
diff changeset
    54
* Thu Aug 27 2009 - [email protected]
99c574c1490c 2009-08-27 Brian Cameron <[email protected]>
yippi
parents: 16284
diff changeset
    55
- Bump to 0.5.
13477
6d47e921c224 Add default attribute definition in %file section.
davelam
parents: 13392
diff changeset
    56
* Wed Sep 10 2008 - [email protected]
6d47e921c224 Add default attribute definition in %file section.
davelam
parents: 13392
diff changeset
    57
- Add default attribute definition in %file section.
13392
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    58
* Thu Aug 20 2008 - [email protected]
50e8b9f1450c 2008-09-03 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    59
- Created.