SPECS: moc.spec - missing dirs, .so perms, desc fixes, BR: libltdl...

qboosh qboosh at pld-linux.org
Thu Jul 28 18:36:56 CEST 2005


Author: qboosh                       Date: Thu Jul 28 16:36:56 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- missing dirs, .so perms, desc fixes, BR: libltdl-devel

---- Files affected:
SPECS:
   moc.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/moc.spec
diff -u SPECS/moc.spec:1.18 SPECS/moc.spec:1.19
--- SPECS/moc.spec:1.18	Thu Jul 28 18:04:55 2005
+++ SPECS/moc.spec	Thu Jul 28 18:36:51 2005
@@ -18,6 +18,7 @@
 BuildRequires:	flac-devel
 BuildRequires:	libao-devel
 BuildRequires:	libid3tag-devel
+BuildRequires:	libltdl-devel
 BuildRequires:	libmad-devel
 BuildRequires:	libmpcdec-devel >= 1.2
 BuildRequires:	libsamplerate-devel
@@ -32,17 +33,17 @@
 %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
@@ -53,7 +54,8 @@
 %{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
-%configure --disable-debug 
+%configure \
+	--disable-debug 
 
 %{__make}
 
@@ -74,9 +76,11 @@
 %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
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -84,6 +88,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2005/07/28 16:36:51  qboosh
+- missing dirs, .so perms, desc fixes, BR: libltdl-devel
+
 Revision 1.18  2005/07/28 16:04:55  jasw
 - up to 2.3.0 thx Badman - pld(at)vp.pl
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/moc.spec?r1=1.18&r2=1.19&f=u




More information about the pld-cvs-commit mailing list