]> git.pld-linux.org Git - packages/burncdda.git/commitdiff
- Group=Applications/Sound, pl summary and better description, cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 30 Apr 2002 08:16:39 +0000 (08:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    burncdda.spec -> 1.2

burncdda.spec

index 35698c0c38f99fe76792d8498fa672dcc27f2b91..70b48678e56e0aee10ef4d2003be089aa1b84d5e 100644 (file)
@@ -1,12 +1,13 @@
+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
 License:       GPL
 Name:          burncdda
 Version:       1.1
 Release:       1
 License:       GPL
-Summary:       A frontend to cdrdao, cdrecord, mpg123, ogg123, and normalize.
-Group:         Applications/Multimedia
+Group:         Applications/Sound
 Source0:       http://thenktor.bei.t-online.de/burncdda/%{name}-%{version}.tar.gz
 Source0:       http://thenktor.bei.t-online.de/burncdda/%{name}-%{version}.tar.gz
-Requires:      cdrdao, cdrecord, mpg123, normalize, vorbis-tools, sox, mp3_check
 URL:           http://thenktor.bei.t-online.de/burncdda/
 URL:           http://thenktor.bei.t-online.de/burncdda/
+Requires:      cdrdao, cdrecord, mpg123, normalize, vorbis-tools, sox, mp3_check
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -15,37 +16,33 @@ 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
 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
 
 
 %prep
 %setup -q
 
-%build
-
 %install
 rm -rf $RPM_BUILD_ROOT
 %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}
+install burncdda $RPM_BUILD_ROOT%{_bindir}
 install burncdda.conf $RPM_BUILD_ROOT%{_sysconfdir}
 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
 
 
-gzip -9nf  CHANGELOG LICENSE
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
 %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
 %attr(755,root,root) %{_bindir}/%{name}
 
 %files
 %defattr(644,root,root,755)
 %doc *.gz
 %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.062769 seconds and 4 git commands to generate.