do not include empty fedora/* directories in debuginfo package
This commit is contained in:
parent
668b6c6e6e
commit
9dd0840761
@ -1,7 +1,7 @@
|
|||||||
Summary: A collection of CD/DVD utilities
|
Summary: A collection of CD/DVD utilities
|
||||||
Name: cdrkit
|
Name: cdrkit
|
||||||
Version: 1.1.11
|
Version: 1.1.11
|
||||||
Release: 19%{?dist}
|
Release: 20%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://cdrkit.org/
|
URL: http://cdrkit.org/
|
||||||
@ -165,6 +165,10 @@ ln -s icedax $RPM_BUILD_ROOT%{_bindir}/cdda2wav
|
|||||||
ln -s wodim $RPM_BUILD_ROOT%{_bindir}/cdrecord
|
ln -s wodim $RPM_BUILD_ROOT%{_bindir}/cdrecord
|
||||||
ln -s wodim $RPM_BUILD_ROOT%{_bindir}/dvdrecord
|
ln -s wodim $RPM_BUILD_ROOT%{_bindir}/dvdrecord
|
||||||
|
|
||||||
|
#do not include empty fedora/* directories in debuginfo package
|
||||||
|
cd ..
|
||||||
|
rm -rf fedora
|
||||||
|
|
||||||
# missing man page. Do symlink like in debian
|
# missing man page. Do symlink like in debian
|
||||||
ln -sf wodim.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/netscsid.1.gz
|
ln -sf wodim.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/netscsid.1.gz
|
||||||
|
|
||||||
@ -294,6 +298,9 @@ fi
|
|||||||
%{_includedir}/usal
|
%{_includedir}/usal
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 23 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-20
|
||||||
|
- do not include empty fedora/* directories in debuginfo package
|
||||||
|
|
||||||
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.1.11-19
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.1.11-19
|
||||||
- Perl 5.18 rebuild
|
- Perl 5.18 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user