]> git.pld-linux.org Git - packages/moc.git/blobdiff - moc.spec
- missing BR
[packages/moc.git] / moc.spec
index 3029acfaa9d43f8d7d15ec3ea0fdb9c6f2af2512..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:       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: 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.05461 seconds and 4 git commands to generate.