]> git.pld-linux.org Git - packages/moc.git/blobdiff - moc.spec
- missing BR
[packages/moc.git] / moc.spec
index ff7386d1d1169c88968b66603aeb0152b04f9e17..7fafb9ded3e2ea2e0afb3388462c96f4e06a900b 100644 (file)
--- a/moc.spec
+++ b/moc.spec
@@ -3,20 +3,24 @@
 Summary:       Console audio player with simple ncurses interface
 Summary(pl):   Konsolowy odtwarzacz audio z prostym interfejsem ncurses
 Name:          moc
-Version:       2.0.0
-Release:       0.1
+Version:       2.2.0
+Release:       1
 License:       GPL
 Group:         Applications/Sound
 Source0:       ftp://ftp.daper.net/pub/soft/moc/stable/%{name}-%{version}.tar.gz
-# Source0-md5: 546989539f3b3dcc679cd6a070784932
+# 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: ncurses-devel
+BuildRequires: pkgconfig
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -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.079615 seconds and 4 git commands to generate.