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
|
||||
Name: cdrkit
|
||||
Version: 1.1.11
|
||||
Release: 19%{?dist}
|
||||
Release: 20%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/System
|
||||
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}/dvdrecord
|
||||
|
||||
#do not include empty fedora/* directories in debuginfo package
|
||||
cd ..
|
||||
rm -rf fedora
|
||||
|
||||
# missing man page. Do symlink like in debian
|
||||
ln -sf wodim.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/netscsid.1.gz
|
||||
|
||||
@ -294,6 +298,9 @@ fi
|
||||
%{_includedir}/usal
|
||||
|
||||
%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
|
||||
- Perl 5.18 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user