Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 150770 Details for
Bug 230814
Update to 0.11.7 - spec/src.rpm provided
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
banshee 0.12.0 spec
banshee.spec (text/plain), 5.82 KB, created by
David Nielsen
on 2007-03-23 16:06:57 UTC
(
hide
)
Description:
banshee 0.12.0 spec
Filename:
MIME Type:
Creator:
David Nielsen
Created:
2007-03-23 16:06:57 UTC
Size:
5.82 KB
patch
obsolete
>Name: banshee >Version: 0.12.0 >Release: 2%{?dist} >Summary: easily import, manage, and play selections from your music collection > >Group: Applications/Audio >License: MIT >URL: http://banshee-project.org/ >Source0: http://banshee-project.org/files/banshee/%{name}-%{version}.tar.bz2 >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >Patch1: banshee-0.10.12-mono-libdir.patch >Patch2: banshee-0.10.12-libdbus-glib-dllmap.patch > >BuildRequires: ipod-sharp >BuildRequires: avahi-sharp >BuildRequires: libmusicbrainz-devel >= 2.1.1 >BuildRequires: gtk-sharp2-devel >BuildRequires: mono-devel >= 1.1.10 >BuildRequires: mono-data >BuildRequires: mono-data-sqlite >BuildRequires: hal-devel >BuildRequires: sqlite-devel >= 3.3 >BuildRequires: gstreamer-devel >= 0.10 >BuildRequires: gstreamer-plugins-base-devel >= 0.10 >BuildRequires: gnome-desktop-devel >BuildRequires: gnome-sharp-devel >BuildRequires: nautilus-cd-burner-devel >BuildRequires: gettext-devel >BuildRequires: perl-XML-Parser >BuildRequires: mono-nunit-devel > >Requires: libipoddevice >Requires(post): GConf2 >Requires(post): desktop-file-utils >Requires(postun): desktop-file-utils > >%description >Banshee allows you to import CDs, sync your music collection to an iPod, >play music directly from an iPod, create playlists with songs from your >library, and create audio and MP3 CDs from subsets of your library. > >%prep >%setup -q >#%patch1 -p1 -b .mono-libdir >#%patch2 -p1 -b .libdbus-glib-dllmap > >%build ># try to work around a problem where gst-inspect does ># not find plugins the first time around >/usr/bin/gst-inspect-0.10 --print-all > >export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} >%configure --disable-docs --with-gstreamer-0-10 --disable-helix >make > >%install >%{__rm} -rf $RPM_BUILD_ROOT >export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} >export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 >%makeinstall > >desktop-file-install --vendor gnome --delete-original \ > --dir $RPM_BUILD_ROOT%{_datadir}/applications \ > --add-category X-Fedora \ > --add-only-show-in=GNOME \ > $RPM_BUILD_ROOT%{_datadir}/applications/banshee.desktop > >%find_lang %name > >%clean >%{__rm} -rf $RPM_BUILD_ROOT > >%post >update-desktop-database %{_datadir}/applications > >export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` >for schema in 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; do > gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$schema > /dev/null || : >done > >touch --no-create %{_datadir}/icons/hicolor || : >if [ -x %{_bindir}/gtk-update-icon-cache ]; then > %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : >fi > > >%postun >update-desktop-database %{_datadir}/applications > >touch --no-create %{_datadir}/icons/hicolor || : >if [ -x %{_bindir}/gtk-update-icon-cache ]; then > %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : >fi > > >%files -f %{name}.lang >%defattr(-,root,root,-) >%doc COPYING >%{_bindir}/banshee >%{_libdir}/banshee >%{_libdir}/pkgconfig/banshee.pc >%{_datadir}/applications/*.desktop >%{_datadir}/icons/hicolor/* >%{_datadir}/dbus-1/services/org.gnome.Banshee.service >%{_datadir}/banshee/audio-profiles >%{_sysconfdir}/gconf/schemas >%exclude %{_libdir}/banshee/*.a >%exclude %{_libdir}/banshee/*.la >%exclude %{_datadir}/icons/hicolor/icon-theme.cache > >%changelog >* Thu Mar 22 2007 David Nielsen <david@lovesunix.net> - 0.12.0-2 >- clean up BuildRequires since banshee bundles D-Bus managed > >* Tue Mar 6 2007 David Nielsen <david@lovesunix.net> - 0.12.0-1 >- Update to 0.12.0 >- Depend on mono-nunit for unit testing >- fix theme cache brain damage > >* Sat Mar 3 2007 David Nielsen <david@lovesunix.net> - 0.11.7-1 >- Update to 0.11.7 >- Update for schemas renaming. > >* Fri Feb 2 2007 Christopher Aillon <caillon@redhat.com> - 0.11.5-1 >- Update to 0.11.5 > >* Fri Sep 1 2006 Christopher Aillon <caillon@redhat.com> - 0.10.12-4 >- Register banshee-notificationareaicon.schemas in %%post (bug 185605) >- Add dllmap for libdbus-glib so banshee works without dbus-glib-devel > (bug 202990) > >* Mon Aug 28 2006 Christopher Aillon <caillon@redhat.com> - 0.10.12-3 >- Rebuild > >* Sat Aug 26 2006 Christopher Aillon <caillon@redhat.com> - 0.10.12-2 >- For some reason, the last build picked up dependencies on both > mono(glib-sharp) = 2.8.0.0 and mono(glib-sharp) = 2.10.0.0 > Not sure why, but hopefully this rebuild fixes it.... > >* Wed Aug 23 2006 Christopher Aillon <caillon@redhat.com> - 0.10.12-1 >- Update to 0.10.12 >- Build against newer mono stack > >* Mon Aug 7 2006 Nalin Dahyabhai <nalin@redhat.com> - 0.10.11-1 >- Update to 0.10.11 >- Buildrequire: dbus-sharp-devel, because configure looks for it >- Buildrequire: gettext-devel, because configure looks for its copy of msgfmt > >* Fri Jun 16 2006 Jeremy Katz <katzj@redhat.com> - 0.10.10-2 >- rebuild against new nautilus-cd-burner >- hack to get it to build > >* Tue May 2 2006 Christopher Aillon <caillon@redhat.com> 0.10.10-1 >- Update to 0.10.10 > >* Tue Mar 21 2006 Christopher Aillon <caillon@redhat.com> 0.10.9-1 >- Update to 0.10.9 > >* Tue Mar 14 2006 Christopher Aillon <caillon@redhat.com> 0.10.8-1 >- Update to 0.10.8 > >* Thu Mar 9 2006 Christopher Aillon <caillon@redhat.com> 0.10.7-2 >- Add explicit Requires on libipoddevice (#184482) > >* Tue Mar 7 2006 Christopher Aillon <caillon@redhat.com> 0.10.7-1 >- Update to 0.10.7 >- Fix build on x86-64 > >* Mon Mar 6 2006 Christopher Aillon <caillon@redhat.com> 0.10.6-3 >- Don't build with smp_mflags, as parallel make causes the build to fail > >* Sat Mar 4 2006 Christopher Aillon <caillon@redhat.com> 0.10.6-2 >- Rebuild > >* Tue Feb 21 2006 Christopher Aillon <caillon@redhat.com> 0.10.6-1 >- Initial RPM
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 230814
: 150770