Clementine-audio-player-Mac.../dist/clementine.spec

66 lines
1.7 KiB
Plaintext
Raw Normal View History

2010-01-17 23:12:17 +01:00
Name: clementine
2010-04-29 20:46:29 +02:00
Version: 0.2.99
Release: 1%{?dist}
2010-01-17 23:12:17 +01:00
Summary: A music player and library organiser
Group: Applications/Multimedia
License: GPLv3
URL: http://code.google.com/p/clementine-player
Source0: %{name}-%{version}.tar.gz
2010-01-17 23:12:17 +01:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2010-04-29 20:46:29 +02:00
BuildRequires: desktop-file-utils liblastfm-devel taglib-devel gettext
BuildRequires: libnotify-devel qt4-devel boost-devel gcc-c++
BuildRequires: cmake gstreamer-devel gstreamer-plugins-base-devel
# GStreamer codec dependencies
Requires: gstreamer0.10(decoder-audio/mpeg)(mpegversion=1)(layer=3)
Requires: gstreamer0.10(decoder-audio/x-vorbis)
Requires: gstreamer0.10(decoder-audio/x-flac)
Requires: gstreamer0.10(decoder-audio/x-speex)
Requires: gstreamer0.10(decoder-audio/x-wav)
2010-01-17 23:12:17 +01:00
%description
Clementine is a modern music player and library organiser.
It is largely a port of Amarok 1.4, with some features rewritten to take
advantage of Qt4.
%prep
%setup -q
%build
cd bin
2010-04-29 20:46:29 +02:00
cmake .. -DCMAKE_INSTALL_PREFIX=%{buildroot}/usr/
2010-01-17 23:12:17 +01:00
make %{?_smp_mflags}
%install
2010-04-29 20:46:29 +02:00
cd bin
make install
2010-01-17 23:12:17 +01:00
%clean
cd bin
2010-01-17 23:12:17 +01:00
make clean
%files
%defattr(-,root,root,-)
%doc
%{_bindir}/clementine
%{_datadir}/applications/clementine.desktop
%{_datadir}/icons/hicolor/64x64/apps/application-x-clementine.png
%changelog
2010-04-29 20:46:29 +02:00
* Thu Apr 29 2010 David Sansome <me@davidsansome.com> - 0.2.99
- Version 0.3 rc 1
2010-03-22 14:20:30 +01:00
* Mon Mar 22 2010 David Sansome <me@davidsansome.com> - 0.2
- Version 0.2
2010-02-22 20:46:32 +01:00
* Sun Feb 21 2010 David Sansome <me@davidsansome.com> - 0.1-5
- Various last-minute bugfixes
2010-01-17 23:12:17 +01:00
* Sun Jan 17 2010 David Sansome <me@davidsansome.com> - 0.1-1
- Initial package