From: Jakub Bogusz Date: Mon, 17 Mar 2014 20:37:06 +0000 (+0100) Subject: - change C# 2.0 to C# 4.0 compiler (current gtk2# depends on cairo from C# 4.0, not... X-Git-Tag: auto/th/banshee-2.6.2-2~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fbanshee.git;a=commitdiff_plain;h=94e4491 - change C# 2.0 to C# 4.0 compiler (current gtk2# depends on cairo from C# 4.0, not 2.0) - COPYING apparently specifies MIT, not GPL --- diff --git a/banshee.spec b/banshee.spec index 10527dd..19eb0c1 100644 --- a/banshee.spec +++ b/banshee.spec @@ -6,7 +6,7 @@ Summary(pl.UTF-8): Oparty na Mono/GStreamerze odtwarzacz muzyki Name: banshee Version: 2.6.2 Release: 1 -License: GPL +License: MIT Group: X11/Applications/Multimedia Source0: http://ftp.gnome.org/pub/GNOME/sources/banshee/2.6/%{name}-%{version}.tar.xz # Source0-md5: 12dbb8a996783f7081d538062a8589b7 @@ -48,6 +48,7 @@ BuildRequires: mono-csharp >= 2.4.3 BuildRequires: monodoc BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.311 +BuildRequires: sed >= 4.0 BuildRequires: sqlite3-devel >= 3.4.0 BuildRequires: tar >= 1:1.22 BuildRequires: xorg-lib-libXrandr-devel >= 1.1.1 @@ -95,6 +96,8 @@ Ten pakiet dostarcza pliki programistyczne dla Banshee. %prep %setup -q +%{__sed} -i -e 's/MONO_2_0_COMPILER/MONO_4_0_COMPILER/' configure.ac + %build %{__libtoolize} %{__intltoolize} @@ -157,12 +160,13 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/banshee/Backends/*.config %{_libdir}/banshee/Backends/*.dll %{_libdir}/banshee/Backends/*.mdb -%{_libdir}/banshee/Backends/*.so +%attr(755,root,root) %{_libdir}/banshee/Backends/*.so %{_libdir}/banshee/Banshee.Services.addins %{_desktopdir}/banshee-audiocd.desktop %{_desktopdir}/banshee-media-player.desktop %{_desktopdir}/banshee.desktop -%{_iconsdir}/hicolor/*/*/* +%{_iconsdir}/hicolor/*/apps/media-player-banshee.png +%{_datadir}/appdata/banshee.appdata.xml %{_datadir}/dbus-1/services/org.bansheeproject.Banshee.service %{_datadir}/dbus-1/services/org.bansheeproject.CollectionIndexer.service %{_datadir}/mime/packages/banshee-amz.xml