]> git.pld-linux.org Git - packages/moc.git/blobdiff - moc.spec
- missing BR
[packages/moc.git] / moc.spec
index fdeabb46614a501db484152a8054f9f29760e6db..7fafb9ded3e2ea2e0afb3388462c96f4e06a900b 100644 (file)
--- a/moc.spec
+++ b/moc.spec
@@ -3,31 +3,35 @@
 Summary:       Console audio player with simple ncurses interface
 Summary(pl):   Konsolowy odtwarzacz audio z prostym interfejsem ncurses
 Name:          moc
-Version:       1.1.0
+Version:       2.2.0
 Release:       1
 License:       GPL
 Group:         Applications/Sound
-Source0:       ftp://ftp.daper.net/pub/soft/moc/%{name}-%{version}.tar.gz
-# Source0-md5: 20102e29d0c2e87287295aba424a5cf0
+Source0:       ftp://ftp.daper.net/pub/soft/moc/stable/%{name}-%{version}.tar.gz
+# Source0-md5: 992f64aee3a2bba83ee15b834bd796fb
 Patch0:                %{name}-ncurses.patch
 URL:           http://moc.daper.net/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: flac-devel
 BuildRequires: libao-devel
+BuildRequires: libid3tag-devel
+BuildRequires: libmad-devel
+BuildRequires: libsndfile-devel
 BuildRequires: libvorbis-devel
-BuildRequires: mad-devel
 BuildRequires: ncurses-devel
+BuildRequires: pkgconfig
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 MOC is a console audio player with simple ncurses interface in
-playmp3list style. It supports MP3, OGG and WAV formats. It has all
+playmp3list style. It supports MP3, Ogg and WAV formats. It has all
 functions one may expect from simple audio player
 
 %description -l pl
 MOC to konsolowy odtwarzacz audio z prostym interfejsem budz±cym
-skojarzenia z playmp3list. Obs³uguje formaty MP3, OGG oraz WAV. Ma
+skojarzenia z playmp3list. Obs³uguje formaty MP3, Ogg oraz WAV. Ma
 wszystkie funkcje, których spodziewa³by¶ siê w prostym odtwarzaczu
 audio.
 
@@ -38,11 +42,13 @@ audio.
 %build
 CFLAGS="-I/usr/include/ncurses %{rpmcflags}"
 
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
 %configure \
-       --disable-version-checker
+       --disable-version-checker \
+       --disable-debug
+
 %{__make}
 
 %install
@@ -57,5 +63,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README TODO NEWS AUTHORS
+%doc ChangeLog README TODO NEWS AUTHORS THANKS *.example
 %attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_mandir}/man8/mocp*
This page took 0.070856 seconds and 4 git commands to generate.