]> git.pld-linux.org Git - packages/moc.git/commitdiff
- missing dirs, .so perms, desc fixes, BR: libltdl-devel
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 28 Jul 2005 16:36:51 +0000 (16:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    moc.spec -> 1.19

moc.spec

index c20f11661cad5f877e2ca792c32302985e334e47..28c2d81ee1920301ab2bd66680d7fbda15e4a541 100644 (file)
--- a/moc.spec
+++ b/moc.spec
@@ -17,6 +17,7 @@ BuildRequires:        curl-devel
 BuildRequires: flac-devel
 BuildRequires: libao-devel
 BuildRequires: libid3tag-devel
+BuildRequires: libltdl-devel
 BuildRequires: libmad-devel
 BuildRequires: libmpcdec-devel >= 1.2
 BuildRequires: libsamplerate-devel
@@ -31,17 +32,17 @@ 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, FLAC, Musepack, Speex, WAV
-and other less popular formats supported by libsndfiles. It has 
-all functions one may expect from simple audio player. Now it serves 
-streams net (shoutcast, icecast, regular HTTP, FTP) also.
+and other less popular formats supported by libsndfile. It has 
+all functions one may expect from simple audio player. Now it supports
+net streams (shoutcast, icecast, regular HTTP, FTP) also.
 
 %description -l pl
 MOC to konsolowy odtwarzacz audio z prostym interfejsem budz±cym
-skojarzenia z playmp3list. Obs³uguje formaty MP3, Oggg, FLAC, 
+skojarzenia z playmp3list. Obs³uguje formaty MP3, Ogg, FLAC, 
 Musepack, Speex, WAV oraz inne mniej popularne formaty wspierane przez
-bibliotekê libsndfiles. Ma wszystkie funkcje, których spodziewa³by¶
-siê w prostym odtwarzaczu audio. Teraz tak¿e obs³uguje potoki sieciowe 
-(shoutcast, icecast, HTTP, FTP).
+bibliotekê libsndfile. Ma wszystkie funkcje, których mo¿na spodziewaæ
+siê w prostym odtwarzaczu audio. Teraz tak¿e obs³uguje strumienie
+sieciowe (shoutcast, icecast, HTTP, FTP).
 
 %prep
 %setup -q
@@ -52,7 +53,8 @@ CFLAGS="-I/usr/include/ncurses %{rpmcflags}"
 %{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
-%configure --disable-debug 
+%configure \
+       --disable-debug 
 
 %{__make}
 
@@ -73,6 +75,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog README TODO NEWS AUTHORS THANKS *.example
 %attr(755,root,root) %{_bindir}/*
+%dir %{_libdir}/moc
+%dir %{_libdir}/moc/decoder_plugins
+%attr(755,root,root) %{_libdir}/moc/decoder_plugins/lib*.so
 %{_datadir}/%{name}
 %{_mandir}/man8/mocp*
-%{_libdir}/moc/decoder_plugins/lib*.so
This page took 0.056167 seconds and 4 git commands to generate.