spec file cleanup
This commit is contained in:
parent
8dfe1e1262
commit
6524cc2c72
16
cdrkit.spec
16
cdrkit.spec
@ -1,7 +1,7 @@
|
||||
Summary: A collection of CD/DVD utilities
|
||||
Name: cdrkit
|
||||
Version: 1.1.11
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/System
|
||||
URL: http://cdrkit.org/
|
||||
@ -203,7 +203,9 @@ fi
|
||||
%{_bindir}/genisoimage 50 \
|
||||
--slave %{_mandir}/man1/mkisofs.1.gz mkisofs-mkisofsman \
|
||||
%{_mandir}/man1/genisoimage.1.gz \
|
||||
--slave %{_bindir}/mkhybrid mkisofs-mkhybrid %{_bindir}/genisoimage
|
||||
--slave %{_bindir}/mkhybrid mkisofs-mkhybrid %{_bindir}/genisoimage \
|
||||
--slave %{_mandir}/man1/mkhybrid.1.gz mkisofs-mkhybridman \
|
||||
%{_mandir}/man1/genisoimage.1.gz
|
||||
|
||||
%preun -n genisoimage
|
||||
if [ $1 = 0 ]; then
|
||||
@ -230,7 +232,6 @@ fi
|
||||
%postun -n libusal -p /sbin/ldconfig
|
||||
|
||||
%files -n wodim
|
||||
%defattr(-,root,root)
|
||||
%doc Changelog COPYING FAQ FORK START
|
||||
%doc doc/READMEs doc/wodim
|
||||
%{_bindir}/devdump
|
||||
@ -245,7 +246,6 @@ fi
|
||||
%{_mandir}/man1/readom.*
|
||||
|
||||
%files -n icedax
|
||||
%defattr(-,root,root)
|
||||
%doc doc/icedax COPYING
|
||||
%{_bindir}/icedax
|
||||
%ghost %{_bindir}/cdda2wav
|
||||
@ -255,7 +255,6 @@ fi
|
||||
%{_mandir}/man1/list_audio_tracks.*
|
||||
|
||||
%files -n genisoimage
|
||||
%defattr(-,root,root)
|
||||
%doc doc/genisoimage COPYING
|
||||
%{_bindir}/genisoimage
|
||||
%ghost %{_bindir}/mkisofs
|
||||
@ -276,24 +275,25 @@ fi
|
||||
%{_mandir}/man1/readmult.*
|
||||
|
||||
%files -n dirsplit
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/dirsplit
|
||||
%{_mandir}/man1/dirsplit.*
|
||||
|
||||
%files -n libusal
|
||||
%defattr(-,root,root)
|
||||
%doc doc/plattforms/README.linux Changelog COPYING FAQ FORK START
|
||||
%{_libdir}/libusal.so.*
|
||||
%{_libdir}/librols.so.*
|
||||
|
||||
%files -n libusal-devel
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%{_libdir}/libusal.so
|
||||
%{_libdir}/librols.so
|
||||
%{_includedir}/usal
|
||||
|
||||
%changelog
|
||||
* Mon Aug 27 2012 Honza Horak <hhorak@redhat.com> - 1.1.11-13
|
||||
- Add mkhybrid(1) as a symlink to genisoimage(1)
|
||||
- Spec file cleanup
|
||||
|
||||
* Mon Jul 30 2012 Honza Horak <hhorak@redhat.com> - 1.1.11-12
|
||||
- Use system cdparanoia instead of old bundled version
|
||||
- Build libusal as a shared library
|
||||
|
Loading…
Reference in New Issue
Block a user