]> git.pld-linux.org Git - packages/burncdda.git/blobdiff - burncdda.spec
- rel 2
[packages/burncdda.git] / burncdda.spec
index 35698c0c38f99fe76792d8498fa672dcc27f2b91..739d70cfb826ec21581d1b49fc52a702260f1ae5 100644 (file)
@@ -1,12 +1,22 @@
+Summary:       A frontend to cdrdao, cdrecord, mpg123, ogg123, and normalize
+Summary(pl):   Frontend do cdrdao, cdrecord, mpg123, ogg123 i normalize
 Name:          burncdda
-Version:       1.1
-Release:       1
+Version:       1.2.9
+Release:       2
 License:       GPL
-Summary:       A frontend to cdrdao, cdrecord, mpg123, ogg123, and normalize.
-Group:         Applications/Multimedia
-Source0:       http://thenktor.bei.t-online.de/burncdda/%{name}-%{version}.tar.gz
-Requires:      cdrdao, cdrecord, mpg123, normalize, vorbis-tools, sox, mp3_check
+Group:         Applications/Sound
+Source0:       http://thenktor.bei.t-online.de/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: 236271f56fa3e573ad2c5d3b398bff94
 URL:           http://thenktor.bei.t-online.de/burncdda/
+Requires:      /bin/bash
+Requires:      cdrdao
+Requires:      cdrecord
+Requires:      dialog
+Requires:      mp3_check
+Requires:      mpg123
+Requires:      normalize
+Requires:      sox
+Requires:      vorbis-tools
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -15,37 +25,31 @@ ogg123, normalize and mp3_check written in sh. It can be used to copy
 audio CDs or to create audio CDs from a m3u playlist
 
 %description -l pl
-burnCDDA jest nank³adk± konsolow± do programów cdrdao cdrecord mpg123
-ogg123 umo¿liwia nagranie muzycznej p³yty cd .
-
+burnCDDA jest dzia³aj±c± na terminalu nak³adk± do programów cdrdao,
+cdrecord, mpg123, ogg123, normalize i mp3_check, napisan± w sh. Mo¿e
+byæ u¿ywana do kopiowania p³yt CD Audio oraz tworzenia ich z playlist
+m3u.
 
 %prep
 %setup -q
 
-%build
-
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir},%{_mandir}/man1}
 
-install -d $RPM_BUILD_ROOT/%{_bindir}
-install -m 755 burncdda $RPM_BUILD_ROOT/%{_bindir}
-
-mkdir $RPM_BUILD_ROOT%{_sysconfdir}
+sed "s|/bin/sh|/bin/bash|" burncdda > $RPM_BUILD_ROOT%{_bindir}/burncdda
 install burncdda.conf $RPM_BUILD_ROOT%{_sysconfdir}
+install %{name}.1.gz $RPM_BUILD_ROOT%{_mandir}/man1
 
-install -d $RPM_BUILD_ROOT/%{_mandir}/man1
-install %{name}.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/%{name}.1.gz
-
-gzip -9nf  CHANGELOG LICENSE
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-echo "Please edit /etc/burncdda.conf now!"
+echo "Please edit %{_sysconfdir}/burncdda.conf now!"
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc CHANGELOG
 %attr(755,root,root) %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1.gz
-%config(noreplace) /etc/burncdda.conf
+%{_mandir}/man1/%{name}.1*
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/burncdda.conf
This page took 0.053706 seconds and 4 git commands to generate.