]> git.pld-linux.org Git - packages/burncdda.git/commitdiff
- autodetect /bin/bash dependency
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 25 Feb 2005 19:23:25 +0000 (19:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    burncdda.spec -> 1.20

burncdda.spec

index d7137f39aece6acd24c26020cdebad876f9ea56c..93fbcd3140bc37be0eded7ff528ede74255c29ac 100644 (file)
@@ -5,9 +5,8 @@ Version:        1.3.7
 Release:       1
 License:       GPL
 Group:         Applications/Sound
 Release:       1
 License:       GPL
 Group:         Applications/Sound
-Source0:       http://thenktor.bei.t-online.de/%{name}/download/%{name}-%{version}.tar.gz
+Source0:       http://thenktor.bei.t-online.de/burncdda/download/%{name}-%{version}.tar.gz
 # Source0-md5: 6d67e7150eedc3611b9e45f79cab2941
 # Source0-md5: 6d67e7150eedc3611b9e45f79cab2941
-# Source0-size:        14989
 URL:           http://thenktor.bei.t-online.de/burncdda/
 Requires:      cdrdao
 Requires:      cdrecord
 URL:           http://thenktor.bei.t-online.de/burncdda/
 Requires:      cdrdao
 Requires:      cdrecord
@@ -39,7 +38,10 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir},%{_mandir}/man1}
 
 sed "s|/bin/sh|/bin/bash|" burncdda > $RPM_BUILD_ROOT%{_bindir}/burncdda
 install burncdda.conf $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
+gzip -dc %{name}.1.gz > $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
+
+# let rpm find shell dependency
+chmod +x $RPM_BUILD_ROOT%{_bindir}/burncdda
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -49,4 +51,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc CHANGELOG
 %attr(755,root,root) %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1*
 %doc CHANGELOG
 %attr(755,root,root) %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1*
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/burncdda.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/burncdda.conf
This page took 0.043521 seconds and 4 git commands to generate.