]> git.pld-linux.org Git - packages/banshee.git/blobdiff - banshee.spec
- updated gettext BR
[packages/banshee.git] / banshee.spec
index 10c954ad1c3111f069a11dbc3aa06685aa32b31b..eb1a9ce6a13397ac46625aff9d0e18ab58f8b1b2 100644 (file)
@@ -4,12 +4,12 @@
 Summary:       A Mono/GStreamer Based Music Player
 Summary(pl.UTF-8):     Oparty na Mono/GStreamerze odtwarzacz muzyki
 Name:          banshee
-Version:       2.6.0
+Version:       2.6.2
 Release:       2
-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: 3b291a0de4c692736b7d8b1b5be038f3
+# Source0-md5: 12dbb8a996783f7081d538062a8589b7
 URL:           http://banshee.fm/
 BuildRequires: GConf2-devel
 BuildRequires: autoconf >= 2.52
@@ -31,7 +31,7 @@ BuildRequires:        dotnet-mono-upnp-devel >= 0.1
 BuildRequires: dotnet-mono-zeroconf-devel >= 0.8.0
 BuildRequires: dotnet-notify-sharp-devel
 BuildRequires: dotnet-taglib-sharp-devel >= 2.0.3.7
-BuildRequires: gettext-devel
+BuildRequires: gettext-tools
 BuildRequires: glib2-devel >= 1:2.22.0
 BuildRequires: gnome-desktop2-devel
 BuildRequires: gnome-doc-utils >= 0.18.0
@@ -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
This page took 0.076197 seconds and 4 git commands to generate.