Author: aredridel Date: Sun Jun 1 21:21:58 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.99.3
---- Files affected: SPECS: banshee.spec (1.27 -> 1.28) ---- Diffs: ================================================================ Index: SPECS/banshee.spec diff -u SPECS/banshee.spec:1.27 SPECS/banshee.spec:1.28 --- SPECS/banshee.spec:1.27 Sat Feb 23 06:54:51 2008 +++ SPECS/banshee.spec Sun Jun 1 23:21:53 2008 @@ -5,12 +5,12 @@ Summary: A Mono/GStreamer Based Music Player Summary(pl.UTF-8): Oparty na Mono/GStreamerze odtwarzacz muzyki Name: banshee -Version: 0.13.2 -Release: 3 +Version: 0.99.3 +Release: 1 License: GPL Group: Applications/Multimedia -Source0: http://banshee-project.org/files/banshee/%{name}-%{version}.tar.gz -# Source0-md5: e75b322963c7ec1a40f59421a30764ef +Source0: http://banshee-project.org/files/banshee/%{name}-1-%{version}.tar.gz +# Source0-md5: db148cf72cf2acc684de7207316f299f URL: http://banshee-project.org/ BuildRequires: GConf2-devel BuildRequires: autoconf >= 2.13 @@ -32,15 +32,18 @@ BuildRequires: gtk+2-devel >= 2:2.10.3 BuildRequires: hal-devel >= 0.5.2 BuildRequires: intltool >= 0.35 +BuildRequires: libmtp-devel >= 0.2.0 BuildRequires: libmusicbrainz-devel >= 2.1.1 BuildRequires: libtool +BuildRequires: mono-addins-devel >= 0.3 BuildRequires: mono-csharp >= 1.1.13 BuildRequires: monodoc BuildRequires: nautilus-cd-burner-devel >= 2.16.0 BuildRequires: pkgconfig BuildRequires: sqlite3-devel -Requires: gstreamer-cdparanoia >= 0.10.3 +BuildRequires: taglib-sharp-devel Requires: gstreamer-GConf >= 0.10.3 +Requires: gstreamer-cdparanoia >= 0.10.3 Requires: gstreamer-gnomevfs >= 0.10.3 Obsoletes: banshee-official-plugins <= 0.11.3 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -56,7 +59,7 @@ C#. %prep -%setup -q +%setup -q -n %{name}-1-%{version} %build %{__intltoolize} @@ -72,7 +75,6 @@ --disable-vlc \ --enable-gstreamer \ --enable-avahi \ - --disable-schemas-install \ --disable-docs %{__make} @@ -87,49 +89,45 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.{la,a} -%find_lang %{name} +%find_lang %{name}-1 %clean rm -rf $RPM_BUILD_ROOT %post %update_desktop_database_post -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" -for S in $SCHEMAS; do - %gconf_schema_install $S -done %update_icon_cache hicolor -%preun -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" -for S in $SCHEMAS; do - %gconf_schema_uninstall $S -done - %postun %update_desktop_database_postun %update_icon_cache hicolor -%files -f %{name}.lang +%files -f %{name}-1.lang %defattr(644,root,root,755) %doc AUTHORS COPYING ChangeLog NEWS README -%{_sysconfdir}/gconf/schemas/*.schemas -%attr(755,root,root) %{_bindir}/banshee -%{_datadir}/banshee -%{_pkgconfigdir}/banshee.pc -%dir %{_libdir}/banshee -%{_libdir}/banshee/*.dll -%attr(755,root,root) %{_libdir}/banshee/*.so -%{_libdir}/banshee/*.exe -%{_libdir}/banshee/*.mdb -%{_libdir}/banshee/*.config -%{_libdir}/banshee/Banshee.Dap -%{_libdir}/banshee/Banshee.MediaEngine -%{_libdir}/banshee/Banshee.Plugins +%attr(755,root,root) %{_bindir}/banshee-1 +%{_datadir}/banshee-1 +%{_pkgconfigdir}/banshee-1*.pc +%dir %{_libdir}/banshee-1 +%{_libdir}/banshee-1/*.dll +%attr(755,root,root) %{_libdir}/banshee-1/*.so +%{_libdir}/banshee-1/*.exe +%{_libdir}/banshee-1/*.mdb +%{_libdir}/banshee-1/*.config +%dir %{_libdir}/banshee-1/Extensions +%{_libdir}/banshee-1/Extensions/*.dll +%{_libdir}/banshee-1/Extensions/*.mdb +%dir %{_libdir}/banshee-1/Backends +%{_libdir}/banshee-1/Backends/*.dll +%{_libdir}/banshee-1/Backends/*.mdb +%{_libdir}/banshee-1/Banshee.Services.addins +%{_libdir}/banshee-1/Extensions/Banshee.NotificationArea.dll.config +#%{_libdir}/banshee-1/libbanshee.a +#%{_libdir}/banshee-1/libbanshee.la #%{_libdir}/monodoc/sources/* -%{_desktopdir}/banshee.desktop +%{_desktopdir}/banshee-1.desktop %{_iconsdir}/hicolor/*/*/* -%{_datadir}/dbus-1/services/org.gnome.Banshee.service +%{_datadir}/dbus-1/services/org.bansheeproject.Banshee.service %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -137,6 +135,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2008-06-01 21:21:53 aredridel +- 0.99.3 + Revision 1.27 2008-02-23 05:54:51 dzeus - rel. 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/banshee.spec?r1=1.27&r2=1.28&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
