]> git.pld-linux.org Git - packages/moc.git/blobdiff - moc.spec
- fixed typo in version in last commit message
[packages/moc.git] / moc.spec
index f99c6803b87c22d734dd4f29c3d77b7f4f61bc8f..eefb34e6b2872769a5cfea4cd566f4d6e9abc7be 100644 (file)
--- a/moc.spec
+++ b/moc.spec
@@ -3,17 +3,18 @@
 Summary:       Console audio player with simple ncurses interface
 Summary(pl):   Konsolowy odtwarzacz audio z prostym interfejsem ncurses
 Name:          moc
-Version:       1.1.0
-Release:       1
+Version:       2.1.3
+Release:       0.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: 6a95c0e0eb0a825d8dc9aa28adb2e290
 Patch0:                %{name}-ncurses.patch
 URL:           http://moc.daper.net/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libao-devel
+BuildRequires: libid3tag-devel
 BuildRequires: libmad-devel
 BuildRequires: libvorbis-devel
 BuildRequires: ncurses-devel
@@ -22,12 +23,12 @@ 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 +39,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
@@ -59,3 +62,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog README TODO NEWS AUTHORS
 %attr(755,root,root) %{_bindir}/*
+%{_mandir}/man8/mocp*
This page took 0.04671 seconds and 4 git commands to generate.