]> git.pld-linux.org Git - packages/banshee.git/blob - banshee.spec
- update icon cache
[packages/banshee.git] / banshee.spec
1 %include /usr/lib/rpm/macros.mono
2 #
3
4 Summary:        A Mono/GStreamer Based Music Player
5 Summary(pl.UTF-8):      Oparty na Mono/GStreamerze odtwarzacz muzyki
6 Name:           banshee
7 Version:        0.12.1
8 Release:        1
9 License:        GPL
10 Group:          Applications/Multimedia
11 Source0:        http://banshee-project.org/files/banshee/%{name}-%{version}.tar.gz
12 # Source0-md5:  6bcfe0a4ca92e6cce86244938f004b8c
13 Patch0:         %{name}-spurious_trailing_comma.patch
14 URL:            http://banshee-project.org/
15 BuildRequires:  GConf2-devel
16 BuildRequires:  autoconf >= 2.13
17 BuildRequires:  automake
18 BuildRequires:  dbus-devel >= 0.93
19 BuildRequires:  dbus-glib-devel >= 0.71
20 BuildRequires:  dotnet-avahi-devel
21 BuildRequires:  dotnet-gnome-sharp-devel >= 2.16.0
22 BuildRequires:  dotnet-gtk-sharp2-devel >= 2.10.0
23 BuildRequires:  dotnet-ipod-sharp
24 BuildRequires:  dotnet-libgphoto2-sharp-devel
25 BuildRequires:  dotnet-njb-sharp
26 BuildRequires:  gnome-desktop-devel >= 2.16.0
27 BuildRequires:  gstreamer-cdparanoia
28 BuildRequires:  gstreamer-devel >= 0.10.3
29 BuildRequires:  gstreamer-gnomevfs
30 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.3
31 BuildRequires:  gtk+2-devel >= 2.10.3
32 BuildRequires:  hal-devel >= 0.5.2
33 BuildRequires:  intltool >= 0.35
34 BuildRequires:  libmusicbrainz-devel >= 2.1.1
35 BuildRequires:  libtool
36 BuildRequires:  mono-csharp >= 1.1.13
37 BuildRequires:  monodoc
38 BuildRequires:  nautilus-cd-burner-devel >= 2.16.0
39 BuildRequires:  pkgconfig
40 BuildRequires:  sqlite3-devel
41 Requires:       gstreamer-cdparanoia >= 0.10.3
42 Requires:       gstreamer-gnomevfs >= 0.10.3
43 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
44
45 %description
46 Banshee is a brand spankin' new audio player based on the GStreamer
47 media library and is developed on the Open Source Mono .NET Platform,
48 written in C#.
49
50 %description -l pl.UTF-8
51 Banshee to nowy odtwarzacz dźwięku oparty na bibliotece odtwarzacza
52 multimediów GStreamer, rozwijany na platformie .NET Mono, napisany w
53 C#.
54
55 %prep
56 %setup -q
57 %patch -p1
58
59 %build
60 %{__aclocal} -I build/m4/banshee -I build/m4/shamrock
61 %{__libtoolize}
62 %{__automake}
63 %{__autoconf}
64 %configure \
65         --disable-dev-tests \
66         --disable-helix \
67         --enable-ipod \
68         --enable-njb \
69         --disable-vlc \
70         --enable-gstreamer \
71         --enable-avahi \
72         --disable-schemas-install \
73         --disable-docs
74 %{__make}
75
76 %install
77 rm -rf $RPM_BUILD_ROOT
78 install -d $RPM_BUILD_ROOT%{_libdir}/monodoc/sources
79
80 %{__make} install \
81         DESTDIR=$RPM_BUILD_ROOT
82
83 #mv $RPM_BUILD_ROOT%{_docdir}/%{name}/* $RPM_BUILD_ROOT%{_libdir}/monodoc/sources
84
85 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.{la,a}
86
87 %find_lang %{name}
88
89 %clean
90 rm -rf $RPM_BUILD_ROOT
91
92 %post
93 %update_desktop_database_post
94 SCHEMAS="banshee-core.schemas banshee-interface.schemas banshee-plugin-audioscrobbler.schemas banshee-plugin-daap.schemas banshee-plugin-metadatasearcher.schemas banshee-plugin-minimode.schemas banshee-plugin-mmkeys.schemas banshee-plugin-notificationarea.schemas banshee-plugin-podcast.schemas banshee-plugin-radio.schemas banshee-plugin-recommendation.schemas"
95 for S in $SCHEMAS; do
96         %gconf_schema_install $S
97 done
98 %update_icon_cache hicolor
99
100 %preun
101 SCHEMAS="banshee-core.schemas banshee-interface.schemas banshee-plugin-audioscrobbler.schemas banshee-plugin-daap.schemas banshee-plugin-metadatasearcher.schemas banshee-plugin-minimode.schemas banshee-plugin-mmkeys.schemas banshee-plugin-notificationarea.schemas banshee-plugin-podcast.schemas banshee-plugin-radio.schemas banshee-plugin-recommendation.schemas"
102 for S in $SCHEMAS; do
103         %gconf_schema_install $S
104 done
105
106 %postun
107 %update_desktop_database_postun
108 %update_icon_cache hicolor
109
110 %files -f %{name}.lang
111 %defattr(644,root,root,755)
112 %doc AUTHORS COPYING ChangeLog NEWS README
113 %{_sysconfdir}/gconf/schemas/*.schemas
114 %attr(755,root,root) %{_bindir}/banshee
115 %{_datadir}/banshee
116 %{_pkgconfigdir}/banshee.pc
117 %dir %{_libdir}/banshee
118 %{_libdir}/banshee/*.dll
119 %attr(755,root,root) %{_libdir}/banshee/*.so
120 %{_libdir}/banshee/*.exe
121 %{_libdir}/banshee/*.mdb
122 %{_libdir}/banshee/*.config
123 %{_libdir}/banshee/Banshee.Dap
124 %{_libdir}/banshee/Banshee.MediaEngine
125 %{_libdir}/banshee/Banshee.Plugins
126 #%{_libdir}/monodoc/sources/*
127 %{_desktopdir}/banshee.desktop
128 %{_iconsdir}/hicolor/*/*/*
129 %{_datadir}/dbus-1/services/org.gnome.Banshee.service
This page took 0.058144 seconds and 4 git commands to generate.