specs/SUNWmusicbrainz.spec
author yippi
Wed, 10 Nov 2010 20:40:21 +0000
branchgnome-2-30
changeset 20343 4198ebdad7ef
parent 17937 664c0536875a
child 20346 9fe7f10c4257
permissions -rw-r--r--
2010-11-10 Brian Cameron <[email protected]> * specs/SUNWdbus-python24.spec, specs/SUNWgnome-display-mgr.spec, specs/SUNWgnome-cd.spec, specs/SUNWlibcanberra.spec, specs/SUNWdbus-glib.spec, specs/SUNWgnome-a11y-dasher.spec, specs/SUNWgst-python.spec, specs/SUNWmusicbrainz.spec, specs/SUNWgnome-audio.spec, specs/SUNWgnome-media-apps.spec, specs/SUNWgst-python26.spec, specs/SUNWliboil.spec, specs/SUNWgobject-introspection.spec, specs/SUNWspeex.spec, specs/SUNWogg-vorbis.spec, specs/SUNWdbus-python26.spec, specs/SUNWflac.spec, specs/SUNWgnome-media-player.spec, specs/SUNWgnome-media.spec, specs/SUNWlibcroco.spec, specs/SUNWconsolekit.spec, specs/SUNWdbus.spec, specs/SUNWgnome-terminal.spec: Add license tag. * base-specs/audiofile.spec, base-specs/gnome-terminal.spec: Correct spacing.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package SUNWmusicbrainz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# includes module(s): libmusicbrainz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
11981
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
     6
# Copyright (c) 2008 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 13598
diff changeset
    10
%define owner yippi
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
%include Solaris.inc
16979
3391ec9443ec 2009-11-18 Ke Wang <[email protected]>
wangke
parents: 16434
diff changeset
    13
%use musicbrainz = libmusicbrainz3.spec
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Name:                    SUNWmusicbrainz
17937
664c0536875a Added tags IPS_package_name and Meta(info.consolidation)
davelam
parents: 17902
diff changeset
    16
IPS_package_name:        library/musicbrainz/libmusicbrainz
664c0536875a Added tags IPS_package_name and Meta(info.consolidation)
davelam
parents: 17902
diff changeset
    17
Meta(info.classification): %{classification_prefix}:System/Multimedia Libraries
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Summary:                 Library for accessing MusicBrainz servers
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Version:                 %{musicbrainz.version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
SUNW_BaseDir:            %{_basedir}
11981
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
    21
SUNW_Copyright:          %{name}.copyright
20343
4198ebdad7ef 2010-11-10 Brian Cameron <[email protected]>
yippi
parents: 17937
diff changeset
    22
License:                 LGPL v2.1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
%include default-depend.inc
16979
3391ec9443ec 2009-11-18 Ke Wang <[email protected]>
wangke
parents: 16434
diff changeset
    26
Requires: SUNWneon
3391ec9443ec 2009-11-18 Ke Wang <[email protected]>
wangke
parents: 16434
diff changeset
    27
Requires: SUNWlibdiscid
3391ec9443ec 2009-11-18 Ke Wang <[email protected]>
wangke
parents: 16434
diff changeset
    28
BuildRequires: SUNWcmake
3391ec9443ec 2009-11-18 Ke Wang <[email protected]>
wangke
parents: 16434
diff changeset
    29
BuildRequires: SUNWlibdiscid-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
mkdir %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
%musicbrainz.prep -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
%musicbrainz.build -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
%musicbrainz.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
%{_libdir}/libmusicbrainz*.so*
13598
e6be6ecb4ab8 2008-09-16 Brian Cameron <[email protected]>
yippi
parents: 11981
diff changeset
    54
%doc -d libmusicbrainz-%{musicbrainz.version} AUTHORS README
16979
3391ec9443ec 2009-11-18 Ke Wang <[email protected]>
wangke
parents: 16434
diff changeset
    55
#%doc -d libmusicbrainz-%{musicbrainz.version} perl/Bundle/README
3391ec9443ec 2009-11-18 Ke Wang <[email protected]>
wangke
parents: 16434
diff changeset
    56
#%doc -d libmusicbrainz-%{musicbrainz.version} perl/Client/README
3391ec9443ec 2009-11-18 Ke Wang <[email protected]>
wangke
parents: 16434
diff changeset
    57
#%doc -d libmusicbrainz-%{musicbrainz.version} perl/TRM/README
3391ec9443ec 2009-11-18 Ke Wang <[email protected]>
wangke
parents: 16434
diff changeset
    58
#%doc -d libmusicbrainz-%{musicbrainz.version} perl/Queries/README
3391ec9443ec 2009-11-18 Ke Wang <[email protected]>
wangke
parents: 16434
diff changeset
    59
#%doc -d libmusicbrainz-%{musicbrainz.version} python/README
3391ec9443ec 2009-11-18 Ke Wang <[email protected]>
wangke
parents: 16434
diff changeset
    60
%doc(bzip2) -d libmusicbrainz-%{musicbrainz.version} COPYING
3391ec9443ec 2009-11-18 Ke Wang <[email protected]>
wangke
parents: 16434
diff changeset
    61
#%doc(bzip2) -d libmusicbrainz-%{musicbrainz.version} ChangeLog 
13598
e6be6ecb4ab8 2008-09-16 Brian Cameron <[email protected]>
yippi
parents: 11981
diff changeset
    62
%dir %attr (0755, root, sys) %{_datadir}
e6be6ecb4ab8 2008-09-16 Brian Cameron <[email protected]>
yippi
parents: 11981
diff changeset
    63
%dir %attr (0755, root, other) %{_datadir}/doc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%dir %attr (0755, root, bin) %{_includedir}
16979
3391ec9443ec 2009-11-18 Ke Wang <[email protected]>
wangke
parents: 16434
diff changeset
    71
%{_includedir}/musicbrainz3
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
%changelog
16979
3391ec9443ec 2009-11-18 Ke Wang <[email protected]>
wangke
parents: 16434
diff changeset
    74
* Wed Nov 18 2009 - [email protected]
3391ec9443ec 2009-11-18 Ke Wang <[email protected]>
wangke
parents: 16434
diff changeset
    75
- Bump to 3.0.2
13598
e6be6ecb4ab8 2008-09-16 Brian Cameron <[email protected]>
yippi
parents: 11981
diff changeset
    76
* Mon Sep 15 2008 - [email protected]
e6be6ecb4ab8 2008-09-16 Brian Cameron <[email protected]>
yippi
parents: 11981
diff changeset
    77
- Add new copyright files.
11981
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
    78
* Mon Mar 31 2008 - [email protected]
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
    79
- Add SUNW_Copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
* Mon Feb 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
* Wed Jan 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
- Set LDFLAGS/CFLAGS to find expat files under /usr/sfw.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
* Tue Sep 27 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
- Fix libmusicbrainz so it links against the Forte STL library
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
  since it was building with unresolved symbols before.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
* Mon Jul 25 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
- Create a separate devel package
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
* Fri Jul 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
- Modify patch not to include -lstdc++
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
* Thu Jul 07 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
- Initial spec-file created