fix requires
This commit is contained in:
parent
f46094b865
commit
e9a417480f
1 changed files with 8 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: AcetoneISO2
|
||||
Version: 2.0.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: CD/DVD Image Manipulator
|
||||
Group: Applications/Archiving
|
||||
License: GPLv3
|
||||
|
|
@ -10,9 +10,9 @@ Patch0: acetoneiso2-desktop.patch
|
|||
Patch1: acetoneiso2-2.0.2-no-optdirs.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: kdewebdev-devel, qt4-devel, desktop-file-utils
|
||||
Requires: p7zip, xbiso, k3b, kdebase, arts, cdrdao
|
||||
Requires: p7zip, nautilus, cdrdao
|
||||
Requires: fuseiso, fuse, genisoimage
|
||||
Requires: cdrecord, gnupg, pinentry-qt
|
||||
Requires: gnupg, pinentry-qt
|
||||
# Overkill, but I'm being thorough
|
||||
Requires: util-linux, coreutils
|
||||
|
||||
|
|
@ -66,6 +66,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/apps/d3lphin/servicemenus/acetoneiso2-*
|
||||
|
||||
%changelog
|
||||
* Fri May 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.2-2
|
||||
- fix requires, get rid of kdebase, cdrecord, k3b, xbiso, arts
|
||||
- add requires on nautilus (really, it should be nautilus or konqueror,
|
||||
but there is no good way to do that)
|
||||
|
||||
* Wed May 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.2-1
|
||||
- 2.0.2
|
||||
|
||||
|
|
|
|||
Reference in a new issue