]> git.pld-linux.org Git - packages/abcde.git/blobdiff - abcde.spec
- added full project name to pl summary
[packages/abcde.git] / abcde.spec
index 54964d27b1fc8cc622e223d64443024de138573b..42e5fc466615ea5ab4fd9aaec92520fa6332b8fd 100644 (file)
@@ -1,11 +1,5 @@
-
-#
-# todo:
-# - minimum install requirements
-# - pl summaries and descriptions
-#
-
 Summary:       A Better CD Encoder
+Summary(pl):   A Better CD Encoder - lepszy koder CD
 Name:          abcde
 Version:       2.0.3
 Release:       1
@@ -13,15 +7,27 @@ License:     GPL
 Group:         Applications
 Source0:       http://lly.org/~rcw/abcde/%{name}_%{version}.orig.tar.gz
 URL:           http://lly.org/~rcw/abcde/page/
+Requires:      cd-discid >= 0.7
+Requires:      wget >= 1.8.1
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Abcde is a frontend to cdparanoia, wget, cd-discid, id3, and your favorite
-Ogg/MP3 encoder (Oggenc is the default). It grabs an entire CD and converts
-each track to Ogg/MP3, then comments or ID3-tags each file, all with one
-command. It supports parallelization, SMP, HTTP proxies, customizable
-filename organization and munging, playlist generation, and remote
-distributed encoding via distmp3.
+Abcde is a frontend to cdparanoia, wget, cd-discid, id3, and your
+favorite Ogg/MP3 encoder (Oggenc is the default). It grabs an entire
+CD and converts each track to Ogg/MP3, then comments or ID3-tags each
+file, all with one command. It supports parallelization, SMP, HTTP
+proxies, customizable filename organization and munging, playlist
+generation, and remote distributed encoding via distmp3.
+
+%description -l pl
+Abcde jest nak³adk± na takie programy jak cdparanoia, wget, cd-discid,
+id3 oraz Twój ulubiony kodek Ogg/Mp3 (standardowym kodekiem jest
+Oggenc). Abcde ¶ci±ga wszystkie ¶cie¿ki z kompaktu,  konwertuje je do
+odpowiedniego formatu, a nastêpnie dodaje do utworzonych plików tagi
+ID3 - wszystko za pomoc± jednej komendy. Skrypt umo¿liwia równoleg³±
+pracê poszczególnych komponentów, wspiera SMP, proxy HTTP oraz zdalne
+kodowanie za pomoc± distmp3.
 
 %prep
 %setup -q
@@ -31,7 +37,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
 
 install abcde cddb-tool $RPM_BUILD_ROOT%{_bindir}
-install *.1 $RPM_BUILD_ROOT%{_bindir}
+install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
 install abcde.conf $RPM_BUILD_ROOT%{_sysconfdir}
 
 %clean
@@ -42,3 +48,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc README changelog TODO
 %attr(755,root,root) %{_bindir}/*
 %verify(not size md5 mtime) %config(noreplace) %{_sysconfdir}/abcde.conf
+%{_mandir}/man1/*
This page took 0.059765 seconds and 4 git commands to generate.