]> git.pld-linux.org Git - packages/moc.git/commitdiff
- up to 2.3.1
authorkolodko <kolodko@pld-linux.org>
Fri, 17 Dec 2004 17:43:04 +0000 (17:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable-debug
- added man page

Changed files:
    moc.spec -> 1.10

moc.spec

index ff7386d1d1169c88968b66603aeb0152b04f9e17..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:       2.0.0
+Version:       2.1.3
 Release:       0.1
 License:       GPL
 Group:         Applications/Sound
 Source0:       ftp://ftp.daper.net/pub/soft/moc/stable/%{name}-%{version}.tar.gz
-# Source0-md5: 546989539f3b3dcc679cd6a070784932
+# 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
@@ -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.092362 seconds and 4 git commands to generate.